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 156711 - Toggling arrows on hide buttons while hidden doesn't redraw correctly
Toggling arrows on hide buttons while hidden doesn't redraw correctly
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.8.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-28 13:46 UTC by Mark McLoughlin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mark McLoughlin 2004-10-28 13:46:50 UTC
From Fedora:

  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=135893

  When hide buttons are enabled and the panel is hidden, toggling arrow
  icons on hide buttons cause the panel to redraw incorrectly.

  1. Open panel preferences for an expanded panel
  2. Enable hide buttons and hide the panel
  3. Toggle "Arrows on hide buttons"
  
  The hide button from the hidden panel doesn't change when you enable
  arrows, when you disable arrows a little bit of the panel is exposed.

  Only the hide button should be visible when the panel is hidden and it
  should show an arrow when arrows are selected.


Relevant code is panel_toplevel_update_hide_buttons() - at a glance, its not
obvious whats wrong. Needs some debugging.
Comment 1 Vincent Untz 2004-12-03 19:51:01 UTC
Fix in HEAD. I'll probably fix it in 2.8 too.