You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(96) |
Dec
(59) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(227) |
Feb
(138) |
Mar
(103) |
Apr
(126) |
May
(93) |
Jun
(54) |
Jul
(61) |
Aug
(65) |
Sep
(63) |
Oct
(56) |
Nov
(87) |
Dec
(31) |
2007 |
Jan
(37) |
Feb
(43) |
Mar
(85) |
Apr
(17) |
May
(8) |
Jun
(15) |
Jul
(1) |
Aug
(10) |
Sep
(44) |
Oct
(9) |
Nov
(8) |
Dec
(8) |
2008 |
Jan
(9) |
Feb
(3) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
(5) |
Apr
|
May
(1) |
Jun
(5) |
Jul
(4) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
2010 |
Jan
(3) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(15) |
Jul
(3) |
Aug
(4) |
Sep
(4) |
Oct
(1) |
Nov
|
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(2) |
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Allen L. <all...@ya...> - 2013-03-14 16:05:41
|
http://www.birgit-weidner.de/hpe/owonuylvudlpe/bwiuutjaxavi=xhhtwphhfnq |
From: juliet d. <jul...@ya...> - 2012-11-27 22:26:02
|
שלום, נחמד לראות את הפרופיל שלך ואני מעניין להכיר אותך יותר, הדוא"ל שלי הוא ( jul...@ya...) תודה ----------------------------------- Hello, Nice to view your profile and am interesting to know you more,my email is( jul...@ya... ) Thanks |
From: <jen...@ya...> - 2012-01-18 03:02:02
|
iIt's quite Excited that we met to communicate through Internet today, very pleased with your contact information , my dear before i would summon more further would like to acknowledge you that love is in this form, Just believe that, Love is patient and kind. Love is not jealous or boastful or proud or rude. Love does not demand its own way. Love is not irritable, and it keeps no record of when it has been wronged. It is never glad about injustice but rejoices whenever the truth wins out. Love never gives up, never loses faith, is always hopeful, and endures through every circumstance.(jen...@ya...) )that's my mail contact .while my beautifully pictures will be distributed in you mailbox directly.I really care for your friendship and more! while my beautifully pictures will be distributed in you mailbox directly. Waiting to read yours Best regard Yours Humble New Friend. jennifer. |
From: SourceForge.net <no...@so...> - 2011-12-29 13:26:20
|
Bugs item #3429221, was opened at 2011-10-27 01:52 Message generated for change (Comment added) made by pablothx You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3429221&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: zy8008 (zy8008) Assigned to: Nobody/Anonymous (nobody) Summary: textbox ontextchanged has error Initial Comment: I'm sorry my english is not good I use anthem textbox in my page,but textbox ontextchanged can't autocallback,when another textbox have html code value. my code: ASPX: <anthem:TextBox ID="TextBox2" runat="server" text="<a>test</a>"></anthem:TextBox> <anthem:TextBox ID="TextBox1" runat="server" AutoCallBack="true" ontextchanged="TextBox1_TextChanged"></anthem:TextBox> <anthem:Label ID="Label1" runat="server"></anthem:Label> C#: protected void TextBox1_TextChanged(object sender, EventArgs e) { Label1.UpdateAfterCallBack = true; Label1.Text = TextBox1.Text; } Please help me ! thanks ---------------------------------------------------------------------- Comment By: Pablo Petracini (pablothx) Date: 2011-12-29 05:26 Message: Hi, It does not work because anthem detects that it could be a potentially attack. I tried your example with some tweaks and got this exception. A potentially dangerous Request.Form value was detected from the client (TextBox2="<a>test</a>"). Hope that helps. Pablo ---------------------------------------------------------------------- Comment By: Hery He (heryhe) Date: 2011-12-28 20:55 Message: Hi zy8008, Please make sure that Anthem.js has been in your project. It will work then. Regards, Hery He ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3429221&group_id=151897 |
From: SourceForge.net <no...@so...> - 2011-12-29 04:55:33
|
Bugs item #3429221, was opened at 2011-10-27 01:52 Message generated for change (Comment added) made by heryhe You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3429221&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: zy8008 (zy8008) Assigned to: Nobody/Anonymous (nobody) Summary: textbox ontextchanged has error Initial Comment: I'm sorry my english is not good I use anthem textbox in my page,but textbox ontextchanged can't autocallback,when another textbox have html code value. my code: ASPX: <anthem:TextBox ID="TextBox2" runat="server" text="<a>test</a>"></anthem:TextBox> <anthem:TextBox ID="TextBox1" runat="server" AutoCallBack="true" ontextchanged="TextBox1_TextChanged"></anthem:TextBox> <anthem:Label ID="Label1" runat="server"></anthem:Label> C#: protected void TextBox1_TextChanged(object sender, EventArgs e) { Label1.UpdateAfterCallBack = true; Label1.Text = TextBox1.Text; } Please help me ! thanks ---------------------------------------------------------------------- Comment By: Hery He (heryhe) Date: 2011-12-28 20:55 Message: Hi zy8008, Please make sure that Anthem.js has been in your project. It will work then. Regards, Hery He ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3429221&group_id=151897 |
From: SourceForge.net <no...@so...> - 2011-10-27 08:52:25
|
Bugs item #3429221, was opened at 2011-10-27 16:52 Message generated for change (Tracker Item Submitted) made by zy8008 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3429221&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: zy8008 (zy8008) Assigned to: Nobody/Anonymous (nobody) Summary: textbox ontextchanged has error Initial Comment: I'm sorry my english is not good I use anthem textbox in my page,but textbox ontextchanged can't autocallback,when another textbox have html code value. my code: ASPX: <anthem:TextBox ID="TextBox2" runat="server" text="<a>test</a>"></anthem:TextBox> <anthem:TextBox ID="TextBox1" runat="server" AutoCallBack="true" ontextchanged="TextBox1_TextChanged"></anthem:TextBox> <anthem:Label ID="Label1" runat="server"></anthem:Label> C#: protected void TextBox1_TextChanged(object sender, EventArgs e) { Label1.UpdateAfterCallBack = true; Label1.Text = TextBox1.Text; } Please help me ! thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3429221&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-12-29 08:15:10
|
Bugs item #3147479, was opened at 2010-12-29 13:45 Message generated for change (Tracker Item Submitted) made by sachin04011980 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3147479&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: sachin sharma (sachin04011980) Assigned to: Nobody/Anonymous (nobody) Summary: InvalidOperationException: A control is already associated w Initial Comment: Hello, I am using vs 2008 and sql server 2005. i am using anthem control in my project. there are a problem occurs when i call back event. error are:InvalidOperationException: A control is already associated with the element. Please provide solution asap. Thanks, Sachin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3147479&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-10-11 21:36:11
|
Patches item #3085527, was opened at 2010-10-11 21:36 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=3085527&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Anthem Sharepoint Initial Comment: Anthem Support for Sharepoint 2007 please help!!!!! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=3085527&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-09-30 12:48:42
|
Bugs item #3078191, was opened at 2010-09-29 18:22 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3078191&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 7 Private: No Submitted By: https://me.yahoo.com/a/ONjK9RYd () Assigned to: Nobody/Anonymous (nobody) Summary: CheckboxList looses state inside Anthem Table.Visible=false Initial Comment: .Net 1.1 : Anthem 1.5.3 It seems that Checkboxlist selected items are not persisted when you put your checkboxlois inside an anthem table, and set it visible=false, then visible=true. Simple print sreen attached to show the problem. Code : protected System.Web.UI.WebControls.Button HideTables; protected Anthem.Table Table1; protected System.Web.UI.WebControls.Table Table2; protected System.Web.UI.WebControls.Button ShowTables; override protected void OnInit(EventArgs e) { .... TableRow tr=new TableRow(); TableCell tc=new TableCell(); tr.Controls.Add(tc); Table1.Rows.Add(tr); CheckBoxList cbx=new CheckBoxList(); cbx.Items.Add(new ListItem("Test1","test1")); cbx.Items.Add(new ListItem("Test2","test2")); tc.Controls.Add(cbx); TableRow tr2=new TableRow(); TableCell tc2=new TableCell(); tr2.Controls.Add(tc2); Table2.Rows.Add(tr2); CheckBoxList cbx2=new CheckBoxList(); cbx2.Items.Add(new ListItem("Test1","test1")); cbx2.Items.Add(new ListItem("Test2","test2")); tc2.Controls.Add(cbx2); .... } private void HideTables_Click(object sender, System.EventArgs e) { Table1.Visible=false; Table2.Visible=false; } private void ShowTables_Click(object sender, System.EventArgs e) { Table1.Visible=true; Table2.Visible=true; } ---------------------------------------------------------------------- >Comment By: https://me.yahoo.com/a/ONjK9RYd () Date: 2010-09-30 12:48 Message: Ok, i figured out where this bug came from. Just change modify files Table.cs, Panel.cs, PlaceHolder.cs, DataGrid.cs, DataList.cs with a base.Visible = value in the overrided's Set : public override bool Visible { get { #if !V2 bool DesignMode = this.Context == null; #endif return Anthem.Manager.GetControlVisible(this, ViewState, DesignMode); } set { Anthem.Manager.SetControlVisible(ViewState, value); base.Visible=value; // <----- Add THIS! } } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3078191&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-09-30 07:10:06
|
Bugs item #3078191, was opened at 2010-09-29 18:22 Message generated for change (Settings changed) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3078191&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 7 Private: No Submitted By: https://me.yahoo.com/a/ONjK9RYd () Assigned to: Nobody/Anonymous (nobody) Summary: CheckboxList looses state inside Anthem Table.Visible=false Initial Comment: .Net 1.1 : Anthem 1.5.3 It seems that Checkboxlist selected items are not persisted when you put your checkboxlois inside an anthem table, and set it visible=false, then visible=true. Simple print sreen attached to show the problem. Code : protected System.Web.UI.WebControls.Button HideTables; protected Anthem.Table Table1; protected System.Web.UI.WebControls.Table Table2; protected System.Web.UI.WebControls.Button ShowTables; override protected void OnInit(EventArgs e) { .... TableRow tr=new TableRow(); TableCell tc=new TableCell(); tr.Controls.Add(tc); Table1.Rows.Add(tr); CheckBoxList cbx=new CheckBoxList(); cbx.Items.Add(new ListItem("Test1","test1")); cbx.Items.Add(new ListItem("Test2","test2")); tc.Controls.Add(cbx); TableRow tr2=new TableRow(); TableCell tc2=new TableCell(); tr2.Controls.Add(tc2); Table2.Rows.Add(tr2); CheckBoxList cbx2=new CheckBoxList(); cbx2.Items.Add(new ListItem("Test1","test1")); cbx2.Items.Add(new ListItem("Test2","test2")); tc2.Controls.Add(cbx2); .... } private void HideTables_Click(object sender, System.EventArgs e) { Table1.Visible=false; Table2.Visible=false; } private void ShowTables_Click(object sender, System.EventArgs e) { Table1.Visible=true; Table2.Visible=true; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3078191&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-09-29 18:22:50
|
Bugs item #3078191, was opened at 2010-09-29 18:22 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3078191&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://me.yahoo.com/a/ONjK9RYd () Assigned to: Nobody/Anonymous (nobody) Summary: CheckboxList looses state inside Anthem Table.Visible=false Initial Comment: .Net 1.1 : Anthem 1.5.3 It seems that Checkboxlist selected items are not persisted when you put your checkboxlois inside an anthem table, and set it visible=false, then visible=true. Simple print sreen attached to show the problem. Code : protected System.Web.UI.WebControls.Button HideTables; protected Anthem.Table Table1; protected System.Web.UI.WebControls.Table Table2; protected System.Web.UI.WebControls.Button ShowTables; override protected void OnInit(EventArgs e) { .... TableRow tr=new TableRow(); TableCell tc=new TableCell(); tr.Controls.Add(tc); Table1.Rows.Add(tr); CheckBoxList cbx=new CheckBoxList(); cbx.Items.Add(new ListItem("Test1","test1")); cbx.Items.Add(new ListItem("Test2","test2")); tc.Controls.Add(cbx); TableRow tr2=new TableRow(); TableCell tc2=new TableCell(); tr2.Controls.Add(tc2); Table2.Rows.Add(tr2); CheckBoxList cbx2=new CheckBoxList(); cbx2.Items.Add(new ListItem("Test1","test1")); cbx2.Items.Add(new ListItem("Test2","test2")); tc2.Controls.Add(cbx2); .... } private void HideTables_Click(object sender, System.EventArgs e) { Table1.Visible=false; Table2.Visible=false; } private void ShowTables_Click(object sender, System.EventArgs e) { Table1.Visible=true; Table2.Visible=true; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3078191&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-09-27 12:59:31
|
Bugs item #3076514, was opened at 2010-09-27 12:59 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3076514&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: file upload issue with multiline textboxes Initial Comment: Anthem .net shows issues when we create a form with anthem fileupload control and more than one anthem multline textboxes and a save button ,try to save the record or do post back or call backs,the script of the page showing in multiline text box. Pls solve it as soon as possible thanks in advance...... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3076514&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-08-20 21:25:40
|
Bugs item #3049711, was opened at 2010-08-20 21:25 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3049711&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Tabbing from Textbox Initial Comment: I'm having an issues when tabbing out of a textbox with AutoCallBack=true. The tab stop jumps to the top of the page. When I similarly tab out of a dropdownlist with AutoCallBack=true the tab position is not completely lost, I have to hit tab 1 extra time to get to the next control. I cannot get this to work with textbox control, tab goes to first item on page after the callback. Both the dropdownlist that works and the textbox that doesn't work call the same function during the callback. Am I doing something incorrectly or is this a bug? Thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3049711&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-08-12 05:28:18
|
Bugs item #1770076, was opened at 2007-08-08 22:33 Message generated for change (Comment added) made by lastmodified You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1770076&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Fofr (fofr) Assigned to: Nobody/Anonymous (nobody) Summary: asp:FileUpload disables anthem features on whole site Initial Comment: when you use asp:FileUpload OR anthem:FileUpload and user click on the browse button and select some file, i will compleatly disable anthem features on the whole site. Tested on IE7 and FF 2.+. I am using Anthem 1.5.1 Same behaviour you can see in your samples of FileUpload ---------------------------------------------------------------------- Comment By: ping (lastmodified) Date: 2010-08-12 13:28 Message: Just to feedback on this "bug", I realised that the postback effect was not a real full postback (in the usual .net sense of the word). The page does indeed post only on the iframe and the response is a partial page update (observed from Fiddler). The postback perceived is due to the browser flicker/progress indicator being shown by FF/Chrome when an iframe is posted to. Annoying but it doesn't appear that much can be done about it? ---------------------------------------------------------------------- Comment By: ping (lastmodified) Date: 2010-08-11 21:42 Message: Just want to +1 on this bug. This issue can be seen on http://anthem.talloaksoftware.com/FileUpload.aspx If you browse a file, and click on the Anthem Upload Button, the page WILL do a postback, instead of the ajax call. This bug can be reproduced on on FF3.0 / FF3.6 / Chrome 5 / Chrome 6. Testing on IE8 does not reproduce this issue (no postback). ---------------------------------------------------------------------- Comment By: Nathan (nbarger) Date: 2008-04-08 09:20 Message: Logged In: YES user_id=2034831 Originator: NO I can confirm that it actually won't let you do any callbacks after you upload a file as well. I have some custom callbacks that it breaks ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-09-18 23:09 Message: Logged In: YES user_id=1245761 Originator: NO Please attach a self-contained sample page that demonstrates the problem. "So something is not working well. Just like i said, that same behaviour like i described you can see in 2005 examples -> FileUpload (when you select some file, and than you click on + button to show another fileDialog, there will be postback instead od callback...)" There are 2 ways to make a "callback"; using XmlHttpRequest and using an IFRAME postback. They are both "callbacks". Only the IFRAME postback method supports the <file> tag. So that is the method we use. If you can find a way to use XmlHttpRequest, please post the working solution as a patch. ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-08-09 03:24 Message: Logged In: YES user_id=1245761 Originator: NO Please attach a simple, self-contained page that demonstrates the problem. I should be able to save the page to an existing web site, load it in a browser, and be able to duplicate the problem. ---------------------------------------------------------------------- Comment By: Fofr (fofr) Date: 2007-08-09 03:01 Message: Logged In: YES user_id=1863241 Originator: YES But there is still problem if you are using textarea on the same page with FileUpload. It generates this html to my textareas: <tr><td></anthemarea> and a lot of white space ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-08-09 02:16 Message: Logged In: YES user_id=1245761 Originator: NO It's true that when a FileUpload control in on the page, all of the Anthem controls will use an IFRAME postback instead of XmlHttpRequest to make the "callback". This is required for FileUpload (and it is how all* Ajax libraries handle the <file> element). Note that even when the IFRAME postback technique is used, there is only a partial page update, just like the XmlHttpRequest technique. I don't see what you mean by "i will compleatly diable anthem features on the whole site". The link below is to a very large site with Anthem features on nearly every page. All of the pages work exactly as expected before and after using the FileUpload example, http://anthem.talloaksoftware.com/ * As far as I know. ---------------------------------------------------------------------- Comment By: Fofr (fofr) Date: 2007-08-09 01:04 Message: Logged In: YES user_id=1863241 Originator: YES This bug was reported here: http://sourceforge.net/tracker/index.php?func=detail&aid=1691075&group_id=151897&atid=782464 , but i check that fix and this fix is added in 1.5.1 but it is still not working. It puts some strange html in my textearea, that html looks like this: <tr><td></anthemarea> and a lot of white space... So something is not working well. Just like i said, that same behaviour like i described you can see in 2005 examples -> FileUpload (when you select some file, and than you click on + button to show another fileDialog, there will be postback instead od callback...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1770076&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-08-12 05:18:47
|
Bugs item #3043484, was opened at 2010-08-12 13:18 Message generated for change (Tracker Item Submitted) made by lastmodified You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3043484&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: ping (lastmodified) Assigned to: Nobody/Anonymous (nobody) Summary: FileUpload breaks Response.Redirect Initial Comment: If there is a anthem:FileUpload control in the page, Response.Redirect no longer works because the IOFrame expects a response to be wrapped in a textarea for processing. Propose fix: Wrap the response (window.location = ...) with a textarea. See attached code fragment for Manager.cs OnUnload function or http://pastebin.com/gmDXNpY3 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3043484&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-08-11 13:42:43
|
Bugs item #1770076, was opened at 2007-08-08 22:33 Message generated for change (Comment added) made by lastmodified You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1770076&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Fofr (fofr) Assigned to: Nobody/Anonymous (nobody) Summary: asp:FileUpload disables anthem features on whole site Initial Comment: when you use asp:FileUpload OR anthem:FileUpload and user click on the browse button and select some file, i will compleatly disable anthem features on the whole site. Tested on IE7 and FF 2.+. I am using Anthem 1.5.1 Same behaviour you can see in your samples of FileUpload ---------------------------------------------------------------------- Comment By: ping (lastmodified) Date: 2010-08-11 21:42 Message: Just want to +1 on this bug. This issue can be seen on http://anthem.talloaksoftware.com/FileUpload.aspx If you browse a file, and click on the Anthem Upload Button, the page WILL do a postback, instead of the ajax call. This bug can be reproduced on on FF3.0 / FF3.6 / Chrome 5 / Chrome 6. Testing on IE8 does not reproduce this issue (no postback). ---------------------------------------------------------------------- Comment By: Nathan (nbarger) Date: 2008-04-08 09:20 Message: Logged In: YES user_id=2034831 Originator: NO I can confirm that it actually won't let you do any callbacks after you upload a file as well. I have some custom callbacks that it breaks ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-09-18 23:09 Message: Logged In: YES user_id=1245761 Originator: NO Please attach a self-contained sample page that demonstrates the problem. "So something is not working well. Just like i said, that same behaviour like i described you can see in 2005 examples -> FileUpload (when you select some file, and than you click on + button to show another fileDialog, there will be postback instead od callback...)" There are 2 ways to make a "callback"; using XmlHttpRequest and using an IFRAME postback. They are both "callbacks". Only the IFRAME postback method supports the <file> tag. So that is the method we use. If you can find a way to use XmlHttpRequest, please post the working solution as a patch. ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-08-09 03:24 Message: Logged In: YES user_id=1245761 Originator: NO Please attach a simple, self-contained page that demonstrates the problem. I should be able to save the page to an existing web site, load it in a browser, and be able to duplicate the problem. ---------------------------------------------------------------------- Comment By: Fofr (fofr) Date: 2007-08-09 03:01 Message: Logged In: YES user_id=1863241 Originator: YES But there is still problem if you are using textarea on the same page with FileUpload. It generates this html to my textareas: <tr><td></anthemarea> and a lot of white space ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-08-09 02:16 Message: Logged In: YES user_id=1245761 Originator: NO It's true that when a FileUpload control in on the page, all of the Anthem controls will use an IFRAME postback instead of XmlHttpRequest to make the "callback". This is required for FileUpload (and it is how all* Ajax libraries handle the <file> element). Note that even when the IFRAME postback technique is used, there is only a partial page update, just like the XmlHttpRequest technique. I don't see what you mean by "i will compleatly diable anthem features on the whole site". The link below is to a very large site with Anthem features on nearly every page. All of the pages work exactly as expected before and after using the FileUpload example, http://anthem.talloaksoftware.com/ * As far as I know. ---------------------------------------------------------------------- Comment By: Fofr (fofr) Date: 2007-08-09 01:04 Message: Logged In: YES user_id=1863241 Originator: YES This bug was reported here: http://sourceforge.net/tracker/index.php?func=detail&aid=1691075&group_id=151897&atid=782464 , but i check that fix and this fix is added in 1.5.1 but it is still not working. It puts some strange html in my textearea, that html looks like this: <tr><td></anthemarea> and a lot of white space... So something is not working well. Just like i said, that same behaviour like i described you can see in 2005 examples -> FileUpload (when you select some file, and than you click on + button to show another fileDialog, there will be postback instead od callback...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1770076&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-07-28 15:03:43
|
Bugs item #3035936, was opened at 2010-07-28 13:17 Message generated for change (Settings changed) made by afm_44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3035936&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Image button - Input string was not in correct format Initial Comment: Whenever i click a ImageButton in IE i get exception as 'Input string was not in a correct format. ' Stack Trace: FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7469351 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119 System.Web.UI.WebControls.ImageButton.LoadPostData(String postDataKey, NameValueCollection postCollection) +163 System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) +14 System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +693 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1743 ---------------------------------------------------------------------- >Comment By: Andy Miller (afm_44) Date: 2010-07-28 15:03 Message: You have 2 options: 1) upgrade to the latest Anthem build (which includes a javascript fix for this), or 2) add a meta tag to your pages to force IE to emulate IE7. ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2010-07-28 15:03 Message: The fix is checked in. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3035936&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-07-28 13:17:28
|
Bugs item #3035936, was opened at 2010-07-28 13:17 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3035936&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Image button - Input string was not in correct format Initial Comment: Whenever i click a ImageButton in IE i get exception as 'Input string was not in a correct format. ' Stack Trace: FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7469351 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119 System.Web.UI.WebControls.ImageButton.LoadPostData(String postDataKey, NameValueCollection postCollection) +163 System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) +14 System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +693 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1743 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3035936&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-07-22 10:44:09
|
Feature Requests item #3033006, was opened at 2010-07-22 10:44 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782467&aid=3033006&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Release Notes for V1.5.3 Initial Comment: Hi, Some release notes for V1.5.3 woudld be useful so we know whats been fixed etc ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782467&aid=3033006&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-06-24 07:42:12
|
Bugs item #3020648, was opened at 2010-06-24 07:42 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3020648&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DropDownList content not updated Initial Comment: Hello, I put an athem dropdownlist control in an asp.net page. In the code-behind, on a callback event coming from another control, I'm filling the content of the dropdownlist from a database query. Everything's works well, but the content of the dropdownlist is not updated. I had to put the dropdownlist into an anthem update panel to make it work. Before: <anthem:DropDownList ID="ddlMyDropDown" runat="server"></anthem:DropDownList> Before II (with the AutoUpdate): <anthem:DropDownList ID="ddlMyDropDown" runat="server" AutoUpdateAfterCallBack="true"></anthem:DropDownList> Both "before" version didn't work (with or without the AutoUpdateAfterCallBack). And the solution: <anthem:Panel runat="server" ID="pnlMyUpdatePanel" AutoUpdateAfterCallBack="true"> <anthem:DropDownList ID="ddlMyDropDown" runat="server"> </anthem:DropDownList> </anthem:Panel> Then it works perfectly. Hope this will maybe help you! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3020648&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-06-15 09:29:49
|
Feature Requests item #3016383, was opened at 2010-06-15 09:29 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782467&aid=3016383&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Improvements (example) Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: dropdown optiongroup Initial Comment: How to add optiongroup for anthem dropdownlist ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782467&aid=3016383&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-06-09 03:45:47
|
Bugs item #1886808, was opened at 2008-02-05 08:53 Message generated for change (Settings changed) made by afm_44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1886808&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Textareas messing response with file uploads Initial Comment: I've found a bug in Anthem.js at line 74. The problem as I see is that you change all </textarea> for </anthemarea> when rendering if you're using IOFrame to avoid these markups messing with the response frame. The problem is you missed to put the "g" (global) option in the replace RegEx when replacing back all the </anthemarea> to </textarea> again. This behavior only occurs when you're sending a file and there is more than one <textarea></textarea> pair in the response. To fix the bug just change the RegEx in the replace call with a "g" option to allow it to change all the occurrences... Line 74 - Old code: var response = { responseText: doc.getElementById("response").value.replace(/<\/anthemarea>/, "</textarea>") }; Line 74 - New code: var response = { responseText: doc.getElementById("response").value.replace(/<\/anthemarea>/g, "</textarea>") }; --------------------------------------- Joan Vilariño joa...@gm... ---------------------------------------------------------------------- Comment By: Leniel Macaferi (leniel) Date: 2009-11-05 23:09 Message: Hi, Indeed, this is a problem. I've download the last version of Anthem's source code (1.5.2) and implemented the change described by Joan Vilariño. I then recompiled the source code to get a new Anthem.dll. I replaced the old Anthem.dll with this new one on my project Libs folder. It did the trick! Thanks Joan. Leniel Macaferi http://www.leniel.net/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1886808&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-06-09 03:44:54
|
Bugs item #1926545, was opened at 2008-03-26 21:18 Message generated for change (Settings changed) made by afm_44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1926545&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Rejected Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: One parameter only in invoking page method Initial Comment: I tried to follow the code in anthem.js and it checks if it is an array. I am converting this code over from asp .net ajax, I can print both values correctly on an alert. I tried doing it the way in the example also: [selectedID.value,f.elements["color"].value] I get the first parameter but not the second. The array is of length 1. var A = new Array ( 2 ); A[0] = selectedID.value; A[1] = f.elements["color"].value; if ( A instanceof Array ) { alert("ARRAY"); } Anthem_InvokePageMethod( 'SetColor', A, function (result) {} ); ( in my page ) [Anthem.Method] public void SetColor(string [] par) { const int CONTROL_ID = 0; const int COLOR = 1; // GETS HERE if (par.Length > 1) { // never gets here } } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1926545&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-06-09 03:43:03
|
Bugs item #2135999, was opened at 2008-09-29 13:17 Message generated for change (Settings changed) made by afm_44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=2135999&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Updating controls with Fileuploads Initial Comment: I am using the fileupload control which once an image is upload then updates a repeater to show the new image along with any existing images. As part of the repeater is a anthem:button with the following Command attributes: CommandArgument='<%# DataBinder.Eval(Container.DataItem, "FullImage") %>' CommandName="removeimage" This used to work fine in .Net 1.1 but I have now upgraded the project to .Net 2.0 and the WebForm_DoPostBackWithOptions code generated by .Net 2.0 causes problems with Anthem when using the IOFrame for the file upload. Basically the WebForm_DoPostBackWithOptions code looks like this as the reponseText in the Anthem.js onclick=\"javascript:Anthem_FireCallBackEvent(this,event,'vehicleImages$currentImages$ctl01$test','',true,'','','',true,null,null,null,true,true);return false;WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("vehicleImages$currentImages$ctl01$test", "", true, "", "", false, false))\" Notice the lack of backslashes in the function. Ideally the double quotes should be replaced with single quotes. To add to this the server side version of this response looks like this onclick=\\\"javascript:Anthem_FireCallBackEvent(this,event,'vehicleImages$currentImages$ctl01$removeImage','',true,'','','',true,null,nu ll,null,true,true);return false;WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("vehicleImages$currentImages$ctl01$removeImage", "", true, "", "", false, false))\\\" So I'd recommend that within the Anthem.Manager class a replace such as: response = response.Replace("quot;", "'"); be added to the IOFrame response. (Line 2171). My email address is jo...@wh... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=2135999&group_id=151897 |
From: SourceForge.net <no...@so...> - 2010-06-09 03:41:44
|
Bugs item #2716658, was opened at 2009-03-27 10:03 Message generated for change (Comment added) made by afm_44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=2716658&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Compatibility with ie8 Initial Comment: In order to make Anthem.net working with IE8 and with an <anthem:Timer>, the aspx page must have an <asp:button> and an <asp:CustomValidator> ! An other way is to add the following line after the <form> balise: <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> Bug javascript at the line: form[name] = input; //with name = "__EVENTTARGET" ---------------------------------------------------------------------- >Comment By: Andy Miller (afm_44) Date: 2010-06-09 03:41 Message: Fixed in source code. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-08-29 02:53 Message: Thank u so much for the snippet it works great cheers ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-08-15 23:47 Message: nobody, thanks for the advice. I think, we should try to find out how to avoid the try/catch statement and see what happen with the form[name] thing... Best ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-06-28 20:11 Message: This was fixed in the source code about 3 months ago, http://anthem-dot-net.cvs.sourceforge.net/viewvc/anthem-dot-net/anthem/Anthem/Anthem.js?view=log ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-06-28 18:27 Message: change your anthem.js to function Anthem_SetHiddenInputValue(form, name, value) { var input = null; if (form[name]) { input = form[name]; } else { input = document.createElement("input"); input.setAttribute("name", name); input.setAttribute("type", "hidden"); } input.setAttribute("value", value); var parentElement = input.parentElement ? input.parentElement : input.parentNode; if (parentElement == null) { //IE7 try { form.appendChild(input); form[name] = input; } catch (e) { } } } function Anthem_RemoveHiddenInput(form, name) { var input = form[name]; if (input != null && typeof (input) != "undefined") { var parentElement = input.parentElement ? input.parentElement : input.parentNode; if (parentElement != null) { //IE7 try { form[name] = null; parentElement.removeChild(input); } catch (e) { } } } } ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-06-06 09:10 Message: function Anthem_SetHiddenInputValue(form, name, value) { var input = null; if (form[name]) { input = form[name]; } else { input = document.createElement("input"); input.setAttribute("name", name); input.setAttribute("type", "hidden"); } input.setAttribute("value", value); var parentElement = input.parentElement ? input.parentElement : input.parentNode; if (parentElement == null) { form.appendChild(input); form[name] = input; ///////////////////////////////////error occurs here for image button: Object doesn't support this property or method } } ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-06-06 08:42 Message: This error occurs on image button too in IE8. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=2716658&group_id=151897 |