Issue10622
Created on 2010-12-04 11:32 by davide.rizzo, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files |
|
|
|
File name |
Uploaded |
Description |
Edit |
webkit.patch |
davide.rizzo,2010-12-04 11:32 |
|
|
Messages (3) |
|
|
msg123338 - (view) |
Author: Davide Rizzo (davide.rizzo) * |
Date: 2010-12-04 11:32 |
Some WebKit browsers show a superflous scrollbar on the right side of the 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 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. |
|
|
msg123339 - (view) |
Author: Gregory P. Smith (gregory.p.smith) *  |
Date: 2010-12-04 11:39 |
r87027 has it for py3k / 3.2. needs backporting to the other branches. |
|
|
msg124312 - (view) |
Author: R. David Murray (r.david.murray) *  |
Date: 2010-12-18 19:43 |
Backport done in r87387 and r87388. |
|
|
History |
|
|
|
Date |
User |
Action |
Args |
2022-04-11 14:57:09 |
admin |
set |
github: 54831 |
2010-12-18 19:43:47 |
r.david.murray |
set |
status: open -> closednosy: + r.david.murraymessages: + resolution: fixedstage: resolved |
2010-12-04 11:39:26 |
gregory.p.smith |
set |
nosy: + gregory.p.smithmessages: + versions: - Python 3.2 |
2010-12-04 11:32:33 |
davide.rizzo |
create |
|