Closed
Bug 1311934
Opened 8 years ago
Closed 3 years ago
TextServicesDocument::IsBlockNode() returns true when the given content isn't an element node
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
92 Branch
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
nsTextServicesDocument::IsBlockNode() returns true even when the given node isn't an element node. For example, it returns true for a text node.
Updated•8 years ago
|
Priority: -- → P3
Comment 1•8 years ago
|
||
Mass wontfix for bugs affecting firefox 52.
Assignee | ||
Comment 2•4 years ago
|
||
Resetting assignee which I don't work on in this several months.
Assignee: masayuki → nobody
Assignee | ||
Updated•3 years ago
|
Summary: nsTextServicesDocument::IsBlockNode() returns true when the given content isn't an element node → TextServicesDocument::IsBlockNode() returns true when the given content isn't an element node
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•3 years ago
|
||
For consistency, between TextServicesDocument
and HTMLEditor
,
TextServicesDocument::IsBlockNode()
should be replaced with
HTMLEditUtils::IsBlockElement()
for making same consideration for each
element type.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/cb4ce47cb878
Replace `TextServicesDocument::IsBlockNode()` with `HTMLEditUtils::IsBlockElement()` r=m_kato
Comment 5•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•