History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-1932
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: -- --
Assignee: Frisco Del Rosario
Reporter: Jim Grandy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Optimization: Destroy datacombobox's floating list when dataset is updated

Created: 06/Apr/06 04:58 PM   Updated: 26/Jun/06 09:38 PM
Component/s: Components - base
Affects Version/s: 3.2 (Sage)
Fix Version/s: 3.3, 3.3.3

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 42,018
Runtime: N/A
Fix in hand: False


 Description  « Hide
Resetting the data in a series of datacomboboxes is fast if they haven't been opened, but slow if they have been opened. This is presumably because in the latter case each datacombobox has a floatinglist attached, and updating the data of each (invisible) floating list is expensive.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jim Grandy - 04/May/06 02:53 PM
Integrated to lps-3.2 as change 42019