Opened 8 years ago
Last modified 5 years ago
#12780 new enhancement
Save wiki expander state
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | wiki system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Replying to Christian Boos:
As for the expander, … the possibility to save as a UI preference the initial state of the wiki page, expanded or constrained.
Attachments (1)
Change History (9)
comment:1 by , 8 years ago
comment:3 by , 8 years ago
Yes, it's been implemented (r15524).
For calendars, kanban boards, and other generated content that would be better always presented unconstrained even in narrow mode and is not already automatically detected as such (like big tables and images are), we could perhaps add a .fullwidth
class to that effect.
Could you point me to some (simple) example, perhaps the calendar one?
comment:5 by , 8 years ago
Thank you guys for the pointers!
th:WikiExtrasPlugin Example:
{{{#!rbox width=30em [[TicketQuery(status!=closed,keywords=right)]] }}} {{{#!box align=left width=30em [[TicketQuery(status!=closed,keywords=left)]] }}} {{{#!box [[TicketQuery(status!=closed,keywords=center)]] }}}
In constrained view the boxes are stacked above each other instead of left / center / right.
The other examples (th:WeekPlanPlugin calendar etc.) do overflow the constrained page.
by , 8 years ago
Attachment: | calendar.png added |
---|
comment:6 by , 8 years ago
Milestone: | → next-dev-1.3.x |
---|
comment:8 by , 5 years ago
Milestone: | next-dev-1.5.x → next-major-releases |
---|
+1
Constrained completely breaks many existing wiki pages that contain large macros (th:WikiExtras boxes, calendars, kanban boards, …)