Modify ↓
Ticket #1257 (closed bug: duplicate)
width() too slow on IE6
| Reported by: | ricobl | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.3 |
| Component: | dimensions | Version: | 1.1.2 |
| Keywords: | width ie6 slow | Cc: | |
| Blocking: | Blocked by: |
Description
I've got very slow results using the width method to get the width of an object on Internet Explorer 6.
Benchmarking, it took almost a minute to give me the result, while using offsetWidth or clientWidth takes less than a second.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

duplicate of #1141