Modify ↓
      
        Opened 17 years ago
Closed 17 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 follow-up: 2 Changed 17 years ago by
comment:3 Changed 17 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
This should be fixed as of [5022].
Feel free to reopen if that's not the case :)
Note: See
        TracTickets for help on using
        tickets.
    


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