Open
Bug 506368
Opened 16 years ago
Updated 5 years ago
document.queryCommandValue('enableObjectResizing') throws an exception
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: vkarun, Unassigned)
Details
Attachments
(1 file)
402 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9) Gecko/2008052912 Firefox/3.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9) Gecko/2008052912 Firefox/3.0
Reproducible: Always
Steps to Reproduce:
1. Turn on design mode for a document (document.designMode = "on")
2. Invoke document.queryCommandValue('enableObjectResizing') to get the
value of the command
Actual Results:
Component returned failure code: 0x80004005 (NS_ERROR_FAILURE [nsIDOMNSHTMLDocument.queryCommandValue]
Expected Results:
The command should return the value of true or false.
Reporter | ||
Comment 1•16 years ago
|
||
Reporter | ||
Comment 2•16 years ago
|
||
Please note that the error occurs if we invoke queryCommandState too
Updated•16 years ago
|
Component: General → Editor
Product: Firefox → Core
QA Contact: general → editor
Version: unspecified → Trunk
Comment 3•15 years ago
|
||
I get a similar error with document.queryCommandState('styleWithCSS') in Firefox 3.6.10.
Comment 4•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•