From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: scroll-bar and large glyphs Date: Wed, 10 Aug 2011 19:35:48 +0300 Message-ID: <83wrelxlzv.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1312994211 12811 80.91.229.12 (10 Aug 2011 16:36:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Aug 2011 16:36:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 10 18:36:46 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QrBlq-0002AJ-GY for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2011 18:36:42 +0200 Original-Received: from localhost ([::1]:52567 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrBlq-0000a9-06 for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2011 12:36:42 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrBlm-0000a2-RR for emacs-devel@gnu.org; Wed, 10 Aug 2011 12:36:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrBll-0000lx-Fw for emacs-devel@gnu.org; Wed, 10 Aug 2011 12:36:38 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:42521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrBlk-0000lt-VL for emacs-devel@gnu.org; Wed, 10 Aug 2011 12:36:37 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LPQ00B000FSOD00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 10 Aug 2011 19:35:48 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.94.185]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LPQ00BKY0RLC7C0@a-mtaout20.012.net.il>; Wed, 10 Aug 2011 19:35:46 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143116 Archived-At: > From: joakim@verona.se > Date: Wed, 10 Aug 2011 16:28:37 +0200 > > I normally never use scrollbars but I thought that I'd have a look to > see if the xwidget branch somehow destroys them anyway. > > So I enabled scrollbars and opened a large webkit buffer. Naturally it > doesn't work, scrollbars are not proportional to viewport/buffer > size. > > Scrolling using normal buffer movement commands works as usual. What "doesn't work", exactly? Is the problem that the scroll bar dimensions are wrong, or does the scrolling itself doesn't work? If the latter, it sounds strange, because the scroll bar just invokes scroll-up and scroll-down, which you say do work. > Anyhow, if someone can offer a hint to where to start debugging the > above vague problem description that would be great. If the problem is with scrolling itself, then it all winds up in window_scroll_pixel_based, I think.