Closed
Bug 2045748
Opened 2 months ago
Closed 2 months ago
Disable execCommand for EditContext
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: ltenenbaum, Assigned: ltenenbaum)
References
(Blocks 2 open bugs, )
Details
Attachments
(1 file)
execCommand is supposed to be disabled for EditContext, even for commands which could be implemented for it (insertText, delete, etc.). We still use those commands internally for keyboard shortcuts so maybe we should handle this in Document::AutoEditorCommandTarget::IsCommandEnabled or something.
| Assignee | ||
Comment 1•2 months ago
|
||
Pushed by ltenenbaum@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/20a2702fed46
https://hg.mozilla.org/integration/autoland/rev/330dd8eae381
Disable execCommand editing commands for EditContext. r=masayuki
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/60505 for changes under testing/web-platform/tests
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Upstream PR merged by moz-wptsync-bot
Updated•2 months ago
|
QA Whiteboard: [qa-triage-done-c154/b153]
You need to log in
before you can comment on or make changes to this bug.
Description
•