Closed Issue: Orcas: No markup for a certain extenders in a template [11934]
1. New a website. Open default.aspx in DV2. Add AjaxControlToolkit.dll to the toolbox3. Add a GridView control.4. Turn to Template editing mode. Add a button to the template5. Add HoverExtender, and...
View ArticleClosed Issue: Inactive TabPanel headers invisible in VS2005 when placing...
The Inactive TabPanel headers become invisible in VS2005 when I place a literal on them (so I can use databinding or programmatically set the text). The headertemplate looks like...
View ArticleClosed Issue: Toolkit controls: v1.0 TabContainer doesn't render properly at...
From the PS bug:See new bitmap bug.png. The control designer is not rendering the same way the control renders at runtime. The control's designer should render the tab container as a "block" element so...
View ArticleClosed Issue: MultiHandleSlider posts back twice [18465]
I am trying to integrate the MultiHandleSlider into my project. I see in Fiddler that when I use it in a partial-postback situation, it does both a full and then a partial postback. The first full...
View ArticleClosed Issue: MultiHandleSlider: handles hard to manipulate via mouse [19253]
Dup steps:1. Click on the higher-value handle, drag it to the maximum position, and release.2. Click on the lower-value handle, drag it to the maximum position, and release.3. Click on the...
View ArticleClosed Issue: Slider and MultiHandlerSlider only works in compatibility mode...
For both sliders, if you drag the handle in IE8 non-compat mode, the window itself scrolls.Comments: This ticket was filed for a pre-15.1 version of AJAX Control Toolkit. If this is still an issue in...
View ArticleClosed Issue: Accentuated characters filtered out by the...
The extender filters out accentuated characters from FilterTypes LowercaseLetters and UppercaseLetters.I tried adding those characters to the characters string designation in the...
View ArticleClosed Issue: MaskedEdit (IE6/Saf/?): Pasting a lot of random text in the...
Comments: This ticket was filed for a pre-15.1 version of AJAX Control Toolkit. If this is still an issue in v15.1 or later, please create a new inquiry.
View ArticleClosed Issue: MaskedEditExtender Date mask does not autofill with the...
When I enter a value into the text box (i.e. 12), then tab out, it does not fill as expected, and instead displays "12::".<asp:TextBox ID="StartTime" runat="server" Width="160px" TabIndex="7"...
View ArticleClosed Issue: MaskedEdit, InputDirection, text selection and entering data...
I have a textbox with a maskededit attached to it the input direction is right to left. when i tab into the field the text is highlight as you would expect but when i begin typing it moves to the end...
View ArticleClosed Issue: In UpdatePanel, inside FormView, MaskEditValidator shows its...
Hi there!When we use UpdatePanel and Ajax toolkit elements FormView and MaskEditValidator, the insert capability works just one time.Here's a piece of the code:<form id="Form1" method="post"...
View ArticleClosed Issue: MaskedEditValidator vs FireFox [9518]
MaskedEditValidator does not work properly in FireFox 2.0.It shows the message, but next the page is posted to the server.In IE7, the MaskedEditValidator behaviour is ok.Comments: This ticket was filed...
View ArticleClosed Issue: MaskedEdit handling of date/time separators moves to next field...
Example:"1/2/2000", [Tab] comes through okay"11/22/2000", [Tab] does not because each '/' switches to the next field even though the cursor's already in the right fieldComments: This ticket was filed...
View ArticleClosed Issue: MaskedEdit, *: Tab to number box in es-mx, type "100", "00"...
Comments: This ticket was filed for a pre-15.1 version of AJAX Control Toolkit. If this is still an issue in v15.1 or later, please create a new inquiry.
View ArticleClosed Issue: MaskedEdit, *: Tab to number box, type "123", tab out, tab...
Comments: This ticket was filed for a pre-15.1 version of AJAX Control Toolkit. If this is still an issue in v15.1 or later, please create a new inquiry.
View ArticleClosed Issue: MaskedEdit, *: Tab to date box, type "1/2/2000", tab out, okay...
Comments: This ticket was filed for a pre-15.1 version of AJAX Control Toolkit. If this is still an issue in v15.1 or later, please create a new inquiry.
View ArticleClosed Issue: new Position Action (Animation) [9954]
A new animation action allowing for setting the position of a target id to the rendered position of another control will allow for better animating objects relatively to HTML flow positioned objects. A...
View ArticleClosed Issue: Issue setting corners when creating RoundedCornersExtender...
When I create the RoundedCornersExtender dynamicaly it doesn't seem to be possible to set the corners to anything other than All. In the below example, the panel just disappears.Panel pnl = new...
View ArticleCommented Issue: DragDropScripts.js invalid offset when drag handle exists...
When using Drag Panel Extender for a panel that exists inside an absolutely positioned element, the Drag Drop Manager calculates an incorrect starting point !! The problem appears for browsers other...
View ArticleCreated Unassigned: AjaxFileUpload: Too many postbacks on upload [27847]
I created a usercontrol with the AjaxFileUpload. I am having problems making it work efficiently.When the UploadComplete event is triggered, multiple postbacks to server are called. After clicking the...
View Article