[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: |
Tue, 07 Jul 2009 09:44:23 +0000 |
User-agent: |
Opera/9.64 (Macintosh; PPC Mac OS X; U; en) Presto/2.1.1 |
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/