Modify ↓
Opened 19 years ago
Closed 18 years ago
#1275 closed defect (fixed)
Extra list tags screwing up menu, visible in IE
| Reported by: | Owned by: | Alec Thomas | |
|---|---|---|---|
| Priority: | normal | Component: | TocMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
http://projects.cyberlot.net/trac/jqpie/wiki/WikiStart#WelcometojQPie
If I use inline I get
- 1. 1. Menu Item
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Now, I cannot fully recollect what changed when and how, but current status is:
depthargument is supported allowing you to restrict what it fetches.- At [2801] I also added a CSS class for
wiki-toc-inlinethat via custom css then can turn off numbering for instance making number-confusion go away at least.
If it isn't an issue for you, and I don't think it is an issue in current code, I'm closing this ticket. Please reopen if there is something I didn't catch here.
Note: See
TracTickets for help on using
tickets.



I edited the python file and set min depth to 3 and this solved the problem, it seems to have to do with my URL format, the trac/jqpie in the URL adds 2 levels.
Basically it looks like right now this module will only work properly on single install setups.