-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popover Arrow flipped when shown above item (iOS) #8419
Comments
Any way this could get moved in to the rc.1 milestone? |
@zakton5 can you provide a screenshot? |
@brandyscarney confirmed this is a real issue: |
Thanks for the PR! This will be fixed in the rc.1 release. 😄 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Short description of the problem:
When a popover opens above an element (f.e. button in footer) the arrow still points up.
What behavior are you expecting?
Popover arrow pointing to the element (down)
Steps to reproduce:
Other information:
Caused by:
CSS class popover-bottom is added to the popover itself, but in the iOS styling it's handled as a child element:
https://github.com/driftyco/ionic/blob/master/src/components/popover/popover.ios.scss#L69
https://github.com/driftyco/ionic/blob/master/src/components/popover/popover.ios.scss#L74
Remove space should fix the issue
Which Ionic Version? 1.x or 2.x
2.0.0-rc.0
Run
ionic info
from terminal/cmd prompt: (paste output below)Cordova CLI: 6.3.1
Gulp version: CLI version 3.9.1
Gulp local:
Ionic Framework Version: 2.0.0-rc.0
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
OS: Distributor ID: LinuxMint Description: Linux Mint 17.3 Rosa
Node Version: v6.7.0
The text was updated successfully, but these errors were encountered: