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 184767 - Outline view requires double click (unnatural) to choose a combo box value
Summary: Outline view requires double click (unnatural) to choose a combo box value
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-22 18:12 UTC by tomwheeler
Modified: 2010-05-12 20:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of the dialog, illustrating what I've described. (47.08 KB, image/png)
2010-04-22 18:15 UTC, tomwheeler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomwheeler 2010-04-22 18:12:04 UTC
I was trying to following Geertjan's tutorial:

   http://netbeans.dzone.com/nb-osgi-web-development

using the Java SE version of NB 6.9 beta.  I cannot proceed beyond step #5 because the combo boxes in the 'Activate as' column do not allow me to change the value from 'Skip'.  I verified that this does work correctly (i.e. the combo box lets me select from four options) when I use 6.9M1.

Non-working Configuration:

Product Version: NetBeans IDE 6.9 Beta (Build 201004200117)
Java: 1.6.0_18; Java HotSpot(TM) Client VM 16.0-b13
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\twheeler\.netbeans\6.9beta


Working Configuration:

Product Version: NetBeans IDE Dev (Build 201002152000)
Java: 1.6.0_18; Java HotSpot(TM) Client VM 16.0-b13
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\twheeler\.netbeans\6.9m1
Comment 1 tomwheeler 2010-04-22 18:15:15 UTC
Created attachment 97873 [details]
screenshot of the dialog, illustrating what I've described.
Comment 2 Antonin Nebuzelsky 2010-04-23 13:05:17 UTC
For some reason click on the combo does nothing. Double-click works, expands the combo and you can pick an option from it.

Anyway, it must be fixed for single-click to work.
Comment 3 tomwheeler 2010-04-27 16:30:48 UTC
I just wanted to note that the bug is also reproduceable in nightly build 201004260200, but that double-clicking does work around the problem in both the beta and the nightly build.
Comment 4 Martin Entlicher 2010-05-10 11:57:28 UTC
Reproduced. Also the change of selection is very slow.
Comment 5 Martin Entlicher 2010-05-10 16:06:01 UTC
It was caused by changeset f8d17435aa6d, I've modified it to  disable single-click editing for tree nodes only. For the rest it should work like ordinary table.

Fixed in changeset:   170436:d94a8be5cfc1
http://hg.netbeans.org/main/rev/d94a8be5cfc1

The selection in the table is still very slow for a large number of jars. This will hopefully be solved by issue #185810.
Comment 6 Quality Engineering 2010-05-11 07:47:20 UTC
Integrated into 'main-golden', will be available in build *201005110931* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log:
Comment 7 Antonin Nebuzelsky 2010-05-11 10:27:31 UTC
On Linux it fixed the issue for me.

Tom, please verify on Windows.
Comment 8 tomwheeler 2010-05-11 19:41:59 UTC
I do not see the fix in the following environment (the most recently nightly build as of 10 AM in the Central US timezone): 

   Product Version: NetBeans IDE Dev (Build 201005101712)
   Java: 1.6.0_20; Java HotSpot(TM) Client VM 16.3-b01
   System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

Do you expect it should work or do I need to wait and try it with tomorrow's nightly build?
Comment 9 Antonin Nebuzelsky 2010-05-11 20:37:23 UTC
I tried with my local build. The fix is not in 201005101712 yet. It will be in next available daily build. Sorry for the confusion.
Comment 10 Martin Entlicher 2010-05-11 20:42:53 UTC
The comment from QE says that the fix will be available in build *201005110931*
However, it looks like the upload takes more that one day! - it's not available at http://bits.netbeans.org/dev/nightly/ even after 13 hours.
Comment 11 Martin Entlicher 2010-05-11 20:48:38 UTC
FYI: I've submitted issue #185955.
Comment 12 tomwheeler 2010-05-12 20:37:26 UTC
Verified in the following environment:

Product Version: NetBeans IDE Dev (Build 201005112200)
Java: 1.6.0_20; Java HotSpot(TM) Client VM 16.3-b01
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)