Closed
Bug 150217
Opened 23 years ago
Closed 23 years ago
Character left out on line break in A HREF tag
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 149364
People
(Reporter: jf, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1a) Gecko/20020608
BuildID: 2002060816
In a table cell of fixed width, when the line may need to be breaked, sometimes
the first character inside an A HREF tag may be left out incase there is a tag
starting right after it, e.g. a B tag:
<A href="foobar">Test</A> <A href="foobar">(<B>10</B>/20)</A>
See the example on http://www.avic.gg/mozilla/hreftbl.html.
Reproducible: Always
Steps to Reproduce:
Go to http://www.avic.gg/mozilla/hreftbl.html. The behaviour can also seen when
logged into some sites with discussion forums.
Actual Results: The example above would be rendered like this:
Test 10/20)
Expected Results: The example should be rendered like this:
Test (10/20)
![]() |
||
Comment 1•23 years ago
|
||
Seeing this on linux build 2002-06-07-08 as well. The "(" is in the DOM
according to Inspector, but is not shown...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 149364 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•