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: Wolfgang Lux
Subject: [bug #29892] Outline view selected item highlighting not preserved when collapsing/expanding
Date: Fri, 27 Aug 2010 13:30:48 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PowerPC Mac OS X 10_4_11; en-US) AppleWebKit/531.9+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.10.0

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

I have just committed a fix for this bug. I tried to match Cocoa's behavior
as closely as possible. In particular, the changes attempt to ensure that the
outline view is in a consistent state whenever a notification is posted, i.e.,
an object that receives one of the notifications can ask the outline view for
the number of rows and selected row (indexes) and the returned values will
match the actual state.

Thus, even though I really see no point in doing that from a user's POV, it
would be possible for the delegate to implement the current behavior, i.e.,
preserve the selected row indexes when an item is collapsed or expanded –
just save the current indexes when receiving the will collapse (expand)
notification and restore when receiving the did collapse (expand)
notification.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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