Modify ↓
Opened 20 years ago
Closed 19 years ago
#1361 closed defect (fixed)
TracGuideTOC not highlighting as expected
Reported by: | Sven Reimers | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hmm, I am not sure if I did break something locally during upgrade, but the highlighting of the actual page did not work, i.e. there was no different highlighting for the selected page. Looking into hdf a bit I found that using
curpage = '%s' % hdf.getValue('wiki.page_name', )
instead of
curpage = '%s' % hdf.getValue('args.page', )
did the trick. Any ideas what is wrong?
Just in case, the new variant works in both ways - cgi and mod_python…
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This has been fixed since then, sometime before 0.9.