Closed
Bug 132947
Opened 23 years ago
Closed 23 years ago
Browser does not render borders correctly when element does not have scrollbars.
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 132156
People
(Reporter: ChristopherBalz, Assigned: jst)
References
()
Details
Attachments
(1 file)
|
457 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
BuildID: 2002031104
Browser does not render borders around absolutely positioned div correctly when
div does not have scrollbars. Borders seem to render correctly when divs have
scrollbars visible.
Reproducible: Always
Steps to Reproduce:
1.Make an absolutely positioned div with a border and set its overflow property
to scroll.
2.Make a div of a certain size with a border and set its overflow property to
auto, but keep the content from being larger than the defined size (so as to
not show scrollbars).
3.Render divs.
Comment 1•23 years ago
|
||
ChristopherBalz@yahoo.com -- Can you write a sample testcase and upload it as an
attachment to the bug, please?
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
The testcase renders correctly for me... (Linux trunk build 2002-04-25-07).
Does it render correctly for you, Christopher, in a recent build? I suspect you
were seeing bug 132156 and its ilk...
| Reporter | ||
Comment 4•23 years ago
|
||
That turned out to be my bug. I would have updated the bug entry but I
thought from the report that they'd removed it already.
I am working for a company that is developing a web development platform
and so I work Mozilla pretty hard. 1.0 seems quite good!
- CB
Comment 5•23 years ago
|
||
Christopher, thanks for the response! The build you reported this bug with
(2002031104) is from _before_ bug 132156 got fixed, so if it works for you now,
this is a duplicate. Marking it so.
If I have misunderstood and this is still broken for you with a current build,
please reopen!
*** This bug has been marked as a duplicate of 132156 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•