Opened 15 years ago
Closed 15 years ago
#1483 closed defect (fixed)
The "Display long text=On click" option doens't work in Internet explorer 8
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.15 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The text is cropped withing the visible area and it is not possible to show it.
Change History (2)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5313]) Fixes #1483: The "Display long text=On click" option doens't work in Internet explorer 8
The problem was that IE no longer provides size information for hidden parts of the document. We used to hide the document while checking the texts because performance was very bad otherwise. The performance issue has partly been improved by first checking all texts and then fixing them in a separate step instead of fixing each text immediately as it is found, but performance in IE is still about 5 times slower than in Firefox.