Closed
Bug 187416
Opened 23 years ago
Closed 17 years ago
multi.com - The layer border does not size to it's contents as it used to
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kbrill, Unassigned)
References
()
Details
Attachments
(1 file)
|
111.86 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030101
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030101
In previous version the light blue border used to surround the entire rendered
HTML that existed between the <div> amd </div> or <layer> and </layer> tags. in
1.3b it does not.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•23 years ago
|
||
This is a picture of the problem
Comment 2•23 years ago
|
||
*** Bug 187417 has been marked as a duplicate of this bug. ***
Comment 3•23 years ago
|
||
It is seems as width inheritance trouble. This page could be simplyfied to:
<div style="position: relative; width: 650">
<div style="border: solid">
<table width="750" border="1"><tr><td>Table content</td></tr></table>
</div></div>
(I set table border to 1 to show it's real size). So in 1.3b inner div have
width of 650, and table -- 750. And it seems that "light blue border used to
surround the entire rendered HTML" is hidden in outer div.
This page looks like it was relying on the incorrect behavior described by bug
66417. (MSIE part of that incorrect behavior in all cases, but we had worse
behavior for only 'position: relative' blocks.)
->Evang.
Assignee: block-and-inline → susiew
Component: Layout: Block & Inline → US General
Product: Browser → Tech Evangelism
QA Contact: ian → zach
Version: Trunk → unspecified
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•22 years ago
|
||
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
Summary: The layer border does not size to it's contents as it used to → multi.com - The layer border does not size to it's contents as it used to
Updated•11 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
•