[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #26950] NSTableView: shift-tab sometimes goes to wrong cell
From: |
Tim Schmielau |
Subject: |
[bug #26950] NSTableView: shift-tab sometimes goes to wrong cell |
Date: |
Fri, 03 Jul 2009 16:04:25 +0000 |
User-agent: |
Opera/9.64 (Macintosh; PPC Mac OS X; U; en) Presto/2.1.1 |
URL:
<http://savannah.gnu.org/bugs/?26950>
Summary: NSTableView: shift-tab sometimes goes to wrong cell
Project: GNUstep
Submitted by: tschmielau
Submitted on: Fri 03 Jul 2009 04:04:24 PM GMT
Category: Gui/AppKit
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
In an NSTableView, the shift-tab key combination is supposed to go to the
previous cell in the same row, and wrap around only if there is no previous
editable cell in the same row.
However, for cells whose row number is larger than the number of columns, the
actual effect is to allways wrap to the previous row.
The attached patch fixes the problem.
I however do not understand what the if condition that it fixes was intended
for in the first place - I would think that this code should just be executed
unconditionally.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Fri 03 Jul 2009 04:04:24 PM GMT Name: NSTableView.m.patch Size: 388B
By: tschmielau
patch to fix the problem
<http://savannah.gnu.org/bugs/download.php?file_id=18366>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?26950>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #26950] NSTableView: shift-tab sometimes goes to wrong cell,
Tim Schmielau <=
- [bug #26950] NSTableView: shift-tab sometimes goes to wrong cell, Fred Kiefer, 2009/07/05
- [bug #26950] NSTableView: shift-tab sometimes goes to wrong cell, Fred Kiefer, 2009/07/05
- [bug #26950] NSTableView: shift-tab sometimes goes to wrong cell, Tim Schmielau, 2009/07/05
- [bug #26950] NSTableView: shift-tab sometimes goes to wrong cell, Tim Schmielau, 2009/07/06
- [bug #26950] NSTableView: shift-tab sometimes goes to wrong cell, Fred Kiefer, 2009/07/06
- [bug #26950] NSTableView: shift-tab sometimes goes to wrong cell, Tim Schmielau, 2009/07/06
- [bug #26950] NSTableView: shift-tab sometimes goes to wrong cell, Tim Schmielau, 2009/07/07