Actions
Bug #5545
closedScrollVisibility js error with IE9, possibly other browsers
Start date:
02/09/2017
Due date:
% Done:
0%
Estimated time:
Description
With github wt (3.3.7-rc1-2-g4606fda), the use of setScrollVisibilityEnabled(true) can result in a JS error with IE 9 and possibly other browsers that do not support MutationObserver. This can be observed with IE 9 by scrolling down through the scrollvisibility feature example. The exception_description is "Could not complete the operation due to error 80020101." This appears to be caused by line 146 in ScrollVisibility.js: "mutObserver.disconnect()".
Attached, for your review, is a lightly tested patch that seems to help with this issue.
NOTE: The issue is also likely to be present in wt4, as the same ScrollVisibility.js is used.
Files
Updated by Roel Standaert almost 8 years ago
- Status changed from New to InProgress
- Assignee set to André Jacobs
Updated by André Jacobs almost 8 years ago
- Status changed from InProgress to Implemented @Emweb
- Assignee deleted (
André Jacobs)
Updated by Roel Standaert almost 8 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert over 7 years ago
- Status changed from Resolved to Closed
Actions