sidewinderlabs / backplanejs

Other
12 stars 3 forks source link

Improve performance of case toggling #45

Closed backplane-import closed 13 years ago

backplane-import commented 13 years ago

Imported from backplanejs Google Code issue 45.

Reporter markbirbeck
Date 24 Apr 2010 4:20:17 PM UTC

Toggling between cases is slow, particularly on Internet Explorer.


Owner set to markbirbeck

Priority: Medium Type: Enhancement

backplane-import commented 13 years ago

Comment by markbirbeck on 24 Apr 2010 5:03:42 PM UTC

Most of the time taken to toggle a case is spent in enabling and disabling controls that are descendants of the case being updated.

We've known for a while that setting class values is time-consuming, so if we can avoid it we should.

To facilitate this I've added issue 46 and issue 47 which speed up the setting and resetting of class values.

backplane-import commented 13 years ago

Comment by markbirbeck on 24 Apr 2010 5:42:01 PM UTC

This issue was closed by revision 61c50ad3b25830ff686fbbdf000ae39ac53a1bda (originally d6ea4e794d).


Updates

Ticket status set to Fixed