9 votes
closed
DropdownExtender Positioning Problem

Description

 
DropdownExtender does not position when the target is positioned withing an "absolute" or "relative" div. Even for the AJAX Dropdown sample
It started after installing the latest build (Build 10301) . Even the slightest modification of the Ajax dropdown example to position the target element creates this problem

Example code: -- same as dropdown example in the AJAX Samples: (For the sample, the problem occurs with either "relative" or "absolute")

<div style="position: relative">

<asp:Label ID="TextLabel" runat="server" Text="Hover Over Me" Font-Names="Tahoma" Font-Size="11px" Style="display: block; width: 300px; padding:2px; padding-right: 50px;" />

</div>

<asp:Panel ID="DropPanel" runat="server" CssClass="ContextMenuPanel" Style="display:none;visibility:hidden;">

<asp:LinkButton runat="server" ID="Option1" Text="Option 1" CssClass="ContextMenuItem" />

<asp:LinkButton runat="server" ID="Option2" Text="Option 2" CssClass="ContextMenuItem" />

<asp:LinkButton runat="server" ID="Option3" Text="Option 3 (Click Me!)" CssClass="ContextMenuItem" />

</asp:Panel>

<ajaxToolkit:DropDownExtender runat="server" ID="DDE" TargetControlID="TextLabel" DropDownControlID="DropPanel" />

File Attachments


No files are attached


Closed Jul 30 2007 at 11:17 PM  by AjaxTK

Comments

most recent at top (show oldest at top)
kcain wrote Dec 5 2007 at 11:22 PM
I am using 1.0.11119.20010 and am still having this same issue.

sycophill wrote Sep 20 2007 at 9:56 AM
I've downloaded the latest version of the Toolkit, but I'm still experiencing this issue. Has changeset 25178 been implemented?

wrote Jul 30 2007 at 11:17 PM
Resolved with changeset 25178.

rhodges wrote Jun 25 2007 at 6:14 PM
Same inside telerik's toolbar... thanks in advance for your help

dstoikof wrote Jun 20 2007 at 1:02 AM
Same inside a TabContainer - I assume this is because TabContainer uses similar positioning

wrote May 15 2007 at 7:00 PM
Ron - could you please look into this? Thanks.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987