Bug 1591417 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Should be reproducible by running editor/libeditor/tests/test_bug1425997.html.

From the logs one can observer that https://searchfox.org/mozilla-central/rev/2a355e56c490768be676689de18629485c9d699b/editor/libeditor/EditorDOMPoint.h#85-87 is violated.

It should be fixed and changed to a `MOZ_ASSERT` and.

The invalid offset is returned via https://searchfox.org/mozilla-central/rev/2a355e56c490768be676689de18629485c9d699b/editor/libeditor/EditorDOMPoint.h#692.
Should be reproducible by running editor/libeditor/tests/test_bug1425997.html.

From the logs one can observe that https://searchfox.org/mozilla-central/rev/2a355e56c490768be676689de18629485c9d699b/editor/libeditor/EditorDOMPoint.h#85-87 is violated.

It should be fixed and changed to a `MOZ_ASSERT` and.

The invalid offset is returned via https://searchfox.org/mozilla-central/rev/2a355e56c490768be676689de18629485c9d699b/editor/libeditor/EditorDOMPoint.h#692.

Back to Bug 1591417 Comment 0