Modify ↓
Opened 16 years ago
Closed 15 years ago
#934 closed defect (fixed)
TOC for showing sections of a page marks all links as active
Reported by: | dev | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Component: | TocMacro |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
In MyOutlineFormatter.format
active should not be assigned if TOC is generated only for the current page.
As this will have result on the attached image.
Attachments (1)
Change History (4)
Changed 16 years ago by
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Owner: | changed from Alec Thomas to Christian Boos |
---|---|
Severity: | normal → minor |
Status: | new → assigned |
Trac Release: | 0.10 → 0.11 |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1901]) Don't highlight the current headings from the current page when there's only one page to show. Fixes #934.