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 410819 - slider not correctly positioned after calling less
slider not correctly positioned after calling less
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.15.x
Other Linux
: Normal normal
: ---
Assigned To: Chris Wilson
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-22 14:40 UTC by Sebastien Bacher
Modified: 2007-02-22 17:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-02-22 14:40:12 UTC
That bug has been opened on https://launchpad.net/bugs/87024

"Binary package hint: gnome-terminal

seen on feisty, 2.17.91-0ubuntu1

- do something until the slider of the scrollbar only covers part of the area
- the slider is on the bottom
- call less <some file> (go up and down with g / G)
- the slider is either:
  - not visible at all (if you did just press q in less)
  - somewhere else (top, middle, sometimes at the bottom)

- if the slider is mispositioned, Shift-PgUp jumps to the start to the
  buffer, not one page up."
Comment 1 Chris Wilson 2007-02-22 17:31:57 UTC
r1719: 2007-02-22  Chris Wilson  <chris@chris-wilson.co.uk>

	Bug 410819 – slider not correctly positioned after calling less

	* src/vte.c: (_vte_terminal_adjust_adjustments),
	(_vte_terminal_adjust_adjustments_full),
	(vte_terminal_maybe_scroll_to_top), (vte_terminal_size_allocate),
	(vte_terminal_set_scrollback_lines):
	* src/vteseq.c: (vte_sequence_handler_decset_internal):
		Fixup a lot of issues with changing the number of scrollback
		lines, such as missing value_changed signals for the
		scrollbar and a couple of missing CLAMPs.