Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#27906 closed defect (bug) (fixed)

Non-standard disabled input field style

Reported by: nabil_kadimi Owned by: nacin
Priority: normal Milestone: 3.9.1
Component: Customize Version: 3.9
Severity: normal Keywords: has-patch commit fixed-major
Cc: Focuses:

Description

In the dashboard, text input fields are not grayed when there are disabled or when they have the "disabled" class:
Preview: http://jsbin.com/larih

Attachments (4)

27906-38.png (10.9 KB ) - added by ocean90 12 years ago.
27906-39.png (10.8 KB ) - added by ocean90 12 years ago.
27906.patch (1.5 KB ) - added by ocean90 12 years ago.
27906-1.patch (2.9 KB ) - added by nabil_kadimi 12 years ago.

Download all attachments as: .zip

Change History (12)

@ocean90
12 years ago

@ocean90
12 years ago

@ocean90
12 years ago

#1 @ocean90
12 years ago

  • Keywords has-patch added
  • Milestone Awaiting Review3.9.1

The styles are overridden by some later rules. 27906.patch fixes that.

#2 @nabil_kadimi
12 years ago

I just uploaded the patch 27906-1.patch which fixes both forms.css and forms-rtl.css.

#3 @nabil_kadimi
12 years ago

  • Keywords needs-refresh reporter-feedback added

#4 @ocean90
12 years ago

  • Keywords needs-refresh reporter-feedback removed

nabil_kadimi, no need to patch RTL files, these are auto-generated on build process.

#5 @helen
12 years ago

In 28179:

Don't allow disabled input styling to get lost in the cascade. props ocean90. see #27906 for trunk.

#6 @helen
12 years ago

  • Keywords fixed-major added

#7 @nacin
12 years ago

  • Keywords commit added

#8 @nacin
12 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In 28202:

Don't allow disabled input styling to get lost in the cascade.

Merges [28179] to the 3.9 branch.

props ocean90.
fixes #27906.

Note: See TracTickets for help on using tickets.