Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flexie demo #35

Open
ZehnVon12 opened this issue Jan 30, 2012 · 2 comments
Open

flexie demo #35

ZehnVon12 opened this issue Jan 30, 2012 · 2 comments

Comments

@ZehnVon12
Copy link

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

@jmaupetit
Copy link

+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.

@orvalle
Copy link

orvalle commented Feb 21, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants