Closed
Bug 203354
Opened 22 years ago
Closed 21 years ago
space after character entity lost inside fieldset
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 210826
People
(Reporter: tbthierrybernard, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030425
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030425
Given the following fragment:
<form action="anAction">
Quantité reçue <input type="text" size="5" maxlength="5">
<fieldset>
<legend>a legend</legend>
Quantité reçue <input type="text" size="5" maxlength="5">
</fieldset>
</form>
The text "Quantité reçue" shows correctly in two words outside of the fieldset
but inside the two words run into each other: "Quantitéreçue"
Reproducible: Always
Steps to Reproduce:
Updated•22 years ago
|
Whiteboard: DUPEME
Confirming in
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4a) Gecko/20030425 Mozilla
Firebird/0.6
Comment 2•21 years ago
|
||
Although bug 210826 is newer than this bug, it has had more attention.
Therefor, I'm marking this bug as a dup of that one.
*** This bug has been marked as a duplicate of 210826 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•