This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 21603 - Faster update of property sheet content.
Summary: Faster update of property sheet content.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: _ ttran
URL:
Keywords: PERFORMANCE
Depends on: 14327 21706 21743
Blocks:
  Show dependency tree
 
Reported: 2002-03-14 17:48 UTC by Petr Nejedly
Modified: 2008-12-23 13:37 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Nejedly 2002-03-14 17:48:30 UTC
Currently the update of propsheet is delayed to prevent frequent updates
from keyboard navigation. It should skip the delay for the case of mouse
selection (if distinguishable) or shorten the delay to net be noticeable
while using mouse (50ms should suffice to eliminate keyboard updates).
Comment 1 Petr Nejedly 2002-03-18 12:36:24 UTC
It is especially visible in form editor, where user selects
the component just because of inspecting its properties.
Comment 2 David Strupl 2002-03-18 12:57:49 UTC
*** Issue 14327 has been marked as a duplicate of this issue. ***
Comment 3 David Strupl 2002-03-18 14:10:38 UTC
So, are you sure that those 250 ms is the real problem (and not the
#14327)?
Comment 4 Petr Nejedly 2002-03-18 14:30:02 UTC
I think so, at least for the form editor usage,
where it is connected with complexity of the created sheets.
If we manage to recognize mouse generated node change, we'll get 250ms
for free, if not, we can still get 180ms for free by reducing
the delay to 70ms while removing the frequent on-time update
from the keyboard navigation (>15chars/s autorepeat).
And the percentual gain will be bigger on faster machines.

Ask HIE for their response requirements.

Issue 14327 should be fixed too, but it is only part of the effort.
Comment 5 _ ttran 2002-05-09 10:16:20 UTC
after those issues 14327,21706,21743 being fixed now the update of
property sheet is fast enough.  Each module still can improve
something on its own by speeding the generation of property sets.