Open
Bug 1564980
Opened 6 years ago
Updated 5 years ago
We seem to have no test for editor suppressing link handling.
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
I broke this in one of the patches that I uploaded to bug 1218456, and Olli caught it. It didn't cause any test to fail.
Emilio: can you please provide more information about how to reproduce this or perhaps provide a link to the patch/comment of Olli you're referring too?
Flags: needinfo?(emilio)
| Reporter | ||
Comment 2•6 years ago
|
||
This is about: https://searchfox.org/mozilla-central/rev/f372470e10c8cb0691681603a1d6324dee5b3b8a/editor/libeditor/HTMLEditor.cpp#194
Apparently to trigger that codepath you need to call makeWindowEditable with aInteractive = false. The only caller in the tree for that is:
And it seems we have no <editor> in tree in mozilla-central, only in comm-central.
Flags: needinfo?(emilio)
Updated•6 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•