Fixed  Search box in templates view is slow as hell in Opera

CyberAP

Well-known member
When I type something in the search box to find the template by it's name it freezes for some time. This bug was in beta 1 and still not fixed in beta 2. Does anyone who has opera having such a problem?
 
I haven't tested it yet, but it's likely related to something performing quite badly in Opera specifically (DOM manipulation perhaps?).
 
Opera has a massive slow down with jQuery's hide/show rather than direct CSS methods. Seemed to be 10-20 times slower here. So I'm using the direct CSS stuff, which is a bit faster in other browsers too; always a plus.
 
Opera has a massive slow down with jQuery's hide/show rather than direct CSS methods. Seemed to be 10-20 times slower here. So I'm using the direct CSS stuff, which is a bit faster in other browsers too; always a plus.
Thanks a lot for fixing that!
 
Top Bottom