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 669795 - Toolbox can't be shrinked to 1 or 2 columns
Toolbox can't be shrinked to 1 or 2 columns
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal normal
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2012-02-10 09:01 UTC by Ovocean
Modified: 2012-07-30 16:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of bug (171.66 KB, image/png)
2012-02-10 10:00 UTC, Ovocean
Details

Description Ovocean 2012-02-10 09:01:41 UTC
When the toolbox has another dock attached to it, it can't be reduced to one or two columns anymore.

Steps to reproduce:
- In single or multi window mode, dock any dockable window next to the toolbox
- Try to reduce the toolbox's width using the resize bar to less than 3 cols
Comment 1 Michael Natterer 2012-02-10 09:39:30 UTC
No dock is usable in such a narrow state, just don't have a dialog
docked below the toolbox.
Comment 2 Ovocean 2012-02-10 10:00:24 UTC
Created attachment 207239 [details]
Screenshot of bug
Comment 3 Ovocean 2012-02-10 10:02:04 UTC
You got me wrong Michael, I'm not docking another window *below* the toolbox but *right* to it.
See the screenshot attached above.
Comment 4 Ovocean 2012-02-10 10:05:51 UTC
By the way, I've found a more tricky aspect to this bug: in single-window mode, if you have the toolbox alone, shrinked to two "tools columns", and then you try to dock another window right to it, the toolbox will be expanded to three cols and the new docked window will be 90% hidden and impossible to resize it.
Comment 5 Michael Natterer 2012-02-10 10:09:48 UTC
Uh, how disturbing, reopening.
Comment 6 Barry Jackson 2012-07-06 18:11:52 UTC
Also when a new toolbox is created with CTRL/b it is created at only two columns and cannot be moved. (the Gimp logo is also missing from the window header bar)
Dragging it out to 3 columns makes the logo appear and it is then moveable.

I suspect this is related to this bug - if not then please advise and I will open another.
Comment 7 Ovocean 2012-07-08 11:12:45 UTC
I suspect that the bug is due to the "You can drop dockable dialogs here" textbox having a fixed width.

Also, can someone please try to reproduce the bug with the simple steps in the bug description, so it can be put in Confirmed state?
Comment 8 Michael Natterer 2012-07-30 16:09:57 UTC
Fixed in master and 2-8:

commit 3445d5f214f9cb64697085541bd449a6b8c56091
Author: Michael Natterer <mitch@gimp.org>
Date:   Mon Jul 30 18:04:27 2012 +0200

    Bug 669795 - Toolbox can't be shrinked to 1 or 2 columns
    
    Reduce the requested width of the "You can drop foo here" label to 16
    pixels, which makes is look a bit crappy, but at least the toolbox
    becomes shrinkable to < 3 columns. Whoever keeps this empty space
    around without using it shall henceforth be punished by having to see
    that distorted and misplaced label.
    (cherry picked from commit 573faa39b006056af4436003a3034200c2b34248)

 app/widgets/gimppanedbox.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 9 Ovocean 2012-07-30 16:33:18 UTC
Thank you Michael