You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Federico Fanton (JIRA)" <ji...@apache.org> on 2008/08/26 08:57:44 UTC

[jira] Updated: (WICKET-1803) [IE7] Shrinked popup calendar when inside a table

     [ https://issues.apache.org/jira/browse/WICKET-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Federico Fanton updated WICKET-1803:
------------------------------------

    Attachment: testdatefield.tar.bz2

Quickstart

> [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
>         Attachments: testdatefield.tar.bz2
>
>
> 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.