Closed
Bug 2346
Opened 26 years ago
Closed 26 years ago
[PP] Radio buttons respond to clicks erratically & only with offset
Categories
(Core Graveyard :: Viewer App, defect, P1)
Tracking
(Not tracked)
M2
People
(Reporter: elig, Assigned: pierre)
References
()
Details
* TITLE/SUMMARY
[PP] Radio buttons respond to clicks erratically & only with offset
* STEPS TO REPRODUCE
0) Launch Viewer
1) Go to www.netscape.com (or load the HTML snippet from the end of the bug,
which is simplified from the example on the web site)
2) Try to click on either of the radio buttons.
* RESULT
- What happened
Clicking on the radio buttons don't do nuthin'. They'll work with a bit of an
offset, normally *either* to the upper-left or to the direct right, by two or
three pixels. (i.e. one radio button will work with either one of those offsets,
but not both.)
- What was expected
Behavior equivalent to Win32.
* REGRESSION
- Occurs On
viewer (1.13.99 build for Mac OS)
- Doesn't Occur On
viewer (1.12.99 build for Win32)
viewer (1.13.99 build for Linux --- build is broken)
* CONFIGURATIONS TESTED
- PowerMac 8500/120 (233 Mhz 604e), 64 MB RAM, 1024x768 (16-bit video), Mac OS
8.5.1
* MACSBUG SNIPPET
<HTML>
<BODY>
<FORM METHOD=GET ACTION="http://info.netscape.com/fwd/hom01rquo/http://
personalwealth.netscape.com/cgi-bin/WebObjects/NQuote">
<INPUT TYPE="text" SIZE=15 NAME="name" MAXLENGTH=30>
<INPUT TYPE="submit" VALUE="Quote" WIDTH=10>
<INPUT TYPE=radio NAME=action VALUE="nscpLookupSymbol" CHECKED>Symbol &
nbsp;
<INPUT TYPE=radio NAME=action VALUE="nscpLookupName">Name
</FORM>
</BODY>
</HTML>
Updated•26 years ago
|
Assignee: sdagley → pierre
Comment 1•26 years ago
|
||
Sending form bugz to pierre
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•26 years ago
|
||
The bug was marked as duplicate but the details you provided are useful. Thanks
Eli.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•26 years ago
|
||
Verified (subset) duplicate of 2208. (Should've searched for "form", instead of
just "radio" and "button" prior to writing this one up.)
Thanks, Pierre.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•