#5433 closed bug (cantfix)
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
Note: See
TracTickets for help on using
tickets.
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.