Edgewall Software
Modify

Opened 19 years ago

Closed 18 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)

Change History (1)

comment:1 by Christopher Lenz, 18 years ago

Resolution: fixed
Status: newclosed

This has been fixed since then, sometime before 0.9.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.