Opened 13 years ago
Closed 13 years ago
#20247 closed defect (bug) (fixed)
In paging inputs, account for browsers rendering native type="number" UI
Reported by: | koopersmith | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | minor | Version: | 3.4 |
Component: | UI | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Chrome has begun rendering input[type="number"] separately from input[type="text]. This results in the paging inputs being stretched wider than intended. See screenshot.
Attachments (1)
Change History (5)
#3
@
13 years ago
While I think the type="number" here is clever (we could even add a max using total_pages), it isn't very good UX, as you still have to hit enter to actually trigger the refresh. There's no button to click. Introducing this will only confuse people on how, after clicking things, to get to the page they chose. More at http://core.trac.wordpress.org/ticket/17863#comment:31.
I'm reverting the type="number" here for now.
Note: See
TracTickets for help on using
tickets.
Related/Duplicate: #20217