Closed
Bug 307993
Opened 19 years ago
Closed 14 years ago
televideo.rai.it - text overlaps graphics (scrollbar missing)
Categories
(Tech Evangelism Graveyard :: Italian, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: marcomanno, Unassigned)
References
()
Details
Attachments
(1 file)
|
19.58 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 when I load http://www.televideo.rai.it/televideo/pub/pagina.jsp?pagina=505&sottopagina=1&x=8&y=14 the text in the central blue area is overlapping the graphics. this doesn't happens using internet explorer because it uses a vertical scrollbar. Reproducible: Always
Comment 3•19 years ago
|
||
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.televideo.rai.it%2Ftelevideo%2Fpub%2Fpagina.jsp%3Fpagina%3D505%26sottopagina%3D1%26x%3D8%26y%3D14&charset=iso-8859-1+%28Western+Europe%29&doctype=XHTML+1.1 It's not validating if you don't for a doctype/encoding
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.8 Branch
The vertical scrollbar appears when I remove 'position:absolute' from
pre.central{} in http://www.televideo.rai.it/televideo/pub/css/televideo.css
(using Mozilla 1.8b1).
Comment 5•19 years ago
|
||
The rendering is correct. The overflow style is on an ancestor of the abs pos <pre>, but this ancestor is not the containing block nor an ancestor of the containing block, so it's not actually being oveflowed, as I understand things...
Assignee: nobody → italian
Status: UNCONFIRMED → NEW
Component: Layout → Italian
Ever confirmed: true
Product: Core → Tech Evangelism
QA Contact: layout → italian
Summary: text overlaps graphics (scrollbar missing) → televideo.rai.it - text overlaps graphics (scrollbar missing)
Version: 1.8 Branch → unspecified
(In reply to comment #5) > The rendering is correct. The overflow style is on an ancestor of the abs pos > <pre>, but this ancestor is not the containing block nor an ancestor of the > containing block, so it's not actually being oveflowed, as I understand > things... Right. We're doing the right thing; the overflow:auto block does not clip or scroll the PRE. Did you meant to mark this NEW?
Comment 8•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009. If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself. Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•