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 38434

Summary: Bad node selected in Options window on mouse release
Product: platform Reporter: Lukas Hasik <lhasik>
Component: Outline&TreeTableAssignee: _ tboudreau <tboudreau>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 33281, 36781    

Description Lukas Hasik 2004-01-06 16:12:17 UTC
200401051900, jdk1.4.2

-open Options window
-click a node to expand/collapse (try node that
have lot of  children or some node at bottom of
the page - "Annotation Types") and hold the left
button 
-the node above which you release the button is
selected

-the right behavior should be the the
collapsed/expanded node stay selected
Comment 1 Jiri Rechtacek 2004-01-07 09:46:35 UTC
Options dialog is built on TTV => reassigned to tree table view.
Comment 2 _ tboudreau 2004-01-07 10:35:14 UTC
Annoying but pretty trivial.  Adding to TreeTableView rewrite task -
I'm not fixing any more small bugs in TTV.

When I've got a month with nothing to do except rewrite it from
scratch, this and about 50 other bugs will get fixed.  TTV currently
is poorly designed, not all scalable, and basically a giant throbbing
ball of hacks.  Adding more hacks is likely to cause as many bugs as
it fixes.
Comment 3 _ tboudreau 2004-07-25 03:22:31 UTC
Same root cause as 36781 - both mouse pressed and mouse released change the selectied 
node (also the cause of the property sheet flashing when you click a node in the options 
window).

*** This issue has been marked as a duplicate of 36781 ***
Comment 4 Lukas Hasik 2004-07-30 07:48:31 UTC
verified - duplicate