Skip to main content

Bug Tracker

Side navigation

#896 closed bug (fixed)

Opened January 31, 2007 09:20AM UTC

Closed January 18, 2009 03:59AM UTC

PRE scrollbars eat up content area in IE7

Reported by: Andrea Ercolino Owned by:
Priority: major Milestone:
Component: site Version: 1.1
Keywords: API docs Cc:
Blocked by: Blocking:
Attachments (3)
Change History (4)

Changed January 31, 2007 01:18PM UTC by andrea comment:1

it happens throughout the API docs, for the Before and After sections of an example, if the content of the PRE element has a line larger than the fixed width

Changed February 07, 2007 03:10PM UTC by brandon comment:2

This is a duplicate of #817 but I'm leaving this one open since it has more information.

Example link:

http://docs.jquery.com/DOM/Manipulation

Changed February 16, 2007 05:02PM UTC by brandon comment:3

The fix could be as simple as editing the "main.css" file, at line 210, and changing from "overflow: auto" to "overflow: scroll". The result will be less neat in FF, but crossbrowser.

--Andrea

Changed January 18, 2009 03:59AM UTC by kswedberg comment:4

description: See also: http://www.ookii.org/post/the_joys_of_overflowauto_and_crossbrowser_development.aspx\ See also: http://www.ookii.org/post/the_joys_of_overflowauto_and_crossbrowser_development.aspx \
need: → Review
resolution: → fixed
status: newclosed

this has been dealt with.