Open
Bug 1659924
Opened 5 years ago
Updated 5 years ago
Setting scrollTop/scrollLeft from JS does not cancel a pending scroll selection into view request
Categories
(Core :: DOM: Selection, defect, P3)
Core
DOM: Selection
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | affected |
People
(Reporter: masayuki, Unassigned)
References
Details
This is root cause of bug 1659276.
Currently, Selection cancels ScrollSelectionIntoViewEvent only when another request comes. However, if JS updates scroll position with various API, this should be canceled too, but we don't do it.
I have no idea how much API definitions need to notify canceling it. Therefore, I'll make editor not use async request for now.
Setting to P3/S3 for now, but if synchronous request causes performance regressions, we need to fix this as soon as possible.
| Reporter | ||
Comment 1•5 years ago
|
||
Therefore, I'll make editor not use async request for now.
Well, it might be impossible because of a lot of oranges...
You need to log in
before you can comment on or make changes to this bug.
Description
•