New submission from Davide Rizzo <sor...@gmail.com>:

Some WebKit browsers show a superflous scrollbar on the right side of the <pre> 
boxes in the Sphinx generated html docs.

For example:
http://666kb.com/i/boxys2zktxky17vsh.png
taken on Chrome 7 on Windows.

I believe that the cause of the behaviour is a bug in the WebKit engine. If 
that's the case, adding "overflow-y: hidden" to the <pre> css style would fix 
the issue.
"overflow-y" is not standard css, but it is understood by the affected 
browsers, looks ok on other modern browsers and is just ignored on older 
releases.

The provided patch has been tested on all major Windows browsers.

----------
assignee: d...@python
components: Documentation
files: webkit.patch
keywords: patch
messages: 123338
nosy: davide.rizzo, d...@python
priority: normal
severity: normal
status: open
title: WebKit browsers show superfluous scrollbars in html docs
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file19936/webkit.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10622>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to