Bug #22951
closedtceforms.js slows down performance of IE dramatically
0%
Description
The datepickers and resizable/flexible textareas added by tceform.js take 30+ seconds to get rendered in IE6. (VBox, 1CPU, 2GHz)
CPU load goes up to 100% and stays there blocking the whole system.
I didn't measure the exact values in milliseconds but with the attached patch the CPU load will drop to average about 4 times faster.
The new version is just making more specific selects to get the input fields (datepicker) and textareas (resizable) and uses the "next" selector for the datepicker to avoid the whole code being searched.
This is not a real blocker because the system will work if you just wait long enough, so I just marked it major.
But in fact the BE will not be useable at all unless you like waiting in front of the screen.
Since tceforms.js has been available for 4.3 I guess the patch will apply there as well.
(issue imported from #M14808)
Files
Updated by Steffen Kamper over 14 years ago
Committed to svn
4_3 rev 8011
trunk rev 8012