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)

x86
All
defect
Not set
trivial

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>
<fieldset> <input type="button" value="OK"> </fieldset>
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
Reassigning to Rod.
Assignee: attinasi → rods
Target Milestone: --- → Future
->Form Controls
Component: Layout → HTML Form Controls
QA Contact: petersen → tpreston
Attached file Simplified testcase
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
Is this still an issue in 1.3b? A whole slew of bugs like this have gotten fixed in the last few months...
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...
Keywords: testcase
Works on Win2k too.
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.

Attachment

General

Creator:
Created:
Updated:
Size: