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 100546

Summary: Update description on Mouse press not release
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: Plugin ManagerAssignee: Jiri Rechtacek <jrechtacek>
Status: CLOSED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2007-04-10 22:53:56 UTC
For now the description area is updated on Mouse.release - so it looks like it's
slower than selection of the row in table of modules.
Comment 1 Jiri Rechtacek 2007-09-13 14:29:53 UTC
It depends on javax.swing.event.ListSelectionListener. It would be overkill to implement own selection listener aside
default Java mouse event handling.
Comment 2 Marian Mirilovic 2009-12-03 03:24:41 UTC
v/c