1 Reply Latest reply on May 15, 2007 5:36 PM by james_hays

    s:selectDate inside DIV with overlow:scroll

    james_hays

      I have an interesting issue that seems to hit me in both IE and Firefox, which is a rarity. I've come to expect things like this to not work in IE...

      Anyways, I have a div container that has the css overflow attribute set to scroll. In both browsers, if I access a selectDate component anywhere in the div where I have to scroll to the right, the popup calendar shows to the right of the text field.

      In a frustrating way, this makes sense. The browsers appear to render the coordinates of the input field as if the div container wasn't there. Unfortunately, since selectDate renders the popup based on the coordinates of the inputfield itself, it's off the mark relative to where my div is scrolled to.

      Any thoughts on how to get around this issue?

      James