Hey everyone!
Another IE7-related weird problem, I'm sorry ^^;
I found that if I use a DateField inside a table, when I click the calendar 
icon ("17") using IE7, the calendar pops up "shrinked" in width, even if 
there's plenty of screen space.. When I close the popup and re-open it, it 
shows up with the right width..

Debugging, I think I found the "culprit" being a

YAHOO.util.Dom.setX(subject, targetPos[0])

inside wicket-date.js (wicket-datetime) line 115, so _maybe_ it's YUI's 
problem.. Anyway, maybe a simple

if(YAHOO.util.Dom.getX(subject) != targetPos[0])

before the call would prevent the error..
Should I open a JIRA issue? I have a quickstart ready.

Many thanks!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to