« Return to Thread: [bug #26950] NSTableView: shift-tab sometimes goes to wrong cell

[bug #26950] NSTableView: shift-tab sometimes goes to wrong cell

by Matt McCutchen-8 :: Rate this Message:

Reply to Author | View in Thread


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-gnustep mailing list
Bug-gnustep@...
http://lists.gnu.org/mailman/listinfo/bug-gnustep

 « Return to Thread: [bug #26950] NSTableView: shift-tab sometimes goes to wrong cell