[
https://issues.apache.org/jira/browse/WICKET-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722494#action_12722494
]
Aslak Knutsen commented on WICKET-2324:
---------------------------------------
Whitch change are you referring to?
The patch is based on trunk(r. 784073), I cant see there are any changes after
that.
The point of the patch is to limit the effect of the modal specific iframe css
by only applying it to the modal windows iframe. This is done using a class
attribute on the iframe.
> ModalWindow iframe CSS to wide
> ------------------------------
>
> Key: WICKET-2324
> URL: https://issues.apache.org/jira/browse/WICKET-2324
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 1.4-RC2
> Environment: IE 6
> Reporter: Aslak Knutsen
> Attachments: WICKET-2324.patch
>
>
> The Modal.css has a rule for iframe that is to wide for its purpose.
> Using DatePicker inside a ModalWindow under IE 6 triggers a iframe workaround
> done by Yui-Calendar.
> http://developer.yahoo.com/yui/calendar/
> iframe -> Places an iframe shim underneath the Calendar to prevent select
> elements from bleeding through
> The css rule "div.wicket-modal iframe" starts controlling the hight and
> positioning of the yui iframe and things start to look a bit funky..
> (and not the good kind..)
> Adding a modal css class to the rule and iframe generated by the ModalWindow
> component will do the trix.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.