I'm having a problem with the CalendarExtender's position in Google Chrome (4.0.249.78 (36714)) when a page is scrolled down such that the scrollbar position is > 0
For example, if you use Chrome to goto:
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx
Scroll down so that the "Calendar Demonstration" subheading is just below the top of the browser rendering area.
Click the first TextBox labelled "Default Calendar"
The CalendarExtender popup appears with it's top edge at the very top of the page instead of below the TextBox.
The same happens when you click on the 2nd TextBox or on the button trigger for the "Calendar with an associated button" example.
It seems that the "top" css value of the resuting popup div isn't being calculated with the scroll position taken into account. Running the same example in Firefox results in a "top" value of 391px, with the Chrome value being 273px.
Does anyone know of a solution to this? Is this a problem with the toolkit or Chrome?
Thanks, Jonathan.