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 135876 - Moving a hidden panel can cause it to get very confused
Moving a hidden panel can cause it to get very confused
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.5.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-01 21:02 UTC by Mark McLoughlin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Mark McLoughlin 2004-03-01 21:02:04 UTC
From:
  http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=116741

O.K., it took me a while to get the exact sequence of events, but
here's how I can do reproduce everytime on 2 different up-to-date FC1
boxes.

- Create a new panel.

- Right click panel and adjust these properties:
   Uncheck "Expand"
   Check "Show hide buttons"
   Check "Arrows on hide buttons"
   Change Orientation to Right

- Middle click on top hide button and drag the panel to the uppermost,
  rightmost corner of you desktop.

- Click the bottom hide botton. (panel should go to bottom of screen,
  with only the top button showing, covering up the bottom panel)

- Middle click and drag the panel left so that the panel changes to
  just a top hide button and then drag it right back to the very bottom
  corner.

- At this point, you either have a panel without a bottom button, or
  you just have a top button.  Quickly click the top button and voila!

FYI, I've gotten something similar in the top right corner as well, by
holding down the left mouse button on the bottom hide button when the
bottom hide button is the only thing showing.
Comment 1 Mark McLoughlin 2004-03-01 21:15:16 UTC
Fixed on HEAD:

2004-03-01  Mark McLoughlin  <mark@skynet.ie>
                                                                     
                                                                         
        * panel-toplevel.c: (panel_toplevel_begin_grab_op): don't allow
        moving the panel when its hidden. Fixes uber weirdness when you
        do move hidden panel - bug #135876.