Closed
Bug 1567558
Opened 6 years ago
Closed 6 years ago
Spellchecker UI broken for textbox when use in XHTML
Categories
(Toolkit :: UI Widgets, enhancement)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: bdahl, Assigned: bdahl)
References
Details
Attachments
(1 file)
toolkit/content/tests/chrome/test_textbox_dictionary.xul fails when XUL documents are loaded as XHTML (bug 1550801).
This seems to be because of the requirement that the document be a XULDocument.
I looked back in blame history and I'm not really sure why this is a requirement. Anyways, nowadays this element can only be created in privileged contexts, so I think it's safe just to remove the XULDocument check.
Assignee | ||
Comment 1•6 years ago
|
||
Remove the uneeded XULDocument check so that when textbox elements are
loaded in XHTML documents the inline spell checker UI works.
Pushed by bdahl@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3eb041212091
Fix textbox spell checker UI in XHTML documents. r=NeilDeakin
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•