[
https://issues.apache.org/jira/browse/WICKET-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583078#action_12583078
]
Gerolf Seitz commented on WICKET-1301:
--------------------------------------
the following seems to fix the problem:
div.wicket-modal div.w_bottom_1 {
width: 100%;
overflow: hidden;
cursor: n-resize;
>> position: absolute;
>> z-index: -1;
}
i'm not sure though if this breaks the layout somehow.
> DatePicker behind ModalWindow on FireFox
> ----------------------------------------
>
> Key: WICKET-1301
> URL: https://issues.apache.org/jira/browse/WICKET-1301
> Project: Wicket
> Issue Type: Bug
> Components: wicket-extensions
> Affects Versions: 1.3.0-final
> Environment: Windows XP / FireFox 2.0
> Reporter: André Winkler
> Assignee: Matej Knopp
> Attachments: screenshot.JPG
>
>
> The DatePicker (org.apache.wicket.extensions.yui.calendar) in my ModalWindow
> is behind the ModalWindow border. This effect occures only on the FireFox
> Browser, not under the Internet Explorer.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.