(gtk3-only) Splitting a terminal multiple times results in zero-sized terminal

Bug #1648969 reported by Emilio Pozuelo Monfort
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Terminator
New
Undecided
Unassigned

Bug Description

(Not sure if this happens on gtk2, as I'm no longer using that).

This is with terminator-gtk3 revision 1670. It also happens in 1.90.

tl;dr: basically open a new window and split it horizontally twice.

Longer explanation with some ascii art :)

Let's say I open terminator and type 1 in the prompt. I have this:

---------------------
|prompt$ 1 | <- focus here
| |
| |
| |
| |
| |
| |
---------------------

Then I press ctr-shift-o to split it horizontally. A new terminal is created, with the focus. I type 2. Now I have:

---------------------
|prompt$ 1 |
| |
| |
|-------------------|
|prompt$ 2 | <- focus here
| |
| |
---------------------

Now I press ctrl-shift-o again, to split the lower terminal horizontally. I end up with:

---------------------
|prompt$ 1 |
| |
| |
|-------------------| <- This gtk frame is slighly wider, as there are two frames there...
|prompt$ | <- focus here
| |
| |
---------------------

The lower terminal has been split in two, but only the lower/new one is visible (note you can't see the '2' in the prompt). If I type ctrl-+ to increase the size of the new terminal, then it automatically gets the proper height, and I can see the second terminal again:

---------------------
|prompt$ 1 |
| |
| |
|-------------------|
|prompt$ 2 |
|-------------------|
|prompt$ | <- focus here
---------------------

This also happens when splitting vertically. I hope the instructions are clear and you can reproduce it.

Revision history for this message
Emilio Pozuelo Monfort (pochu) wrote :

Stupid launchpad, removing extra spaces.

I hope it's clear anyway. The email notification has it right, in any case.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.