gnome-terminal doesn't have overlay scrollbars (that actually overlay the content)
Bug #1451924 reported by
Iain Lane
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNOME Terminal |
Expired
|
Medium
|
|||
gnome-terminal (Ubuntu) |
Triaged
|
Wishlist
|
Lars Karlitski |
Bug Description
With gtk 3.16, gnome-terminal's terminal widgets do not have overlay scrollbars.
affects: | vte2.91 (Ubuntu) → gnome-terminal (Ubuntu) |
tags: | added: gtk316 |
summary: |
- gnome-termina's VteTerminal doesn't have overlay scrollbars + gnome-terminal's VteTerminal doesn't have overlay scrollbars |
Changed in gnome-terminal (Ubuntu): | |
assignee: | nobody → Lars Uebernickel (larsu) |
Changed in gnome-terminal: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in gnome-terminal (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in gnome-terminal: | |
importance: | Medium → Unknown |
status: | Confirmed → Unknown |
summary: |
- gnome-terminal's VteTerminal doesn't have overlay scrollbars + gnome-terminal doesn't have overlay scrollbars (that actually overlay + the content) |
Changed in gnome-terminal (Ubuntu): | |
importance: | High → Wishlist |
Changed in gnome-terminal: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
tags: |
added: focal removed: gtk316 |
tags: | added: groovy |
Changed in gnome-terminal: | |
status: | Confirmed → Expired |
To post a comment you must log in.
In gtk+ 3.13.x GtkScrolledWindow animates the scrolling motion. See:
commit 3dcd0a24b1871c7 1e667df180334b4 b861fbbc52
Author: Matthias Clasen <email address hidden>
Date: Mon Jun 30 18:12:39 2014 -0400
GtkScrolled Window: Enable animated scrolling
We use gtk_adjustment_ enable_ animation to enable animated ally, and with a duration that is hardcoded.
updates of the adjustments. Currently, this is enabled
uncondition
https:/ /bugzilla. gnome.org/ show_bug. cgi?id= 732376
Touch or thumb scrolling also comes for free with GtkScrolledWindow.
Let's put the VteTerminal widget in a GtkScrolledWindow instead of creating our own vertical GtkScrollbar, so that we don't have to write our own code for these.