- Notifications
You must be signed in to change notification settings - Fork 5.3k
Dialog Redesign #787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dialog Redesign #787
Conversation
ui/jquery.ui.dialog.js Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whitespace
| After some more cleanup we squashed all the changes so far into a single commit. |
| http://bugs.jqueryui.com/ticket/4975 - wontfix |
| http://bugs.jqueryui.com/ticket/5968 - works fine in master: https://gist.github.com/1107b76f5c0b2b71250a |
| http://bugs.jqueryui.com/ticket/4727 - needs review |
| based on z-index handling, which is now gone: |
| http://bugs.jqueryui.com/ticket/7960 - still a problem, due to high z-index on resziable handle |
| http://bugs.jqueryui.com/ticket/4995 - pretty sure this is fixed by the new overlay code |
…llowing tickets: Fixes #3534 - Dialog: Modal dialog disables all input elements on page. Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari. Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall. Fixes #5388 - Dialog: Don't change z-index when already at the top. Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events. Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead. Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work. Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle. Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6). Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps. Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog. Fixes #8583 - Dialog: Mouse event wrongly stopped. Fixes #8722 - Dialog: Remove stack option. Fixes #8729 - Dialog: Remove zIndex option.
…cus to that. Fixes #8730 - Dialog: Restore focus to opener.
… focus within dialog.
…x error with animated modal dialog.
| Landed in master. Thanks @neagle for kicking this off last week! You just closed 14 tickets as fixed! |
| Great work, guys! |
For now just for code review.
Just improved the moveToTop method to get rid of the event handling issues, see last commit for details.
/cc @neagle @artzstudio