Addresses #973, citation editor broken in FF3
This commit is contained in:
parent
1cd19923e9
commit
c4bc2c144c
|
@ -181,7 +181,10 @@
|
|||
this._styleWithCSS = true;
|
||||
}
|
||||
|
||||
this._browser.contentDocument.execCommand("styleWithCSS", false, this._styleWithCSS);
|
||||
try {
|
||||
this._browser.contentDocument.execCommand("styleWithCSS", false, this._styleWithCSS);
|
||||
}
|
||||
catch (e) {}
|
||||
}
|
||||
return val;
|
||||
]]></setter>
|
||||
|
|
Loading…
Reference in New Issue
Block a user