When the CssFiles property is set to external stylesheets some of the tools become none responsive when used through FireFox browsers. By external I mean that these stylesheets are defined by absolute uris with a different domain. I am specifically noticing that the Hyperlink Manager dialog button is non responsive and the ApplyClass dropdown list are non-responsive.
I have used FireBug from FireFox 2 to find that an error is occuring when these tools are clicked:
Error Message: access to restricted uri denied" code: "1012
Location: ScriptResource.axd.... (line:8397)
Function: _getStyleSheetRules(...)
When I set the CssFiles property to a local domain stylesheet or do not set the property at all those features work fine in FF.
The error seems to be a security error specific to FireFox browsers. We have a need to reference cross domain stylesheets in the CssFiles property. I am hoping that there is some possible workaround for this.
I have used FireBug from FireFox 2 to find that an error is occuring when these tools are clicked:
Error Message: access to restricted uri denied" code: "1012
Location: ScriptResource.axd.... (line:8397)
Function: _getStyleSheetRules(...)
When I set the CssFiles property to a local domain stylesheet or do not set the property at all those features work fine in FF.
The error seems to be a security error specific to FireFox browsers. We have a need to reference cross domain stylesheets in the CssFiles property. I am hoping that there is some possible workaround for this.