Closed
Bug 1662313
Opened 4 years ago
Closed 4 years ago
test_resizers_resizing_elements needs to wait for events
Categories
(Core :: DOM: Editor, defect, P1)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Whiteboard: [geckoview:m82])
Attachments
(1 file)
At this location we should wait for the selection change before proceeding with verifying the bounding client rect; otherwise there is a race where sometimes input events have not been processed yet.
Assignee | ||
Comment 1•4 years ago
|
||
Wait for selectionchange
to ensure that input events have been processed
before verifying a target's bounds.
Assignee | ||
Updated•4 years ago
|
Priority: -- → P1
Whiteboard: [geckoview:m82]
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b8885558817e
Add a wait on a selectionchange event to test_resizers_resizing_elements to prevent race condition in test; r=masayuki DONTBUILD
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•