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 223916 - Search and replace in projects: Checkboxes of results can be (un-)checked via keyboard - Usability
Summary: Search and replace in projects: Checkboxes of results can be (un-)checked via...
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 10:45 UTC by markiewb
Modified: 2012-12-17 16:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
shows the issue (81.03 KB, image/png)
2012-12-17 10:45 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2012-12-17 10:45:27 UTC
[ BUILD # : 201212140001 ]
[ JDK VERSION : 1.6.37 ]

* Start "search and replace in projects" -> window opens and searchs starts

ACTUAL:
* checkboxes of results can be (un-)checked via mouse
* checkboxes of results can NOT be (un-)checked via keyboard
EXPECTED:
* checkboxes of results can be (un-)checked via mouse
* checkboxes of results can be (un-)checked via keyboard
* checkboxes of results can be (un-)checked via context-menu (actions: check
selected, uncheck selected, check all, check none, invert check of selection)

------
Product Version: NetBeans IDE Dev (Build 201212140001)
Java: 1.6.0_38; Java HotSpot(TM) 64-Bit Server VM 20.13-b02
Runtime: Java(TM) SE Runtime Environment 1.6.0_38-b05
System: Windows 7 version 6.1 running on amd64; Cp1252; de_DE (nb)
Comment 1 markiewb 2012-12-17 10:45:43 UTC
Created attachment 129443 [details]
shows the issue
Comment 2 Jaroslav Havlin 2012-12-17 12:43:43 UTC
> EXPECTED:
> * checkboxes of results can be (un-)checked via keyboard
Created bug 223926.
Comment 3 Jaroslav Havlin 2012-12-17 16:01:28 UTC
> EXPECTED:
> * checkboxes of results can be (un-)checked via context-menu (actions: check
> selected, uncheck selected, check all, check none, invert check of selection)
It seems to me that it would be too much options that are used seldom and that make the UI quite complicated.
Wouldn't adding checkbox to the root node (check all, check none) suffice?
Thanks.