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 153774 - Source filtering. Need double click to change state instead one click
Summary: Source filtering. Need double click to change state instead one click
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-24 14:51 UTC by Ivan Sidorkin
Modified: 2013-04-09 11:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2008-11-24 14:51:21 UTC
Product Version: NetBeans IDE Dev (Build 200811200201)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

- open any Mobile Application project
- open project properties
- select Source Filtering cathegory
- in Source Used in Build tree try to check/uncheck any node

you need click twice to change selection

moreover it is impossible to check/uncheck node using keyboard
Comment 1 Petr Suchomel 2008-12-02 14:14:48 UTC
IMHO, same issue was fixed in Mobile Client to Web time ago
Comment 2 Karol Harezlak 2009-07-16 15:37:25 UTC
It works fine on MAC OS X. It looks like this problem exists on Windows and Linux I did not test it on Solaris.
Comment 3 Steve_White 2012-08-18 08:13:05 UTC
Still a problem in 7.2 on Linux, but worse than reported.

Worse: sometimes double-clicking doesn't even work, maybe having to do with how many items are in a folder, or how deeply nested they are.  (Suggests it's doing a lot of processing between clicks.)

Worse: once an item is un-clicked, it is *still* included as a source file.

That is, these checkboxes are worse than useless.

Work-around: in the filtering textbox beneath the checkboxes, strings can be inserted to perform the filter.  Syntax is a little surprising:

* is relative to source project directory (OK)
* use double-asterisk for wild card
* to omit a directory, end its path with a slash
(a little help dialog or a tooltip explaining the syntax would be great.)
Comment 4 Steve_White 2012-08-22 09:45:57 UTC
Further badness:

After a lot of experimenting, I realized that the double-click only takes when the mouse is over the top right corner of the checkbox.  Putting the mouse directly in the middle of the box didn't work.

(This is on Ubuntu Linux anyway)
Comment 5 David Strupl 2013-04-09 11:22:57 UTC
Assigning to the new owner of javame modules.