bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #29892] Outline view selected item highlighting not preserved when


From: matt rice
Subject: [bug #29892] Outline view selected item highlighting not preserved when collapsing/expanding
Date: Mon, 24 May 2010 21:21:46 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.5.9-2.fc12 Firefox/3.5.9

Follow-up Comment #2, bug #29892 (project gnustep):

iirc the intent was removing duplicate code and letting it fall back to the
super's implementation, when I was doing the whole rewrite of the NSTableView
selection tracking, so I didn't have to make bugfixes in subclasses, Its very
well possible I missed a difference between the 2, such as the bug described
here.

so it is possible that you may be able to re-add the code, but also possible
that it requires the same changes to mirror those which were made to
NSTableView

anyhow, the way I remember it is that the code was the same between
NSTableView and NSOutlineView except for one detail, which is the way in which
NSTableView and NSOutlineView figure out the number of rows, and so I added a
private method to NSTableView which it calls on self, and NSOutlineView then
overrides it

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29892>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]