Modify

Opened 3 years ago

Closed 7 months ago

#13957 closed defect (fixed)

Macro works strangely in preview when using nested.

Reported by: mgs1994@… 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 3 years ago by mgs1994@…

p.s. tested on trac 1.4.2

comment:2 Changed 7 months ago by Ryan J Ollos

Owner: changed from codingking to Dirk Stöcker
Status: newassigned

comment:3 Changed 7 months ago by Dirk Stöcker

Resolution: fixed
Status: assignedclosed

In 18568:

ready for Trac 1.6, fix #12187, fix #14155, fix #14162, fix #13957

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Dirk Stöcker.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.