Modify ↓
Opened 4 years ago
Closed 13 months ago
#13957 closed defect (fixed)
Macro works strangely in preview when using nested.
Reported by: | Owned by: | Dirk Stöcker | |
---|---|---|---|
Priority: | low | Component: | CollapsiblePlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description
[[collapsibleStart(big1)]] [[collapsibleStart(small2)]] [[collapsibleEnd]] [[collapsibleStart(small3)]] [[collapsibleEnd]] [[collapsibleStart(small4)]] [[collapsibleEnd]] [[collapsibleEnd]]
I expect like this.
big1[ small2[] small3[] small4[] ]
but it works like below in preview
big1[ small2[] ] small3[] small4[]
However, it works normally after applied.
Attachments (0)
Change History (3)
comment:1 Changed 4 years ago by
comment:2 Changed 13 months ago by
Owner: | changed from codingking to Dirk Stöcker |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
p.s. tested on trac 1.4.2