Open
Bug 532027
Opened 16 years ago
Updated 3 years ago
about:config's nsITreeView object hasn't getCellValue method
Categories
(Toolkit :: Preferences, defect)
Tracking
()
NEW
People
(Reporter: surkov, Unassigned)
Details
It results in lot of exceptions in JS console like
Error: [Exception... "'JavaScript component does not have a method named: "getCellValue"' when calling method: [nsITreeView::getCellValue]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "<unknown>" data: no]
view object (http://mxr.mozilla.org/mozilla-central/source/toolkit/components/viewconfig/content/config.js) should define nsITreeView::getCellValue() method.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•