[ https://issues.apache.org/jira/browse/WICKET-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748176#action_12748176 ]
Gabriel LANDON edited comment on WICKET-1940 at 8/26/09 2:59 PM: ----------------------------------------------------------------- At first I tought it was working.. but no! Still got a Js error on line : this.oDomContainer.innerHTML = html.join("\n"); I've tried the workaround (replace <form by <div in the resource) posted in #WICKET-2214. I've also tried to put the modal in a form. So still got no solution but to use a modal window with a page (iframe) instead of a panel. was (Author: tahitiangabriel): At first I tought it was working.. but no! Still got a Js error on line : this.oDomContainer.innerHTML = html.join("\n"); I've tried the workaround (replace <form by <div in the resource) posted in #WICKET-2214. I've also tried to put the modal in a form. So still got no solution but to use a modal window with a page (iframe) instead of a panel. > DatePicker in ModalWindow for IE7 > ---------------------------------- > > Key: WICKET-1940 > URL: https://issues.apache.org/jira/browse/WICKET-1940 > Project: Wicket > Issue Type: Bug > Components: wicket-extensions > Affects Versions: 1.4-M3 > Environment: Windows XP, tomcat 6, jdk 6 > Reporter: Jens Alenius > Assignee: Igor Vaynberg > Priority: Critical > > Hi. This is what I have done: > I'm populating the modalwindow with a panel. > In that Panel I have a DateTextField (not the extensions DateTextField). I > add a DatePicker to that DateTextField. The DatePicker is shown in both IE 7 > and firefox. > Now I add a form in the panel and adds the DateTextField to the form. The > DatePicker is shown in FireFox but in IE7 i get > "unknown runtime error" at line 2994. > I have read somewhere that you can get by this error if you add a page to the > modalwindow instead of a Panel. I dont want to do that because I have a > superclass panel that add save and cancel buttons in the modalwindow. > Jens Alenius -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.