Closed Bug 31793 Opened 24 years ago Closed 24 years ago

[WFM]"INPUT type=button ... disabled" ignores style width

Categories

(Core :: Layout: Form Controls, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: vfrenkel, Assigned: rods)

Details

Attachments

(1 file)

HTML fragment:



...

<style type="text/css">
...

 .button
 {

    background-color: silver;

    color: black;

    cursor: hand;

    font-family: Arial, Helvetica, Verdana;

    font-size: 12px;

    font-weight: 500;

    height: 23px;

    text-align: center;

    width: 70px; /*Width ignored if button is disabled! */

 }



</style>

....

<INPUT type=button class=button name="btnCancel" id="btnCancel" value="Cancel "

disabled>
Attached file simple testcase
I will be marking this works for me.

The test case looks fine.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
changing Summary and milestone
Summary: M14. "INPUT type=button ... disabled" ignores style width → [WFM]"INPUT type=button ... disabled" ignores style width
Target Milestone: M15
works for me
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updating QA contact.
QA Contact: ckritzer → bsharma
Works for me:
Platform: PC
OS: Windows 98
Mozilla Build: 2000101014 M18 Trunk Build

Marking as Verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: