Closed
Bug 187562
Opened 23 years ago
Closed 16 years ago
bea.com - Anchors within words break format
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: juergen, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3b) Gecko/20021227
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3b) Gecko/20021227
In the URL above are anchors within words. This is displayed wrong in Mozilla
but works in IE and Opera.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•23 years ago
|
||
This is a result of really bad markup combined with a style sheet. Example
markup producing the rendering oddity is:
<a name="1127954"><p class="headmain">Configuring WebLogic S</p></a><a
name="security"></a>ecurity<p></p>
And the associated style sheet rule is:
p.headmain {
MARGIN-LEFT: 0.15in;
MARGIN-RIGHT: 0;
MARGIN-TOP: 0.1in;
MARGIN-BOTTOM: 0;
FONT-FAMILY: Arial,Helvetica,sans-serif;
FONT-WEIGHT: bold;
FONT-SIZE: 18pt;
COLOR: black;
}
I attempted to build a reduced testcase, but gave up after several tries -- it's
easy to keep the rendering consistent on mOzilla, but even minor changes change
the rendering on IE 5.5 (i.e. minor changes make the IE rendering look like
Mozilla's)
This is probably an evangelization issue for good markup?
Comment 2•23 years ago
|
||
That code has a paragraph break in the middle of the word.... It's not that it's
bad markup, it's that IE just plain renders it wrong for some reason.
Assignee: other → susiew
Status: UNCONFIRMED → NEW
Component: Layout → US General
Ever confirmed: true
OS: Windows NT → All
Product: Browser → Tech Evangelism
QA Contact: ian → zach
Hardware: PC → All
Version: Trunk → unspecified
Comment 3•23 years ago
|
||
Seems to me that IE renders it correctly, forgiving the bad code.
-->Doron please email them.
Assignee: susiew → doron
Comment 4•22 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Updated•22 years ago
|
Summary: Anchors within words break format → bea.com - Anchors within words break format
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
•