-
Notifications
You must be signed in to change notification settings - Fork 63
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
Object .gm-resize-trigger causes white block overlaying scrollable content on IE 11 #29
Comments
Thank you @danwhite85 , fixed in v1.4.1. |
Is this possible to reopen this issue please, have the same problem in 1.4.3 Check 65dc5b6 Any workaround ? Visibiltiy hidden does not do the trick? Edit: after investigating, it seems that the problem come from the
element, is this possible to remove it, and use
for example? |
Hi @yohannpoli, in which browser are you having the issue? Sadly, the BTW, the resizer object was added on Personally, I’m still using 1.3.2 on my projects, also, I’m thinking about reverting the resizer-trigger feature and publish it as v2.0.0. It all depends on how useful this feature can be. |
Issue on Win 7 with IE11. I'm already manually update the scrollbar after adding/removing content, that's fine but i have to update all Gemini scrollbars in document when i resize the window, i don't want to register and manually trigger them. After checking your code:
, it seems that you attach the resize event in the object content document, why not, but it will do the same on current window, isn't it? I will give a try to 1.3.2 version. Thanks for your answer. |
|
On IE 11 the inserted (.gm-resize-trigger) is displayed as a white block overlaying the scrollable content. Adding visibility: hidden removes it, but I'm not sure if that breaks the 's functionality.
Seems to work fine on 9 and 10, but I have not tested anything over IE11.
The text was updated successfully, but these errors were encountered: