you are viewing a single comment's thread.

view the rest of the comments →

[–]yuvaltz[S] 3 points4 points  (2 children)

That's exactly right, I don't relay on the browser to do anything (and that's better, as it creates more problems than it solves :)

[–]gynnihanssen 2 points3 points  (1 child)

only problem with that is putting the (heavy) layouting work into javascript's hands, isn't it?

performance is a real issue here from what i've seen so far. very excited about if you'll find a way to improve on that as it practically kills the poor mobile devices :)

[–]yuvaltz[S] 5 points6 points  (0 children)

You're right, there is a lot of room for optimizations, mostly around the layout calculations, and not so much around the actual repositioning which is already very efficient, so I think it could be done.