Closed
Bug 8665
Opened 25 years ago
Closed 24 years ago
character entities do not display in form widgets
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: cpratt, Assigned: rickg)
References
()
Details
(Keywords: fonts, platform-parity, testcase, Whiteboard: [TESTCASE])
Attachments
(1 file)
(deleted),
text/html
|
Details |
Build ID: 1999062114
Platform: Mac OS 8.6
- View this sample HTML on a Mac:
<p>First instance - SkyMiles® - does not use character entity<br>
Second instance - SkyMiles® - uses character entity<br>
<FORM METHOD="POST" ACTION="/cgi-bin/quiknav.pl" TARGET="_top" ONSUBMIT="foo">
<SELECT NAME="section" SIZE="1">
<OPTION VALUE="/skymile/index.html">SkyMiles®
<OPTION VALUE="/skymile/index.html">SkyMiles®
The two instances of the marca registrada glyph render correctly outside the
FORM, and as a capital AE ligature when inside the form.
This HTML renders correctly on Win32 and on Linux.
Updated•25 years ago
|
Assignee: trudelle → karnaze
Component: XP Toolkit/Widgets → HTML Form Controls
Comment 1•25 years ago
|
||
cpratt, please take note:
Forms and HTML forms controls are the responsibility of karnaze's team, not
XPToolkit, and should be filed as component "HTML Form Controls". reassigning.
Comment 2•25 years ago
|
||
Updated•25 years ago
|
Whiteboard: [TESTCASE]
Comment 3•25 years ago
|
||
The registration mark does not draw correctly when in a SELECT/OPTION menu.
STEPS TO REPRODUCE
Visit attachment
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=676
Pulldown the Pop-up menu.
ACTUAL RESULTS
AE displayed
EXPECTED RESULTS
Registration mark should be rendered.
Updated•25 years ago
|
Assignee: karnaze → dcone
Comment 4•25 years ago
|
||
Don, check with Kevin.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Target Milestone: M14
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Target Milestone: M14 → M15
Comment 5•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Updated•25 years ago
|
Summary: [PP] Mac - character entities do not display in form widgets → [FONT MAC] Mac - character entities do not display in form widgets
Comment 6•25 years ago
|
||
Removing pp from keywords (as this now displays incorrectly on all platforms).
Updating platforms & OS's.
Updated•25 years ago
|
Target Milestone: M15 → M17
Comment 7•25 years ago
|
||
All the platforms look the same, or have the same problem.. I think this has
something to do with parsing.. but I am not sure.
Assignee: dcone → rickg
Status: ASSIGNED → NEW
Summary: [FONT MAC] Mac - character entities do not display in form widgets → character entities do not display in form widgets
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
These look perfectly well formed in my build. Please retest -- it may be a
platform issue related to fonts.
Comment 10•23 years ago
|
||
verifried build 2001081303 & 2001081308 os:win95,mac8.6,winNT
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•