Project

General

Profile

Actions

Defect #5861

closed

Vertical scrollbar always visible in Wiki "code" blocks in Chrome.

Added by Douglas Cox almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
UI
Target version:
Start date:
2010-07-09
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

In Google Chrome (works fine in IE), there are always vertical scrollbars visible on each pre/code box. They should not be visible.

View this bug in Chrome to see the problem:

void Foo( int i )
{
    // ....
    // ....
    // ....
}

Actions #1

Updated by Felix Schäfer almost 14 years ago

  • Category changed from Wiki to UI

What versions of chrome and redmine, which theme?

Actions #2

Updated by Douglas Cox almost 14 years ago

Felix Schäfer wrote:

What versions of chrome and redmine, which theme?

Sorry, I am using Chrome 5.0.375.70 (the latest build I believe). And it was doing this from the Trunk build and the build on this website.

Actions #3

Updated by Felix Schäfer almost 14 years ago

Well, on Safari Mac it does it too, and the culprit is the overflow-x: auto in the div.wiki pre definition, but I'm no css expert by any stretch, and simply removing makes the text overflow out of the box.

Actions #4

Updated by Douglas Cox almost 14 years ago

Ok, thanks for looking at it. I'll play around with it some this weekend, and see if I can come up with anything that can get rid of it correctly.

What's odd is that the more lines of text inside the block, the more scroll you have available. It's almost like the scroll size calculation isn't taking into account the spacing between lines or something. But since it's happening on two browsers I would think there is a way to make it work with the right css.

Actions #5

Updated by Felix Schäfer almost 14 years ago

Douglas Cox wrote:

But since it's happening on two browsers I would think there is a way to make it work with the right css.

Well, it's 2 webkit based browsers, so not too different from a rendering engine point of view.

Actions #6

Updated by Douglas Cox almost 14 years ago

I was able to get it to display properly in Firefox, IE8, and Chrome by adding:

    overflow-y: hidden;

to the div.wiki.pre stylesheet entry.

Actions #7

Updated by Jean-Philippe Lang over 13 years ago

  • Status changed from New to Closed
  • Target version set to 1.0.1
  • Resolution set to Fixed

Fix applied in r3891. Thanks.

Actions

Also available in: Atom PDF