Closed
Bug 1992044
Opened 5 months ago
Closed 3 months ago
Make `TextInputListener::OnEditActionHandled` stop checking its `mFrame`
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 2006520
People
(Reporter: masayuki, Assigned: masayuki)
Details
The method does not interact with mFrame actually, and mFrame may be nullptr even if mTxtCtrlElement is available.
However, this does not cause the mismatching state of placeholder with this simple testcase. So, I guess somebody has already flushed pending notifications before TextEditor calls the method.
| Assignee | ||
Updated•3 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•