Opened 14 years ago
Closed 14 years ago
#3648 closed enhancement (fixed)
Dialog: Update markup to new UI CSS Framework specs
Reported by: | Jörn Zaefferer | Owned by: | Scott González |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The new jQuery UI CSS Framework was finalized and will be in 1.6rc3. The appropriate changes need to made to the plugin. For markup reference, see
http://jquery-ui.googlecode.com/svn/trunk/tests/static/dialog.html
Attachments (2)
Change History (8)
comment:1 Changed 14 years ago by
Owner: | set to scott.gonzalez |
---|---|
Status: | new → accepted |
comment:2 Changed 14 years ago by
The 1.6 release will break compability, so you should just remove that class to get things cleaned up.
Changed 14 years ago by
Attachment: | dialog-container-r1174.patch added |
---|
Removal of container div and autoResize option
comment:4 Changed 14 years ago by
The current patch for removing the container div doesn't handle buttons properly.
Changed 14 years ago by
Attachment: | dialog-container-r1175.patch added |
---|
Note: See
TracTickets for help on using
tickets.
Mostly fixed in r1091. The .ui-dialog-container still needs to be removed to match the static markup. I didn't remove this yet because I'm not sure what the implications are.