rangy icon indicating copy to clipboard operation
rangy copied to clipboard

Unsupported code in upcoming Chrome release

Open mattsmithdev opened this issue 7 years ago • 1 comments

Getting this message in Chrome... "The behavior that Selection.addRange() merges existing Range and the specified Range is deprecated and will be removed in M58, around April 2017. See https://www.chromestatus.com/features/6680566019653632 for more details."

mattsmithdev avatar Mar 27 '17 13:03 mattsmithdev

Find https://bugs.chromium.org/p/chromium/issues/detail?id=353069#c24

Selection API: addRange() should be ignored if there is an existing Range.

maybe somehow related: http://stackoverflow.com/questions/43260617/selection-addrange-is-deprecated-and-will-be-removed-from-chrome

toptalo avatar Apr 26 '17 11:04 toptalo