Closed
Bug 18357
Opened 26 years ago
Closed 26 years ago
Legend align does not work in Japanese
Categories
(Core :: DOM: Core & HTML, defect, P4)
Tracking
()
VERIFIED
INVALID
M15
People
(Reporter: teruko, Assigned: eric)
References
()
Details
Attachments
(1 file)
1.46 KB,
text/html
|
Details |
Legend align right does not work in Japanese.
Steps of reproduce
1. Go to above URL
Notice that inside <legend align="right">日本のお茶</legend> is not
at the right side of the fieldset.
Tested 110909 Win32, MAC, and Linux build.
Updated•26 years ago
|
Assignee: ftang → bobj
Comment 1•26 years ago
|
||
bobj, please find owner for this bug. thanks.
Assignee: bobj → karnaze
Component: Internationalization → Form Submission
Updated•26 years ago
|
Assignee: karnaze → evaughan
Comment 3•26 years ago
|
||
Reassign to EricV.
Updated•26 years ago
|
Priority: P3 → P4
Target Milestone: M15
Comment 4•26 years ago
|
||
targeting p4 for m15
Comment 5•26 years ago
|
||
Can a netscape person attach the file:
http://babel/tests/browser/html/sjis/legend_align_right_sjis.html
...to the bug so that I could have a look at it? Cheers.
Comment 6•26 years ago
|
||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Comment 8•26 years ago
|
||
bobj: Thanks!
The problem is with the test case.
The <meta name="GENERATOR" ... line is never actually closed, and our parser
therefore correctly treats most of what follows to be the text of the unclosed
attribute. This then eats up the form element. (This can be seen in viewsource
mode.) So the fieldset is not in a <form> element, and this triggers bug 21638,
which is simply that fieldset elements mess up when not in forms.
Correcting the test case by adding "> at the end of the 6th line fixes the
problem and japanese characters can be seen in a right aligned legend.
Marking INVALID.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 9•26 years ago
|
||
I fixed the test case. It works fine. I verfied this as Invalid.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•