Opened 16 years ago
Closed 14 years ago
#896 closed bug (fixed)
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 (7)
Changed 16 years ago by
Attachment: | jquery-wrong-IE7-2.jpg added |
---|
Changed 16 years ago by
Attachment: | jquery-wrong-IE7-2.2.jpg added |
---|
Changed 16 years ago by
Attachment: | jquery-wrong-IE7-2.3.jpg added |
---|
comment:1 Changed 16 years ago by
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
comment:2 Changed 16 years ago by
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
comment:3 Changed 16 years ago by
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
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|---|
need: | → Review |
Resolution: | → fixed |
Status: | new → closed |
this has been dealt with.
Note: See
TracTickets for help on using
tickets.
screen capture