Search and Top Navigation
#5883 closed bug (duplicate)
Opened July 30, 2010 11:47AM UTC
Closed October 01, 2010 07:18PM UTC
Last modified October 11, 2012 09:15PM UTC
Increased z-index on dialog focus
Reported by: | ralf57 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The css z-index property of the dialog is increased by one each time that the dialog gets the focus.
To reproduce this please use the demo at
/demos/dialog/modal-form.html:
and initialize the dialog using the options
modal: false
zIndex: 20
On each click on one of the form fields, the z-index of the dialog is increased by one
Duplicate of #5388.