Skip to main content

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

Attachments (0)
Change History (3)

Changed February 27, 2012 11:59AM UTC by jzaefferer comment:1

resolution: → cantfix
status: newclosed

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.

Changed February 27, 2012 12:00PM UTC by jzaefferer comment:2

Actually/also duplicate of #5454.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted