Opened 11 years ago
Closed 10 years ago
#2474 closed defect (fixed)
Ajax viewer: support IE10
Reported by: | zhanga | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 3.0 |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description ¶
Some functionalities of Ajax viewer don't work well in IE10. The main reason is that element.Text is replaced by element.TextContent in IE10. We need to change our code accordingly.
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r8313) and 2.6 (r8316)