Closed
Bug 4157
Opened 26 years ago
Closed 25 years ago
[PP]'Go' button draws poorly on linux
Categories
(Core :: XUL, defect, P4)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: cpratt, Assigned: eric)
References
()
Details
Create a simple HTML file with the following snippet:
<FORM METHOD=POST ACTION="http://www.apple.com/cgi-bin/nph-menu">
Visit other Apple sites around the world:
<SELECT NAME="worldwide"
ONCHANGE="location.href=this.form.worldwide.options[this.form.worldwide.selected
Index].value"><OPTION SELECTED VALUE="/find/#world">Choose...
<OPTION VALUE="http://www.asia.apple.com/">Asia
</SELECT>
<INPUT TYPE="submit" NAME="btn_worldwide" VALUE="Go">
</FORM>
If you view this on linux, note that the Go button is way too small for the text
being drawn on top of it.
that snippet is now available at http://schist.mcom.com/appleform.html as well.
Updated•26 years ago
|
Assignee: trudelle → evaughan
Priority: P3 → P4
Target Milestone: M7
Comment 2•26 years ago
|
||
The button is a rather small target. reassigning to evaughan as p4 for m7
Comment 3•26 years ago
|
||
Also, it looks exactly the same as on Win98, except for being positioned a
pixel or two higher.
Summary: 'Go' button draws poorly on linux → [PP]'Go' button draws poorly on linux
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7 → M9
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10 → M11
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: cpratt → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•