Opened 12 years ago
Closed 12 years ago
#20055 closed Bug (fixed)
Admin CSS missing styles for input type=number
Reported by: | Florian Apolloner | Owned by: | Baptiste Mispelon |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Release blocker | Keywords: | |
Cc: | bmispelon@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Change History (5)
comment:1 by , 12 years ago
Component: | Uncategorized → contrib.admin |
---|---|
Type: | Uncategorized → Bug |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Cc: | added |
---|---|
Has patch: | set |
Owner: | changed from | to
Status: | new → assigned |
The fix is quite easy since there's only one instance of input[type=text]
in the CSS.
I just added selectors for email
, url
, and number
input types, as the release notes advise.
comment:4 by , 12 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
From the 1.6 release notes:
If your CSS/Javascript code used to access HTML input widgets by type, you should review it as type='text' widgets might be now output as type='email', type='url' or type='number' depending on their corresponding field type.
Let's eat our own dogfood!