You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Lech S. (JIRA)" <ji...@apache.org> on 2014/05/20 15:44:39 UTC

[jira] [Comment Edited] (WICKET-5544) javascript error at calendar.js

    [ https://issues.apache.org/jira/browse/WICKET-5544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003235#comment-14003235 ] 

Lech S. edited comment on WICKET-5544 at 5/20/14 1:43 PM:
----------------------------------------------------------

I have the same problem. Wicket cannot display calendar in modal window under IE8:
{quote}
Message: Unknown runtime error
Line: 3336
Char: 9
Code: 0
URI: http://localhost:8080/mia/wicket/resource/org.apache.wicket.extensions.yui.YuiLib/calendar/calendar.js
{quote}
Wicket examples uses PageReference, however you can create pop-up using "page creator"  (modal.setContent)
One more, thing this doesn't not work:
{code}
   widgetProperties.put("iframe", false);
{code}


was (Author: lech123):
I have the same problem. Wicket cannot display calendar in modal window under IE8:
{quote}
Message: Unknown runtime error
Line: 3336
Char: 9
Code: 0
URI: http://localhost:8080/mia/wicket/resource/org.apache.wicket.extensions.yui.YuiLib/calendar/calendar.js
{quote}
Wicket examples uses PageReference, however you can create pop-up using "page creator"  (modal.setContent)

> javascript error at calendar.js
> -------------------------------
>
>                 Key: WICKET-5544
>                 URL: https://issues.apache.org/jira/browse/WICKET-5544
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.14.0
>         Environment: IE6,IE8
>            Reporter: 刘晓勇
>
> javascript error at calendar.js line 3336 code 9 ,when I open a modal window include 3 org.apache.wicket.extensions.markup.html.form.DateTextField with DatePicker.



--
This message was sent by Atlassian JIRA
(v6.2#6252)