This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Dropdown direction issue on webkit #1016
Comments
I can confirm this issue as well |
Im seeing this also in Chrome. Please fix asap. |
I will make a pull req. |
@pulse14 Please do. I didnt follow where you put the |
gaetansnl
pushed a commit
to gaetansnl/ui-select
that referenced
this issue
Jun 24, 2015
Seeing this as well. |
I confirm that this fixed the problem for me. |
+1. This is a pretty serious bug and the PR needs to be accepted. |
+1 for the PR to be accepted. Great fix @pulse14. I've accepted this into my build and it has corrected the issue. Hopefully this is accepted into the master sooner rather than later! |
+1. |
+1 I can also confirm the fix by @pulse14 works. Thank you! |
Should be solved with #1212 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The problem is on this line (in uiselect directive), on Chrome (43)
$document[0].documentElement.scrollTop
return 0It works if i replace by
But it doesn't work anymore on Firefox now...
Anyone have this problem ?
EDIT :
window.pageYOffset
work on bothThank you
The text was updated successfully, but these errors were encountered: