flexie icon indicating copy to clipboard operation
flexie copied to clipboard

flexie demo

Open ZehnVon12 opened this issue 12 years ago • 2 comments

To test the demo I just opened the demo index.html-file locally. This works of course in chrome and firefox, but doesn't work in opera or ie. There is no replacement performed.

Am I doing something wrong?

I testetd:

75a4258 (1.0.3) and 5661b1c.

Thanks Michael

ZehnVon12 avatar Jan 30 '12 20:01 ZehnVon12

+1

Same issue on

Opera/9.80 (Macintosh; Intel Mac OS X 10.7.4; U; fr) Presto/2.10.229 Version/11.64 (Core 2.10.229)

The demo does absolutely nothing, with no error message in the console. I have tested several selectors with no success.

Any idea ?

Thank in advance for your answer.

Best.

jmaupetit avatar Jun 07 '12 09:06 jmaupetit

I've seen this problem also but DID see an error after downloading and running a different demo in Firefox. (See: http://flexiejs.com/test/cases/ie7nomore.com/ )

The error was: NS_ERROR_DOM_BAD_URI: Access to restricted URI denied [Line 1246] on xhr.send();

The restricted URI is probably the local hard drive. The JS function this error occurs in is function loadStyleSheet(url) which is (only) called by parseStyleSheet().

According to the comments for parseStyleSheet() this is loading ALL the CSS into cssText --probably to do all the "magic."

I don't know if there's a workaround for this or not.

orvalle avatar Feb 21 '13 23:02 orvalle