-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
"Handle overlay" isn't refreshed after windows resize #1326
Comments
For example (in Windows) by pane-right the editor window and pane-left an informative doc. Or by using tablet or other modern device able to change orientation. The editor will be used in email builder that allow user to build email on pc/tablet and phone (?). that's why i have to check how editor will react in those cases. But, indeed, user can reclick the picture to see perfect overlay :) |
…rolled. Issue: textAngular#1326 - main.js added: - scope.handlePopoverEvents() - isScrollable() helper function - enhanced scope.getScrollTop() to now add an event listener when it is scrollable. - added scope._scrollListener(); - test/textAngular.spec - ensure no error on getScrollTop()
This is corrected with PR #1350. Please test. Thanks! |
Click on an image display an overlay that don't refreshed after window resizing.
The text was updated successfully, but these errors were encountered: