Modify ↓
Opened 15 years ago
Closed 8 years ago
#5952 closed defect (wontfix)
Not working properly under IE
Reported by: | Owned by: | Colin Guthrie | |
---|---|---|---|
Priority: | normal | Component: | ClientsPlugin |
Severity: | normal | Keywords: | IE |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
Hello
My Trac (0.11.5) is running on Fedora Core 11. I am made to use IE7 / IE8 and plugin isn't working properly. Clients' details don't show when name is selected. (Under Firefox I don't experience any problems.)
I suggest some change:
- in file client.py, line 72
- instead:
clientrates[this.options[this.selectedIndex].value]
- should be:
clientrates[this.options[this.selectedIndex].text]
- instead:
Attachments (0)
Change History (1)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
IE7/8 no longer supported.