From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: scroll-bar and large glyphs Date: Wed, 10 Aug 2011 16:28:37 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1312986528 24101 80.91.229.12 (10 Aug 2011 14:28:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Aug 2011 14:28:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 10 16:28:44 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 1Qr9m0-0005OB-3A for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2011 16:28:44 +0200 Original-Received: from localhost ([::1]:52684 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qr9lz-0003wD-Gg for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2011 10:28:43 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qr9lx-0003w4-ME for emacs-devel@gnu.org; Wed, 10 Aug 2011 10:28:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qr9lw-00055w-F1 for emacs-devel@gnu.org; Wed, 10 Aug 2011 10:28:41 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:49335 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qr9lw-00055c-2I for emacs-devel@gnu.org; Wed, 10 Aug 2011 10:28:40 -0400 Original-Received: from chopper.vpn.verona.se (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id p7AESb69003246 for ; Wed, 10 Aug 2011 16:28:37 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 82.115.149.64 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:143110 Archived-At: 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. For large images scrollbars seems to work although a bit weird(not the fault of my branch I think) Anyhow, if someone can offer a hint to where to start debugging the above vague problem description that would be great. -- Joakim Verona