11,600 instances of "'!IsSelectionValid()'" and associated warnings emitted from widget/ContentCache.cpp during debug testing
Categories
(Core :: Widget, defect)
Tracking
()
People
(Reporter: erahm, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: tpi:-)
| Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Updated•9 years ago
|
Comment 3•7 years ago
|
||
Comment 4•4 years ago
|
||
I am seeing this warning and "'!mContentCache.HandleQueryContentEvent( aEvent, textInputHandlingWidget)', file /home/hiro/opt/dom/ipc/BrowserParent.cpp:304" on a test case attached in bug 1692705 during pressing arrow keys.
Is this warning still worth spewing?
Comment 5•4 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #4)
I am seeing this warning and "'!mContentCache.HandleQueryContentEvent( aEvent, textInputHandlingWidget)', file /home/hiro/opt/dom/ipc/BrowserParent.cpp:304" on a test case attached in bug 1692705 during pressing arrow keys.
Is this warning still worth spewing?
It's odd. The test case does not have editable content, but somebody tries to retrieve the selection? (But I guess that it's valid case that there is no selection range.)
Comment 6•4 years ago
|
||
Comment 7•4 years ago
|
||
Thanks. It means that the handling has a bug. If scrollable element has focus for scrolling without selection ranges, this does not return correct writing mode for the key navigation.
Updated•3 years ago
|
Comment 8•1 year ago
|
||
I don't see any similar looking warnings in the top 100.
Description
•