Extensible collapsible content widget
Bug #534437 reported by
Jonathan Jacobs
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Methanal |
Fix Released
|
Wishlist
|
Jonathan Jacobs |
Bug Description
Collapsing content is a common enough task that there ought to be some kind of generic widget for it. Rollup is too specific and has a number of undesirables that make it hard to use for any collapsible content requirement.
Related branches
lp://staging/~methanal-developers/methanal/expander-widget
- Tristan Seligmann: Approve
-
Diff: 968 lines (+383/-418)9 files modifiedmethanal/js/Methanal/Widgets.js (+211/-149)
methanal/static/styles/methanal-ie.css (+0/-17)
methanal/static/styles/methanal-ie6.css (+0/-60)
methanal/static/styles/methanal.css (+42/-95)
methanal/themes/methanal-base/methanal-expander-header.html (+5/-0)
methanal/themes/methanal-base/methanal-expander.html (+6/-0)
methanal/themes/methanal-base/methanal-rollup.html (+0/-20)
methanal/themes/methanal-base/methanal-simple-rollup.html (+0/-14)
methanal/widgets.py (+119/-63)
Changed in methanal: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
summary: |
- Extensible expander widget + Extensible collapsible content widget |
Changed in methanal: | |
milestone: | none → 0.3.0 |
Changed in methanal: | |
status: | Confirmed → In Progress |
assignee: | nobody → Jonathan Jacobs (jjacobs) |
Changed in methanal: | |
status: | In Progress → Confirmed |
Changed in methanal: | |
status: | Confirmed → In Progress |
Changed in methanal: | |
milestone: | 0.3.0 → 0.2.2 |
Changed in methanal: | |
status: | In Progress → Fix Committed |
Changed in methanal: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.