Modify

Opened 16 years ago

Closed 16 years ago

#4035 closed defect (fixed)

tab highlighs no longer works

Reported by: anonymous Owned by: Colin Guthrie
Priority: normal Component: ClientsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

If the ClientsPlugin is enabled, Trac no longer highlighs the mainnav module you're using (wiki, timeline...)

using latest [4560] release with Trac 0.11.1

Attachments (0)

Change History (3)

comment:1 Changed 16 years ago by anonymous

looks like commenting line 23 in clients.py solves the issue. not sure though why.

def pre_process_request(self, req, handler):
    # Add Stylesheet here, so that the ticket page gets it too :)
    #add_stylesheet(req, "clients/clients.css")
    return handler

comment:2 in reply to:  1 Changed 16 years ago by anonymous

commenting out line 23 does not work for me.

comment:3 Changed 16 years ago by Colin Guthrie

Resolution: fixed
Status: newclosed

This should be fixed as of [5022].

Feel free to reopen if that's not the case :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Colin Guthrie.
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.