gnome-terminal resized when mouse over the scrollbar (ubuntu 16.04)

Bug #1586982 reported by zigzed
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
elementary Stylesheet
Won't Fix
Undecided
Unassigned

Bug Description

version: egtk trunk revno 668

problem:
When use egtk theme under Ubuntu 16.04 (gtk-3.18), everything works except gnome-terminal. When mouse hover on scrollbar of gnome-terminal, gnome-terminal was resized with mouse movement.

workaround:
comment out transition in scrollbar:hover
=== modified file 'gtk-3.0/gtk-widgets.css'
--- gtk-3.0/gtk-widgets.css 2016-05-29 16:49:19 +0000
+++ gtk-3.0/gtk-widgets.css 2016-05-30 07:10:24 +0000
@@ -1747,7 +1747,7 @@

 scrollbar:hover,
 .scrollbar:hover {
- transition: all 200ms ease-in-out;
+ /*transition: all 200ms ease-in-out;*/
     -GtkRange-slider-width: 10;
 }

Revision history for this message
Danielle Foré (danrabbit) wrote :

I'm gonna mark this as a "won't fix". Needs to be addressed in GNOME Terminal as we addressed it in Pantheon Terminal

Changed in egtk:
status: New → Won't Fix
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.