[IE7] Shrinked popup calendar when inside a table
-------------------------------------------------
Key: WICKET-1803
URL: https://issues.apache.org/jira/browse/WICKET-1803
Project: Wicket
Issue Type: Bug
Components: wicket-datetime
Affects Versions: 1.3.4
Environment: XPsp2, IE7
Reporter: Federico Fanton
Priority: Minor
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 that call would prevent the error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.