bug-gnustep
[Top][All Lists]
Advanced

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

[bug #24601] NSToolbar: [NSWindow contentView] should not return a view


From: Gregory John Casamento
Subject: [bug #24601] NSToolbar: [NSWindow contentView] should not return a view which contains the toolbar in it once the toolbar is opened.
Date: Sat, 18 Oct 2008 22:55:51 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.14eol) Gecko/20070505 (Debian-1.8.0.15~pre080323b-0etch2) Epiphany/2.14

URL:
  <http://savannah.gnu.org/bugs/?24601>

                 Summary: NSToolbar: [NSWindow contentView] should not return
a view which contains the toolbar in it once the toolbar is opened.
                 Project: GNUstep
            Submitted by: gcasa
            Submitted on: Sat 18 Oct 2008 06:55:49 PM EDT
                Category: Gui/AppKit
                Severity: 4 - Important
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

See the subject.

The issue here is that the window's content view then becomes the original
view + the toolbar's view.   The toolbar view is not supposed to be part of
the window, but yet it is... we have a special function to get JUST the
contentView which is called contentViewWithoutToolbar.

This is what is currently causing the GNUmail problem earlier reported by
Riccardo.   Since GNUmail adds and moves views around in the window it is
directly modifying the contentView of the window, which should be
acceptable... but in this case it's adding additional views into the
contentview which contains the toolbar view which, according to code in the
contentViewWithoutToolbar should only contain 2 views, the original
contentView and the toolbarView.

Thanks, GC




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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