Opened 14 years ago
Closed 14 years ago
#3646 closed enhancement (fixed)
Accordion: Update markup to new UI CSS Framework specs
Reported by: | Jörn Zaefferer | Owned by: | Jörn Zaefferer |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.accordion | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
The new jQuery UI CSS Framework was finalized and will be in 1.6rc3. The appropriate changes need to made to the Progressbar plugin. For markup reference, see
http://jquery-ui.googlecode.com/svn/trunk/tests/static/accordion.html
Attachments (1)
Change History (14)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Status: | new → accepted |
---|
Changed 14 years ago by
Attachment: | jquery-ui-trunk-accordion.patch added |
---|
comment:3 Changed 14 years ago by
comment:5 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Animations are jumpy, need to fix that.
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed jumpy issue in [1112].
comment:7 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Missing hover class, wrong icons. Remove outline on anchors and add hover class for keyboard focus.
comment:10 Changed 14 years ago by
Icons are now configurable via options headerIcon and headerIconSelected ([1157]).
comment:11 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Updated to icons: { header, headerSelected } syntax in [1203]. Outline/focus issue is deferred.
comment:12 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Not quite done yet. Theme issue with autoHeight/fillSpace still open.
comment:13 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Closing this as a css framework refactor ticket. Please open any remaining issues as separate tickets against 1.6rc3
The patch looks good