1 | | Yup, in fact it is a recent Safari regression, I've created a [https://jsfiddle.net/fpua774e/ simplified demo] where you can attempt to select the text. |
| 1 | Yup, in fact it is a recent Safari regression, I've created a [https://jsfiddle.net/fpua774e/ simplified demo] where you can attempt to select the text. We've sent a bug report to Apple - there might be little we can do about it, still we'll check it. |
| 2 | |
| 3 | TC: |
| 4 | |
| 5 | 1. Open an example attached here: https://jsfiddle.net/fpua774e/ |
| 6 | 1. Try to select part of the "Try to select some text" text (just simply click and move mouse horizontally) |
| 7 | |
| 8 | Expected: Selection is properly created for the text from the anchor point to your cursor position. |
| 9 | |
| 10 | Actual: Scrolling goes wild, and scrolls both inner and outer window. It shouldn't do that in a first place, since we're only selecting horizontally, so vertical scrolling should not be involved. |