Search and Top Navigation
#5433 closed bug (cantfix)
Opened March 26, 2010 12:02PM UTC
Closed February 27, 2012 11:59AM UTC
Last modified October 11, 2012 09:15PM UTC
Button breaks more than 200 Objects in ie
Reported by: | designerno1 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.button | Version: | 1.8 |
Keywords: | ie,button,breaks | Cc: | |
Blocked by: | Blocking: |
Description
$(".mod_one_filter").button({icons: {primary:'ui-icon-check'}});
breaks in ie8 if there are more than 200 objects
the browser says in german "Ein Skript verursacht eine Browserverzögerung"
i think this means there is a timeout or it takes to long the loop so you have to decide wheather you stop the skript or not
May get addressed by the planned rewrite, but generally, you probably just shouldn't use this component for 200 elements. You can just initialize the right markup on the server and add a little bit of hover/focus handling with event delegation. That will be much more efficient. There's nothing we can do here with the existing approach.