Search and Top Navigation
#3648 closed enhancement (fixed)
Opened December 09, 2008 01:28PM UTC
Closed December 19, 2008 03:06AM UTC
Dialog: Update markup to new UI CSS Framework specs
Reported by: | jzaefferer | Owned by: | scottgonzalez |
---|---|---|---|
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 (6)
Changed December 11, 2008 02:49AM UTC by comment:1
owner: | → scott.gonzalez |
---|---|
status: | new → accepted |
Changed December 18, 2008 01:02PM UTC by comment:2
The 1.6 release will break compability, so you should just remove that class to get things cleaned up.
Changed December 18, 2008 10:23PM UTC by comment:3
Also currently missing the se resizable icon.
Changed December 18, 2008 10:40PM UTC by comment:4
The current patch for removing the container div doesn't handle buttons properly.
Changed December 19, 2008 02:01AM UTC by comment:5
The new patch fixes the problem with the buttonpnae positioning.
Changed December 19, 2008 03:06AM UTC by comment:6
resolution: | → fixed |
---|---|
status: | accepted → closed |
Fixed in r1177.
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.