After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 120646 - improve the handling of detached toolbars/menubars
improve the handling of detached toolbars/menubars
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: Medium feature
Assigned To: gtk-bugs
gtk-bugs
: 127961 143619 (view as bug list)
Depends on: 111509
Blocks:
 
 
Reported: 2003-08-25 07:24 UTC by Matthias Clasen
Modified: 2013-02-04 02:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2003-08-25 07:24:32 UTC
In bug 55393, somebody proposed that a torn-off menubar/toolbar should look 
like a torn off menu. Another problem that needs fixing is that with the 
new overflow-to-menu in the toolbar, detached toolbars shrink to just an 
arrow. All of this should probably done together with a more flexible dock 
widget.
Comment 1 Anders Carlsson 2003-08-25 07:31:04 UTC
The problem with toolbars shrinking to just the arrow is "fixed" by
calling gtk_toolbar_set_show_arrow (toolbar, FALSE) when the toolbar
is being detached from the window.
Comment 2 Matthias Clasen 2003-08-25 07:34:50 UTC
Yes. The point is that this should happen automatically and the 
previous show_arrow mode should be restored upone reattachment 
automatically.
Comment 3 Owen Taylor 2003-08-25 19:42:44 UTC
Seems this is dependent on a dock; I don't think GtkHandleBox
should be modifying properties of it's child
Comment 4 Matthias Clasen 2004-02-17 12:50:49 UTC
*** Bug 127961 has been marked as a duplicate of this bug. ***
Comment 5 Soren Sandmann Pedersen 2004-06-02 23:51:43 UTC
*** Bug 143619 has been marked as a duplicate of this bug. ***