-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Select Box - Dropdown arrow not appearing normally on iOS6/Safari #10143
Comments
I think this bug was introduced while trying to fix Fix overlapping select arrow #8704. The select box appears fine if we get rid of the $form-spacing, added in commit af121b1. But this will again re-introduce the Arrow overlapping text when container is floated #8685. |
@AmritGurung Thank you for the bug report. Is this using Foundation 6.3.1? |
@kball Yes, it is using Foundation 6.3.1 |
Hmm I've looked into this. This appears to be an issue specific to version 6 of Safari. Basically it doesn't support writing a background position like Not sure how to go about finding a solution for this... |
Do we support this version of iOS Safari? |
I don't think so. https://foundation.zurb.com/sites/docs/compatibility.html
|
I guess we can close this then as mobile Safari 6 is very old, generally does not support @ncoden or what do you think? |
Will take a look later, maybe we can solve this with a small change in the Scss code. |
I argued about trying to support Mobile Safari for iOS 7, but v6 is definitely not supported. It works well in v7. @DanielRuf if you can find a patch that's great, but no need to loose too much time on it. |
|
We don't support this version by the browserlist config so I will not create a patch then =) |
So in this case I will close this as Safari 6 is very old and not supported by the whole framework. |
How to reproduce this bug:
What should happen and what happened instead:
The dropdown arrow should appear on the right hand side but it appears on the top left hand corner.
Browser(s) and Device(s) tested on:
Tested on iOS6.1.6/Safari
The text was updated successfully, but these errors were encountered: