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: SourceForge.net <no...@so...> - 2008-01-16 15:11:54
|
Bugs item #1872498, was opened at 2008-01-16 03:16 Message generated for change (Comment added) made by afm_44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1872498&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: Wayne Hartman (chabilha) Assigned to: Nobody/Anonymous (nobody) Summary: LinkButtons Duplicate Data On a Page Initial Comment: This is very odd bug, but one I discovered. Code will appear at the bottom. I have been trying to duplicate my own paging for a repeater (I hate having everything locked inside tables with the other auto-paging controls) have created a series of LinkButtons as my pagers. What I do is create a PagedDataSource for the actual data and then another for the page indices and display values. The code then appropriately displays the correct number of pages above my code. However, whenever I click any callback or posting capable control, it duplicates the row of link buttons I have created below it. I can change pages and the bottom row does not get updated, but the top one does. So I have a top row that pages correctly and a bottom row that does not. Just to be clear, that bottom row should not even be there. I have also attempted to try using this with POAC (plain old asp controls--sorry I couldn't resist) and the problem is not reproduced. I really wanted to do this using AJAX so that my pages weren't posting back. :( I have attached the source to this bug report. I apologize if the code is a little crazy. This was a prototype to doing some nice custom paging. ---------------------------------------------------------------------- >Comment By: Andy Miller (afm_44) Date: 2008-01-16 15:12 Message: Logged In: YES user_id=1245761 Originator: NO One thing I notice is that you have embedded the Anthem Repeater inside of HTML as a table. The resulting HTML probably looks like this: <table> <tr> <div> <td> </div> </tr> </table> Which is not valid HTML. I suspect your browser is confused by the <div> stuck in between the <tr> and the <td>. Try putting the <table><tr> in the Repeater <HeaderTemplate> and close the table in the Repeater <FooterTemplate>. The next thing I notice is that you are embedding Anthem controls (LinkButton, Label) inside of the Anthem Repeater. As far as I can tell that is unnecessary and probably inefficient (each LinkButton and Label is updated twice: once by the Repeater and once by the itself). The Anthem Repeater implements Anthem.IContainerControl which means it will "anthemize" any base controls it finds inside. Try changing the control inside the Repeater to <asp:LinkButton> and <asp:Label>. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1872498&group_id=151897 |
From: SourceForge.net <no...@so...> - 2008-01-16 03:16:00
|
Bugs item #1872498, was opened at 2008-01-15 21:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1872498&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: Wayne Hartman (chabilha) Assigned to: Nobody/Anonymous (nobody) Summary: LinkButtons Duplicate Data On a Page Initial Comment: This is very odd bug, but one I discovered. Code will appear at the bottom. I have been trying to duplicate my own paging for a repeater (I hate having everything locked inside tables with the other auto-paging controls) have created a series of LinkButtons as my pagers. What I do is create a PagedDataSource for the actual data and then another for the page indices and display values. The code then appropriately displays the correct number of pages above my code. However, whenever I click any callback or posting capable control, it duplicates the row of link buttons I have created below it. I can change pages and the bottom row does not get updated, but the top one does. So I have a top row that pages correctly and a bottom row that does not. Just to be clear, that bottom row should not even be there. I have also attempted to try using this with POAC (plain old asp controls--sorry I couldn't resist) and the problem is not reproduced. I really wanted to do this using AJAX so that my pages weren't posting back. :( I have attached the source to this bug report. I apologize if the code is a little crazy. This was a prototype to doing some nice custom paging. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1872498&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-12-31 17:24:59
|
Patches item #1847594, was opened at 2007-12-09 19:47 Message generated for change (Comment added) made by psiegers You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1847594&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: Fix for IE6 and hidden panels Initial Comment: I had trouble with IE6 (and below) applying line-height to an anthem:Panel with Visible="false". Anthem renders this for a hidden panel: <div id="controlId"></div> http://lists.evolt.org/archive/Week-of-Mon-20070416/189398.html suggests that the following stops the problem: <div id="controlId"><!-- --></div> To implement, add the following at line 52 of Panel.cs: else { // This is so that IE6 doesn't apply line height to an empty div writer.Write("<!-- -->"); } Cheers, Gavin. ---------------------------------------------------------------------- >Comment By: Pieter Siegers (psiegers) Date: 2007-12-31 11:25 Message: Logged In: YES user_id=1067768 Originator: NO Hi all, I agree with Manu, and think that adding a css class id is a good idea. ---------------------------------------------------------------------- Comment By: TweeZz (tweezz) Date: 2007-12-10 01:13 Message: Logged In: YES user_id=1472130 Originator: NO Hi Andy, I think the second solution you suggested is somehow 'safer'. At least for the applications I wrote using Anthem. I'm a heavy prototype user. In some cases I retrieve elements using css selectors. Sometimes a part of the selector includes the wrapper 'div'. Changing it into a 'span' would break code, maybe not only in my applications. Maybe I'm being to selfish here :) ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-12-09 21:38 Message: Logged In: YES user_id=1245761 Originator: NO Great tip! I suppose this applies to all of the Anthem controls that wrap the native control inside of a <div>. Since the type of element that is used does not matter to Anthem, perhaps we should always use an inline control when the native control is not visible (i.e. use <span></span> when Visible=false, and <div></div> otherwise). Or we could assign a class to the wrapper element such as <div class="anthem"> wrapped HTML </div> <div class="anthem hidden"></div> Then you could modify your stylesheet to do anything you want with Anthem controls. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-09 20:23 Message: Logged In: NO Correction. Code should be: else if (!Manager.IsCallBack) { // This is so that IE6 doesn't apply line height to an empty div writer.Write("<!-- -->"); } Gavin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1847594&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-12-22 13:22:17
|
Patches item #1856380, was opened at 2007-12-22 05:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1856380&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: Validation Control fix Initial Comment: In manager.cs, in method ValidationScriptsRequired(Page page) anther goes througth page validators. in foreach cycle goes througth page.Validators colletion. But its not collectio of BaseValidators objects, but collection of objects implemented IValidator interface. Type conversion into BaseValidator is wrong There is fixed code of this method: private bool ValidationScriptsRequired(Page page) { #if V2 if (page != null && page.Validators.Count > 0 && page.Request.Browser.W3CDomVersion.Major >= 1) { foreach (ASP.BaseValidator validator in page.Validators) { if (validator.EnableClientScript) { if (page.Request.Browser.EcmaScriptVersion.CompareTo(new Version(1, 2)) >= 0) return true; } } } return false; #else if (page != null && page.Validators.Count > 0 && page.Request.Browser.MSDomVersion.Major >= 4) { foreach (ASP.BaseValidator validator in page.Validators) { if (validator.EnableClientScript) { if (page.Request.Browser.EcmaScriptVersion.CompareTo(new Version(1,2)) >= 0) return true; } } } return false; #endif } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1856380&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-12-10 07:13:17
|
Patches item #1847594, was opened at 2007-12-10 02:47 Message generated for change (Comment added) made by tweezz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1847594&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: Fix for IE6 and hidden panels Initial Comment: I had trouble with IE6 (and below) applying line-height to an anthem:Panel with Visible="false". Anthem renders this for a hidden panel: <div id="controlId"></div> http://lists.evolt.org/archive/Week-of-Mon-20070416/189398.html suggests that the following stops the problem: <div id="controlId"><!-- --></div> To implement, add the following at line 52 of Panel.cs: else { // This is so that IE6 doesn't apply line height to an empty div writer.Write("<!-- -->"); } Cheers, Gavin. ---------------------------------------------------------------------- >Comment By: TweeZz (tweezz) Date: 2007-12-10 08:13 Message: Logged In: YES user_id=1472130 Originator: NO Hi Andy, I think the second solution you suggested is somehow 'safer'. At least for the applications I wrote using Anthem. I'm a heavy prototype user. In some cases I retrieve elements using css selectors. Sometimes a part of the selector includes the wrapper 'div'. Changing it into a 'span' would break code, maybe not only in my applications. Maybe I'm being to selfish here :) ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-12-10 04:38 Message: Logged In: YES user_id=1245761 Originator: NO Great tip! I suppose this applies to all of the Anthem controls that wrap the native control inside of a <div>. Since the type of element that is used does not matter to Anthem, perhaps we should always use an inline control when the native control is not visible (i.e. use <span></span> when Visible=false, and <div></div> otherwise). Or we could assign a class to the wrapper element such as <div class="anthem"> wrapped HTML </div> <div class="anthem hidden"></div> Then you could modify your stylesheet to do anything you want with Anthem controls. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-10 03:23 Message: Logged In: NO Correction. Code should be: else if (!Manager.IsCallBack) { // This is so that IE6 doesn't apply line height to an empty div writer.Write("<!-- -->"); } Gavin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1847594&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-12-10 03:37:55
|
Patches item #1847594, was opened at 2007-12-10 01:47 Message generated for change (Comment added) made by afm_44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1847594&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: Fix for IE6 and hidden panels Initial Comment: I had trouble with IE6 (and below) applying line-height to an anthem:Panel with Visible="false". Anthem renders this for a hidden panel: <div id="controlId"></div> http://lists.evolt.org/archive/Week-of-Mon-20070416/189398.html suggests that the following stops the problem: <div id="controlId"><!-- --></div> To implement, add the following at line 52 of Panel.cs: else { // This is so that IE6 doesn't apply line height to an empty div writer.Write("<!-- -->"); } Cheers, Gavin. ---------------------------------------------------------------------- >Comment By: Andy Miller (afm_44) Date: 2007-12-10 03:38 Message: Logged In: YES user_id=1245761 Originator: NO Great tip! I suppose this applies to all of the Anthem controls that wrap the native control inside of a <div>. Since the type of element that is used does not matter to Anthem, perhaps we should always use an inline control when the native control is not visible (i.e. use <span></span> when Visible=false, and <div></div> otherwise). Or we could assign a class to the wrapper element such as <div class="anthem"> wrapped HTML </div> <div class="anthem hidden"></div> Then you could modify your stylesheet to do anything you want with Anthem controls. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-10 02:23 Message: Logged In: NO Correction. Code should be: else if (!Manager.IsCallBack) { // This is so that IE6 doesn't apply line height to an empty div writer.Write("<!-- -->"); } Gavin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1847594&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-12-10 02:22:57
|
Patches item #1847594, was opened at 2007-12-09 17:47 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1847594&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: Fix for IE6 and hidden panels Initial Comment: I had trouble with IE6 (and below) applying line-height to an anthem:Panel with Visible="false". Anthem renders this for a hidden panel: <div id="controlId"></div> http://lists.evolt.org/archive/Week-of-Mon-20070416/189398.html suggests that the following stops the problem: <div id="controlId"><!-- --></div> To implement, add the following at line 52 of Panel.cs: else { // This is so that IE6 doesn't apply line height to an empty div writer.Write("<!-- -->"); } Cheers, Gavin. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-09 18:23 Message: Logged In: NO Correction. Code should be: else if (!Manager.IsCallBack) { // This is so that IE6 doesn't apply line height to an empty div writer.Write("<!-- -->"); } Gavin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1847594&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-12-10 01:47:35
|
Patches item #1847594, was opened at 2007-12-09 17:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1847594&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: Fix for IE6 and hidden panels Initial Comment: I had trouble with IE6 (and below) applying line-height to an anthem:Panel with Visible="false". Anthem renders this for a hidden panel: <div id="controlId"></div> http://lists.evolt.org/archive/Week-of-Mon-20070416/189398.html suggests that the following stops the problem: <div id="controlId"><!-- --></div> To implement, add the following at line 52 of Panel.cs: else { // This is so that IE6 doesn't apply line height to an empty div writer.Write("<!-- -->"); } Cheers, Gavin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1847594&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-12-08 13:33:54
|
Bugs item #1813624, was opened at 2007-10-15 07:25 Message generated for change (Comment added) made by afm_44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1813624&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: Carlinhos1976 (carlinhos1976) Assigned to: Nobody/Anonymous (nobody) Summary: Postback does not work using Url Rewrite Initial Comment: Loading an url with parameters, works fine, for example: Quote: http://localhost/page.aspx?id=id-name&city=Edimburgh But calling the page trough an UrlRewriting.net rule, every postback is ignored, for example: Quote: http://localhost/Edimburgh/id-name.aspx Example rule for UrlRewriting.net at Web.Config: <urlrewritingnet rewriteOnlyVirtualUrls="true" contextItemsPrefix="QueryString" defaultPage="default.aspx" defaultProvider="RegEx" xmlns="http://www.urlrewriting.net/schemas/config/2006/07"> <rewrites> <add name="RewriteRule1" virtualUrl="^~/(.*)/(.*).aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/page.aspx?id-name=$2&city=$2" ignoreCase="true" /> </rewrites> </urlrewritingnet> ---------------------------------------------------------------------- >Comment By: Andy Miller (afm_44) Date: 2007-12-08 13:33 Message: Logged In: YES user_id=1245761 Originator: NO Nobody removed anything from this tracker. In fact, there is no remove or delete function in the SourceForge trackers. At least, not one that I can see. Perhaps your filters are excluding the previous post. In any case, this is not a bug in Anthem. The javascript function that builds the callback URL will take the action parameter from the first form on the page and append "Anthem_Callback=true". If your url rewriting rule strips off the Anthem_Callback querystring parameter, then Anthem will not handle the callback. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 12:38 Message: Logged In: NO I had a post about this up over a year ago but it was removed. I had the solution posted as well under the forum user 'BLIEB'. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1813624&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-12-08 12:38:26
|
Bugs item #1813624, was opened at 2007-10-15 00:25 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1813624&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: Carlinhos1976 (carlinhos1976) Assigned to: Nobody/Anonymous (nobody) Summary: Postback does not work using Url Rewrite Initial Comment: Loading an url with parameters, works fine, for example: Quote: http://localhost/page.aspx?id=id-name&city=Edimburgh But calling the page trough an UrlRewriting.net rule, every postback is ignored, for example: Quote: http://localhost/Edimburgh/id-name.aspx Example rule for UrlRewriting.net at Web.Config: <urlrewritingnet rewriteOnlyVirtualUrls="true" contextItemsPrefix="QueryString" defaultPage="default.aspx" defaultProvider="RegEx" xmlns="http://www.urlrewriting.net/schemas/config/2006/07"> <rewrites> <add name="RewriteRule1" virtualUrl="^~/(.*)/(.*).aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/page.aspx?id-name=$2&city=$2" ignoreCase="true" /> </rewrites> </urlrewritingnet> ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-08 04:38 Message: Logged In: NO I had a post about this up over a year ago but it was removed. I had the solution posted as well under the forum user 'BLIEB'. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1813624&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-11-23 14:12:30
|
Bugs item #1799545, was opened at 2007-09-21 11:32 Message generated for change (Settings changed) made by dragonea You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1799545&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: 8 Private: No Submitted By: Waspy (dragonea) >Assigned to: Pieter Siegers (psiegers) Summary: FileUpload problems Initial Comment: anthem:FileUpload doesn't work when put in anthem:mutliview on the view which is hidden when page loads and then activated on callback ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1799545&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-11-16 16:04:23
|
Bugs item #1833031, was opened at 2007-11-16 03:48 Message generated for change (Comment added) made by psiegers You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&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: 9 Private: No Submitted By: shweta (shweta22) Assigned to: Pieter Siegers (psiegers) Summary: Image Button Initial Comment: I have a mutilple anthem panels,and within that mutiple anthem image buttons which behave like checkboxes...But it happens that whne i randomly click on any of trhe image buttons,some time the OnCommand event of the image button doesnt fire at all.Here is my code : <anthem:DataList ID="dtlstWidth" runat="server" EnableCallBack="true"> <ItemTemplate> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td style="width: 10px"> <anthem:Panel ID="pnlID" runat="server" EnableCallBack="true" Width="3px" Height="3px"> <anthem:ImageButton ID="imgWidth" runat="server" EnableCallBack="true" PreCallBackFunction="callback('divshowLoading')" ImageUrl="~/Images/spacer.gif" Width="5px" Height="5px" BackColor="red" BorderWidth="1px" OnCommand="ChooseThis" BorderColor="#52514F" /></anthem:Panel> </td> <td> <anthem:Label ID="lblName" runat="server" Text="color" /> </td> </tr> </table> </ItemTemplate> </anthem:DataList> Please help me...its urgent!! ---------------------------------------------------------------------- >Comment By: Pieter Siegers (psiegers) Date: 2007-11-16 10:04 Message: Logged In: YES user_id=1067768 Originator: NO Hi, could you please post a complete sample? TIA ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-11-16 16:03:06
|
Bugs item #1833031, was opened at 2007-11-16 03:48 Message generated for change (Settings changed) made by psiegers You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&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: 9 Private: No Submitted By: shweta (shweta22) >Assigned to: Pieter Siegers (psiegers) Summary: Image Button Initial Comment: I have a mutilple anthem panels,and within that mutiple anthem image buttons which behave like checkboxes...But it happens that whne i randomly click on any of trhe image buttons,some time the OnCommand event of the image button doesnt fire at all.Here is my code : <anthem:DataList ID="dtlstWidth" runat="server" EnableCallBack="true"> <ItemTemplate> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td style="width: 10px"> <anthem:Panel ID="pnlID" runat="server" EnableCallBack="true" Width="3px" Height="3px"> <anthem:ImageButton ID="imgWidth" runat="server" EnableCallBack="true" PreCallBackFunction="callback('divshowLoading')" ImageUrl="~/Images/spacer.gif" Width="5px" Height="5px" BackColor="red" BorderWidth="1px" OnCommand="ChooseThis" BorderColor="#52514F" /></anthem:Panel> </td> <td> <anthem:Label ID="lblName" runat="server" Text="color" /> </td> </tr> </table> </ItemTemplate> </anthem:DataList> Please help me...its urgent!! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-11-16 09:54:37
|
Bugs item #1833031, was opened at 2007-11-16 09:48 Message generated for change (Settings changed) made by shweta22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&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: 9 Private: No Submitted By: shweta (shweta22) >Assigned to: jcmurphy (jcmurphy) Summary: Image Button Initial Comment: I have a mutilple anthem panels,and within that mutiple anthem image buttons which behave like checkboxes...But it happens that whne i randomly click on any of trhe image buttons,some time the OnCommand event of the image button doesnt fire at all.Here is my code : <anthem:DataList ID="dtlstWidth" runat="server" EnableCallBack="true"> <ItemTemplate> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td style="width: 10px"> <anthem:Panel ID="pnlID" runat="server" EnableCallBack="true" Width="3px" Height="3px"> <anthem:ImageButton ID="imgWidth" runat="server" EnableCallBack="true" PreCallBackFunction="callback('divshowLoading')" ImageUrl="~/Images/spacer.gif" Width="5px" Height="5px" BackColor="red" BorderWidth="1px" OnCommand="ChooseThis" BorderColor="#52514F" /></anthem:Panel> </td> <td> <anthem:Label ID="lblName" runat="server" Text="color" /> </td> </tr> </table> </ItemTemplate> </anthem:DataList> Please help me...its urgent!! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-11-16 09:50:48
|
Bugs item #1833031, was opened at 2007-11-16 09:48 Message generated for change (Settings changed) made by shweta22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&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: 9 Private: No Submitted By: shweta (shweta22) >Assigned to: Andy Miller (afm_44) Summary: Image Button Initial Comment: I have a mutilple anthem panels,and within that mutiple anthem image buttons which behave like checkboxes...But it happens that whne i randomly click on any of trhe image buttons,some time the OnCommand event of the image button doesnt fire at all.Here is my code : <anthem:DataList ID="dtlstWidth" runat="server" EnableCallBack="true"> <ItemTemplate> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td style="width: 10px"> <anthem:Panel ID="pnlID" runat="server" EnableCallBack="true" Width="3px" Height="3px"> <anthem:ImageButton ID="imgWidth" runat="server" EnableCallBack="true" PreCallBackFunction="callback('divshowLoading')" ImageUrl="~/Images/spacer.gif" Width="5px" Height="5px" BackColor="red" BorderWidth="1px" OnCommand="ChooseThis" BorderColor="#52514F" /></anthem:Panel> </td> <td> <anthem:Label ID="lblName" runat="server" Text="color" /> </td> </tr> </table> </ItemTemplate> </anthem:DataList> Please help me...its urgent!! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-11-16 09:49:37
|
Bugs item #1833031, was opened at 2007-11-16 09:48 Message generated for change (Settings changed) made by shweta22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&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: 9 Private: No Submitted By: shweta (shweta22) Assigned to: Nobody/Anonymous (nobody) Summary: Image Button Initial Comment: I have a mutilple anthem panels,and within that mutiple anthem image buttons which behave like checkboxes...But it happens that whne i randomly click on any of trhe image buttons,some time the OnCommand event of the image button doesnt fire at all.Here is my code : <anthem:DataList ID="dtlstWidth" runat="server" EnableCallBack="true"> <ItemTemplate> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td style="width: 10px"> <anthem:Panel ID="pnlID" runat="server" EnableCallBack="true" Width="3px" Height="3px"> <anthem:ImageButton ID="imgWidth" runat="server" EnableCallBack="true" PreCallBackFunction="callback('divshowLoading')" ImageUrl="~/Images/spacer.gif" Width="5px" Height="5px" BackColor="red" BorderWidth="1px" OnCommand="ChooseThis" BorderColor="#52514F" /></anthem:Panel> </td> <td> <anthem:Label ID="lblName" runat="server" Text="color" /> </td> </tr> </table> </ItemTemplate> </anthem:DataList> Please help me...its urgent!! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-11-16 09:48:23
|
Bugs item #1833031, was opened at 2007-11-16 09:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&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: shweta (shweta22) Assigned to: Nobody/Anonymous (nobody) Summary: Image Button Initial Comment: I have a mutilple anthem panels,and within that mutiple anthem image buttons which behave like checkboxes...But it happens that whne i randomly click on any of trhe image buttons,some time the OnCommand event of the image button doesnt fire at all.Here is my code : <anthem:DataList ID="dtlstWidth" runat="server" EnableCallBack="true"> <ItemTemplate> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td style="width: 10px"> <anthem:Panel ID="pnlID" runat="server" EnableCallBack="true" Width="3px" Height="3px"> <anthem:ImageButton ID="imgWidth" runat="server" EnableCallBack="true" PreCallBackFunction="callback('divshowLoading')" ImageUrl="~/Images/spacer.gif" Width="5px" Height="5px" BackColor="red" BorderWidth="1px" OnCommand="ChooseThis" BorderColor="#52514F" /></anthem:Panel> </td> <td> <anthem:Label ID="lblName" runat="server" Text="color" /> </td> </tr> </table> </ItemTemplate> </anthem:DataList> Please help me...its urgent!! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1833031&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-11-03 12:17:32
|
Patches item #1825128, was opened at 2007-11-03 12:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1825128&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: Andy Miller (afm_44) Assigned to: Nobody/Anonymous (nobody) Summary: Avoid NaN in ImageButton Initial Comment: See post https://sourceforge.net/forum/message.php?msg_id=4602854 There's a known problem with the standard ASP.NET ImageButton when used inside a panel. Specifically, clicking on the very top or side border can result in an exception because the x and/or y co-ordinate of the mouse ponter isn't defined. add the following code to the Anthem ImageButton to avoid getting exceptions. Not my code - I got it from the asp forums, but is has resolved issues on my website. /// <summary> /// To avoid issue when Update Panel can return NaN instead of 0 /// as discussed here http://forums.asp.net/thread/1450669.aspx /// </summary> protected override bool LoadPostData(string postDataKey, NameValueCollection postCollection) { string xKey; string yKey; string xValue = postCollection[xKey = (string.Format("{0}.x", UniqueID))]; string yValue = postCollection[yKey = (string.Format("{0}.y", UniqueID))]; if (!string.IsNullOrEmpty(xValue) && !string.IsNullOrEmpty(yValue)) { NameValueCollection postCollectionCopy = new NameValueCollection(); int x; int y; int.TryParse(xValue, out x); int.TryParse(yValue, out y); postCollectionCopy.Add(xKey, x.ToString()); postCollectionCopy.Add(yKey, y.ToString()); return base.LoadPostData(postDataKey, postCollectionCopy); } else { return false; } } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782466&aid=1825128&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-10-30 13:27:37
|
Bugs item #1822768, was opened at 2007-10-30 06:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1822768&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 (example) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: CaptchaControl & Anthem Initial Comment: I'm using this web control: http://www.codeproject.com/aspnet/CaptchaControl.asp and is not working correct wiht anthem. Can anyone help me, please ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1822768&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-10-15 07:25:29
|
Bugs item #1813624, was opened at 2007-10-15 09:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1813624&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: Carlinhos1976 (carlinhos1976) Assigned to: Nobody/Anonymous (nobody) Summary: Postback does not work using Url Rewrite Initial Comment: Loading an url with parameters, works fine, for example: Quote: http://localhost/page.aspx?id=id-name&city=Edimburgh But calling the page trough an UrlRewriting.net rule, every postback is ignored, for example: Quote: http://localhost/Edimburgh/id-name.aspx Example rule for UrlRewriting.net at Web.Config: <urlrewritingnet rewriteOnlyVirtualUrls="true" contextItemsPrefix="QueryString" defaultPage="default.aspx" defaultProvider="RegEx" xmlns="http://www.urlrewriting.net/schemas/config/2006/07"> <rewrites> <add name="RewriteRule1" virtualUrl="^~/(.*)/(.*).aspx" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/page.aspx?id-name=$2&city=$2" ignoreCase="true" /> </rewrites> </urlrewritingnet> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1813624&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-10-05 06:02:23
|
Bugs item #1807719, was opened at 2007-10-04 19:25 Message generated for change (Comment added) made by razor7300 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1807719&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: George (razor7300) Assigned to: Nobody/Anonymous (nobody) Summary: String "</anthemarea>" ist added to Multiline-Textboxes Initial Comment: Hello! Problem: In my Project I habe 4 Multiline-Textboxes (textareas). On Callback to all Textboxes but the first the String "</anthemarea>" is added to the Textbox. The error is in anthem.js in line 74: Original (1.5.2): var response = { responseText: doc.getElementById("response").value.replace(/<\/anthemarea>/, "</textarea>") }; Problem solved when changing in var response = { responseText: doc.getElementById("response").value.replace(/<\/anthemarea>/g, "</textarea>") }; The "/g" replaces all of "</anthemarea>" to "</textarea>" Hope you can confirm this bug?! Dennis George ---------------------------------------------------------------------- >Comment By: George (razor7300) Date: 2007-10-05 06:02 Message: Logged In: YES user_id=688786 Originator: YES The Javascript function replace replaces only the first found string. To replace all occurrences of a Strng you have to add the "g" to the regular expression. ---------------------------------------------------------------------- Comment By: George (razor7300) Date: 2007-10-05 05:58 Message: Logged In: YES user_id=688786 Originator: YES Hi! I user Visual Studio 2003 (.Net Framework 1.1). With Microsoft Internet Explorer Web Controls for my Tabs on the Page. Withing every Pageview of the Multipage there is a DIV with my Contols. See aspx page attached. Dennis File Added: detail.aspx ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-10-04 20:48 Message: Logged In: YES user_id=1245761 Originator: NO Hello Dennis, Do you have a sample page that you could attach? That would make it much easier to reproduce and confirm your fix. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1807719&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-10-05 05:58:24
|
Bugs item #1807719, was opened at 2007-10-04 19:25 Message generated for change (Comment added) made by razor7300 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1807719&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: George (razor7300) Assigned to: Nobody/Anonymous (nobody) Summary: String "</anthemarea>" ist added to Multiline-Textboxes Initial Comment: Hello! Problem: In my Project I habe 4 Multiline-Textboxes (textareas). On Callback to all Textboxes but the first the String "</anthemarea>" is added to the Textbox. The error is in anthem.js in line 74: Original (1.5.2): var response = { responseText: doc.getElementById("response").value.replace(/<\/anthemarea>/, "</textarea>") }; Problem solved when changing in var response = { responseText: doc.getElementById("response").value.replace(/<\/anthemarea>/g, "</textarea>") }; The "/g" replaces all of "</anthemarea>" to "</textarea>" Hope you can confirm this bug?! Dennis George ---------------------------------------------------------------------- >Comment By: George (razor7300) Date: 2007-10-05 05:58 Message: Logged In: YES user_id=688786 Originator: YES Hi! I user Visual Studio 2003 (.Net Framework 1.1). With Microsoft Internet Explorer Web Controls for my Tabs on the Page. Withing every Pageview of the Multipage there is a DIV with my Contols. See aspx page attached. Dennis File Added: detail.aspx ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-10-04 20:48 Message: Logged In: YES user_id=1245761 Originator: NO Hello Dennis, Do you have a sample page that you could attach? That would make it much easier to reproduce and confirm your fix. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1807719&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-10-04 20:48:46
|
Bugs item #1807719, was opened at 2007-10-04 19:25 Message generated for change (Comment added) made by afm_44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1807719&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: George (razor7300) Assigned to: Nobody/Anonymous (nobody) Summary: String "</anthemarea>" ist added to Multiline-Textboxes Initial Comment: Hello! Problem: In my Project I habe 4 Multiline-Textboxes (textareas). On Callback to all Textboxes but the first the String "</anthemarea>" is added to the Textbox. The error is in anthem.js in line 74: Original (1.5.2): var response = { responseText: doc.getElementById("response").value.replace(/<\/anthemarea>/, "</textarea>") }; Problem solved when changing in var response = { responseText: doc.getElementById("response").value.replace(/<\/anthemarea>/g, "</textarea>") }; The "/g" replaces all of "</anthemarea>" to "</textarea>" Hope you can confirm this bug?! Dennis George ---------------------------------------------------------------------- >Comment By: Andy Miller (afm_44) Date: 2007-10-04 20:48 Message: Logged In: YES user_id=1245761 Originator: NO Hello Dennis, Do you have a sample page that you could attach? That would make it much easier to reproduce and confirm your fix. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1807719&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-10-04 19:25:23
|
Bugs item #1807719, was opened at 2007-10-04 19:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1807719&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: George (razor7300) Assigned to: Nobody/Anonymous (nobody) Summary: String "</anthemarea>" ist added to Multiline-Textboxes Initial Comment: Hello! Problem: In my Project I habe 4 Multiline-Textboxes (textareas). On Callback to all Textboxes but the first the String "</anthemarea>" is added to the Textbox. The error is in anthem.js in line 74: Original (1.5.2): var response = { responseText: doc.getElementById("response").value.replace(/<\/anthemarea>/, "</textarea>") }; Problem solved when changing in var response = { responseText: doc.getElementById("response").value.replace(/<\/anthemarea>/g, "</textarea>") }; The "/g" replaces all of "</anthemarea>" to "</textarea>" Hope you can confirm this bug?! Dennis George ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1807719&group_id=151897 |
From: SourceForge.net <no...@so...> - 2007-10-03 02:20:09
|
Bugs item #1728013, was opened at 2007-05-29 19:12 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1728013&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: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Andy Miller (afm_44) Summary: INPUT tags missing the TYPE attribute fails in Firefox. Initial Comment: Note this does not cause IE 6 to throw an error. Firefox 2.0.0.3 does throw the error. If an INPUT tag does not have a TYPE attribute defined, then the following line throws an error in WebResource.axd. var inputType = element.getAttribute("type").toUpperCase(); I have a third party control "WebFX Slider" on the page. This adds a input control to the page (display:none) without a TYPE. So, HTML rules will default it to TEXT, but it looks like the DOM does not get the word. an...@qu... ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-10-02 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-09-18 08:51 Message: Logged In: YES user_id=1245761 Originator: NO I have changed the status to Pending. It will close automatically unless a sample page is posted. ---------------------------------------------------------------------- Comment By: Andy Miller (afm_44) Date: 2007-06-03 10:04 Message: Logged In: YES user_id=1245761 Originator: NO I can not reproduce this error in FireFox. I've attached the sample page I used. Both IE and FF display the untyped input field as though it were a TEXT field, but both return "hidden" as the type, which is correctly handled by Anthem_Callback. Please modify the sample so that it creates the error you are seeing. File Added: 1828013.aspx ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=1728013&group_id=151897 |