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 232222

Summary: [Commit dialog] checking the commit checkbox via keyboard removes focus from current line
Product: versioncontrol Reporter: markiewb
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: amobilia, git
Priority: P4    
Version: 7.4   
Hardware: PC   
OS: Windows XP   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=194023
Issue Type: DEFECT Exception Reporter:
Attachments: Shows the state before the issue occures
switching from TableSorter to ETable

Description markiewb 2013-07-03 20:38:00 UTC
Created attachment 136672 [details]
Shows the state before the issue occures

* change multiple file
* open commit dialog
* use the keyboard to move the focus to the last row (see state at screenshot)
* check the commit checkbox (first column) via keyboard SPACE
-> checkbox gets toggled and...

ACTUAL: focus of the line is lost, line isn't selected anymore. Pressing ARROW-DOWN will select the first line again

EXPECTED: keep the current line selected and focused
Comment 1 Ondrej Vrabec 2013-07-05 18:37:40 UTC
1) we should get rid of the obsolete and obviously imperfect TableSorter and switch to ETable
2) ETable works weird and doesn't work well when editting checkboxes in a table, will need to solve it
Comment 2 Ondrej Vrabec 2013-07-05 18:38:21 UTC
Created attachment 136747 [details]
switching from TableSorter to ETable
Comment 3 Ondrej Vrabec 2014-05-19 08:12:38 UTC
i am sorry, i cannot apply my fix until ETable acts correctly (#Comment 1, note 2).
Comment 4 Ondrej Vrabec 2015-06-25 11:14:51 UTC
*** Bug 253181 has been marked as a duplicate of this bug. ***