You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Kevin Orey (JIRA)" <ji...@apache.org> on 2010/06/28 17:36:50 UTC

[jira] Created: (WICKET-2926) DateTimeField calendar not displaying properly in IE7 in a modal

DateTimeField calendar not displaying properly in IE7 in a modal
----------------------------------------------------------------

                 Key: WICKET-2926
                 URL: https://issues.apache.org/jira/browse/WICKET-2926
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.4.5
         Environment: IE7
            Reporter: Kevin Orey


DateTimeField calendar not displaying properly in IE7 in a modal.  It displays fine in a page and a wizard but does not display correctly in a modal.  It does work in firefox in all scenarios.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-2926) DateTimeField calendar not displaying properly in IE7 in a modal

Posted by "Alex Grant (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Grant updated WICKET-2926:
-------------------------------

    Attachment: WICKET-2926-modal.dialog.datepicker.zip

I have encountered the same error, though in IE8 (in both standards mode and compatibility mode).

I have attached a quick start, WICKET-2926-modal.dialog.datepicker.zip
Browse to http://localhost:8080/modal.dialog.datepicker/

IE reports a javascript error when the modal window renders


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C)
Timestamp: Tue, 27 Jul 2010 02:31:44 UTC


Message: Unknown runtime error
Line: 3225
Char: 3
Code: 0
URI: http://localhost:8080/modal.dialog.datepicker/resources/org.apache.wicket.extensions.yui.YuiLib/calendar/calendar.js


> DateTimeField calendar not displaying properly in IE7 in a modal
> ----------------------------------------------------------------
>
>                 Key: WICKET-2926
>                 URL: https://issues.apache.org/jira/browse/WICKET-2926
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.5
>         Environment: IE7
>            Reporter: Kevin Orey
>         Attachments: WICKET-2926-modal.dialog.datepicker.zip
>
>   Original Estimate: 840h
>  Remaining Estimate: 840h
>
> DateTimeField calendar not displaying properly in IE7 in a modal.  It displays fine in a page and a wizard but does not display correctly in a modal.  It does work in firefox in all scenarios.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2926) DateTimeField calendar not displaying properly in IE7 in a modal

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883192#action_12883192 ] 

Martin Grigorov commented on WICKET-2926:
-----------------------------------------

Can you provide a quickstart application ?
It will be easier to debug it this way.

> DateTimeField calendar not displaying properly in IE7 in a modal
> ----------------------------------------------------------------
>
>                 Key: WICKET-2926
>                 URL: https://issues.apache.org/jira/browse/WICKET-2926
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.5
>         Environment: IE7
>            Reporter: Kevin Orey
>   Original Estimate: 840h
>  Remaining Estimate: 840h
>
> DateTimeField calendar not displaying properly in IE7 in a modal.  It displays fine in a page and a wizard but does not display correctly in a modal.  It does work in firefox in all scenarios.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-2926) DateTimeField calendar not displaying properly in IE7 in a modal

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2926.
-----------------------------------

      Assignee: Igor Vaynberg
    Resolution: Invalid

like the modal javadoc says, if you are going to host form components then put the modal into a form. once i did that the error went away.

> DateTimeField calendar not displaying properly in IE7 in a modal
> ----------------------------------------------------------------
>
>                 Key: WICKET-2926
>                 URL: https://issues.apache.org/jira/browse/WICKET-2926
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.5
>         Environment: IE7
>            Reporter: Kevin Orey
>            Assignee: Igor Vaynberg
>         Attachments: WICKET-2926-modal.dialog.datepicker.zip
>
>   Original Estimate: 840h
>  Remaining Estimate: 840h
>
> DateTimeField calendar not displaying properly in IE7 in a modal.  It displays fine in a page and a wizard but does not display correctly in a modal.  It does work in firefox in all scenarios.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2926) DateTimeField calendar not displaying properly in IE7 in a modal

Posted by "Alex Grant (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892615#action_12892615 ] 

Alex Grant commented on WICKET-2926:
------------------------------------

This error is still present in Wicket 1.4.9.

> DateTimeField calendar not displaying properly in IE7 in a modal
> ----------------------------------------------------------------
>
>                 Key: WICKET-2926
>                 URL: https://issues.apache.org/jira/browse/WICKET-2926
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.5
>         Environment: IE7
>            Reporter: Kevin Orey
>         Attachments: WICKET-2926-modal.dialog.datepicker.zip
>
>   Original Estimate: 840h
>  Remaining Estimate: 840h
>
> DateTimeField calendar not displaying properly in IE7 in a modal.  It displays fine in a page and a wizard but does not display correctly in a modal.  It does work in firefox in all scenarios.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2926) DateTimeField calendar not displaying properly in IE7 in a modal

Posted by "Alex Grant (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900144#action_12900144 ] 

Alex Grant commented on WICKET-2926:
------------------------------------

This error is still present in Wicket 1.4.10

> DateTimeField calendar not displaying properly in IE7 in a modal
> ----------------------------------------------------------------
>
>                 Key: WICKET-2926
>                 URL: https://issues.apache.org/jira/browse/WICKET-2926
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.5
>         Environment: IE7
>            Reporter: Kevin Orey
>         Attachments: WICKET-2926-modal.dialog.datepicker.zip
>
>   Original Estimate: 840h
>  Remaining Estimate: 840h
>
> DateTimeField calendar not displaying properly in IE7 in a modal.  It displays fine in a page and a wizard but does not display correctly in a modal.  It does work in firefox in all scenarios.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2926) DateTimeField calendar not displaying properly in IE7 in a modal

Posted by "Alex Grant (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904043#action_12904043 ] 

Alex Grant commented on WICKET-2926:
------------------------------------

Whoops, thanks!

> DateTimeField calendar not displaying properly in IE7 in a modal
> ----------------------------------------------------------------
>
>                 Key: WICKET-2926
>                 URL: https://issues.apache.org/jira/browse/WICKET-2926
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.5
>         Environment: IE7
>            Reporter: Kevin Orey
>            Assignee: Igor Vaynberg
>         Attachments: WICKET-2926-modal.dialog.datepicker.zip
>
>   Original Estimate: 840h
>  Remaining Estimate: 840h
>
> DateTimeField calendar not displaying properly in IE7 in a modal.  It displays fine in a page and a wizard but does not display correctly in a modal.  It does work in firefox in all scenarios.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.