Closed
Bug 109315
Opened 24 years ago
Closed 22 years ago
Button's border displayed incorrectly after mouse-click
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: dereck, Assigned: rods)
Details
(Keywords: testcase)
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en] (Windows NT 5.0; U)
BuildID: 2001110803
After clicking on the button, it is displayed incorrectly. Border is wrong
rendered.
Reproducible: Always
Steps to Reproduce:
1.Load the html document attached in Additional Information.
2.Click "OK" button.
Actual Results: Button's frame looks terrible.
Expected Results: Should look like button ;-)
<html>
<head><title>Page</title></head>
<body>
<script type="text/JavaScript">
function OKclicked(){
document.GUI.cases.value = "kkk" //document.GUI.choice1.value
}
</script>
<form name="GUI">
<fieldset>
<legend>
Questions
</legend>
<center>
Something
<select name="choice1">
<option value="0">increased
<option value="1">decreased
<option value="2">same
<option value="3">don't know
</select><br>
Something else
<select name="choice2">
<option value="0">increased
<option value="1">decreased
<option value="2">same
<option value="3">don't know
</select><br>
And something else
<select name="choice3">
<option value="0">increased
<option value="1">decreased
<option value="2">same
<option value="3">don't know
</select><br>
<br><input type="button" value=" OK " onclick="OKclicked()"><br>
</center>
</fieldset>
<h2>Cases</h2>
<textarea name="cases" readonly rows=6 cols=60>
Here you will see cases. Select "decreased", "increased" and "same" then click
OK.
</textarea>
</form>
</body>
</html>
Comment 2•24 years ago
|
||
Confirming issue in the Nov 9th build (2001-11-09-08) Mac OS X build.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Button's border displayed incorretly after mouse-click → Button's border displayed incorrectly after mouse-click
Comment 4•23 years ago
|
||
->Form Controls
Component: Layout → HTML Form Controls
QA Contact: petersen → tpreston
| Reporter | ||
Comment 5•23 years ago
|
||
| Reporter | ||
Comment 6•23 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a+) Gecko/20020629
Confirmed on Linux -> Changed OS to All
OS: Windows 2000 → All
Comment 7•23 years ago
|
||
Is this still an issue in 1.3b? A whole slew of bugs like this have gotten
fixed in the last few months...
| Reporter | ||
Comment 8•23 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030216
Fixed! :)
I hope to be able to check it tomorrow on Windows...
| Reporter | ||
Comment 9•23 years ago
|
||
Works on Win2k too.
Comment 10•22 years ago
|
||
Marking worksforme, per latest comments.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•