#23999 closed defect (bug) (fixed)
new revisions UI does not work correctly in internet explorer
Reported by: | adamsilverstein | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | major | Version: | 3.6 |
Component: | Revisions | Keywords: | has-patch |
Focuses: | Cc: |
Description
the new revisions UI fails to load correctly in IE (mostly tested in ie8, but probably fails for 7,8 & 9)
Attachments (1)
Change History (4)
#1
@
12 years ago
- Keywords has-patch dev-feedback added
23999.diff corrects a small typo in the backbone/mustache template used by the revisions UI.
firefox, chrome and safari were all ignoring the typo; ie on the other hand was choking and the revisions diff, meta info, restore button etc. all failed to display. still see some other issues especial with tooltips, but at least now everything loads and works!
before:
after:
Note: See
TracTickets for help on using
tickets.
corrects template type, fixed revisions UI in IE