Hi,
I'm using quite a lot dropdowns in my project. All of the dropdowns are working correctly, except when I put it on a modal dialog (with ModalExtender from AJAX Toolkit). When the screen is at the top when the dialog is shown there are no problems, but when the screen is already scrolled down the DropdownContainer is not underneath the dropdown control. It looks like the dropdown container is positiong itself relative to the screen, but the modal dialog has an absolute positioning and there it seems to go wrong.
I could not find a work-a-round, does somebody here?
I attached a screenshot to explain the situation. Look at the position of the screen behind the modal dialog.
Yep - there appears to be an issue when animations are enabled. I have submitted an issue for this - the number is: 20582.
Angel
Hi Angel,
As I said I tried the attribute 'EnableDropDownAsChild' before and then it didn't work for me. I now found out why.
If you put EnableAnimations="false" in the webdropdown it's working as it should be. But if you say EnableAnimations="true" then it doesn't work. You can try that out with the example I sent you. Maybe something for the bugreport?
Strange, I tried this setting before and it didn't help. I probably was drunk then as now, it's the perfect solution. Thanks.
Thanks for the sample. I managed to reproduce this issue on all browsers except IE7 where the container is positioned correctly.
To solve the issue , you should set EnableDropDownAsChild="True". After that it worked fine for me in all browsers.
Hope it helps,
I created a testproject with behaves exactly as I described above. You can download it from:
http://rapidshare.com/files/265125167/TestIngragisticsWebDropDown.zip.html
Can you please test and see if I can do something to prevent this happening?