Opened 8 years ago
Closed 8 years ago
#38396 closed defect (bug) (fixed)
Twenty Seventeen: iPad mini, iPhone 5: Search form and button rendering issues
Reported by: | alex27 | Owned by: | karmatosed |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Attachments (3)
Change History (9)
#2
@
8 years ago
- Keywords needs-refresh added; has-patch needs-testing removed
Thanks for the patch @Caspie! Your change alters Normalize, the third-party library to reset the CSS. I'd rather not touch that. Twenty Sixteen doesn't have this problem, and the CSS is very similar forms. Could we look at what it's doing and copy that rather than changing Normalize?
#3
@
8 years ago
Good point @davidakennedy, thanks! Refreshing the patch and moving the fix under 5.0 Forms styling.
#5
@
8 years ago
After some investigation with @laurelfulford, it looks like this rule in Twenty Sixteen prevented the issue:
https://github.com/WordPress/twentysixteen/blob/master/style.css#L647
38396.3.patch adds it to Twenty Seventeen and should be less invasive than some of the other approaches.
Note: See
TracTickets for help on using
tickets.
-webkit-appearance set to none in the CSS fixes it. Tested on iPhone 5s