airbnb / infinity

UITableViews for the web (DEPRECATED)
http://airbnb.io/infinity/
Other
2.8k stars 281 forks source link

Hang on Internet Explorer 9 #9

Closed mohamedmansour closed 12 years ago

mohamedmansour commented 12 years ago

I really like the concept you guys have done, but it really hangs on IE9. The only browser which it seems to work is Chrome. Can someone look into it?

DeaconDesperado commented 12 years ago

A possible duplicate of issue #6? @reissbaker pushed a fix today for a resize bug that was causing some hangs.

reissbaker commented 12 years ago

Yep. Can't reproduce otherwise -- closing.

mohamedmansour commented 12 years ago

@reissbaker have you guys updated the demo? http://airbnb.github.com/infinity/demo-on.html Are you guys experiencing a hang when you initially load it?

reissbaker commented 12 years ago

The demo is generally in sync with the latest version -- so yep. The demo itself is very CPU intensive (over a thousand complex HTML entities get added on pageload via JS), so I can imagine that some computers might render it slowly.

Does the demo-off work for you? If the demo-off works but the demo-on doesn't I'd be concerned.

mohamedmansour commented 12 years ago

Works great now I tested it. thanks. :) Much faster than before!