#22490 closed defect (bug) (fixed)
New buttons: Disabled state in iOS
Reported by: | johnbillion | Owned by: | koopersmith |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | minor | Version: | 3.5 |
Component: | UI | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Disabled buttons retain their pill-like rounded corners in iOS.
Attachments (3)
Change History (10)
#1
@
12 years ago
- Keywords has-patch added
Patch.
Note that if you're using Chrome on iOS (and maybe Safari too), its caching is very aggressive. Clearing the cache from the Settings menu doesn't clear all files in the cache, such as some CSS files. It's very odd. I ended up bumping the version number in wp-includes/version.php
to get the updated buttons.css
to load.
#2
follow-up:
↓ 3
@
12 years ago
- Keywords needs-testing added
Don't see the pill shapes in Safari/iOS6. Removing the internal -webkit-appearance: push-button;
might have other implications.
#3
in reply to:
↑ 2
@
12 years ago
Replying to azaozz:
Don't see the pill shapes in Safari/iOS6.
Looks like it's an iOS 5 issue then. Confirmed in Chrome and Safari on iOS 5.
Removing the internal
-webkit-appearance: push-button;
might have other implications.
Are there implications other than appearance? We have rules in place for border, background, font, padding, etc etc.
Patch