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

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

by Mario Castelán Castro :: Rate this Message:

Reply to Author | View in Thread


Follow-up Comment #7, bug #26950 (project gnustep):

ok, here is what I figured so far:

The focus never jumps into a table view because NSTableView does not have the
notion of a selectedCell and thus NSControl's acceptsFirstResponder always
returns NO.

To allow jumping into the table view, it would have to implement
becomeFirstResponder. The code apparently needs to be factored out from the
other methods that allow to select a cell, as becomeFirstResponder is sent in
all those cases.

At this point it becomes too complicated for me as a newbie to GNUstep
internals. So, unless somebody wants to help me with it, I'd ask you to
restore the ifdef'ed out parts of your change to cycle through the whole table
view. While that might not be the ideal solution, it's at least consistent.

Thanks!

    _______________________________________________________

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