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 - [Commit dialog] checking the commit checkbox via keyboard removes focus from current line
Summary: [Commit dialog] checking the commit checkbox via keyboard removes focus from ...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.4
Hardware: PC Windows XP
: P4 normal with 1 vote (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 253181 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-03 20:38 UTC by markiewb
Modified: 2015-06-25 11:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the state before the issue occures (86.45 KB, image/png)
2013-07-03 20:38 UTC, markiewb
Details
switching from TableSorter to ETable (15.26 KB, patch)
2013-07-05 18:38 UTC, Ondrej Vrabec
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***