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

AMD+Opera #9

Closed
mik356ua opened this issue Feb 15, 2012 · 4 comments
Closed

AMD+Opera #9

mik356ua opened this issue Feb 15, 2012 · 4 comments

Comments

@mik356ua
Copy link

Hi, Addy!

I tried to check if it works in Opera 11.60.. and it seems that it doesn't:-( Do you know why?

@dustinboston
Copy link
Contributor

@mik356ua Which one did you try? I've only tested aura-core and aura-example in Firefox Linux.

@mik356ua
Copy link
Author

I tried new-version package. And it works in Firefox and Chrome, but not in Opera Linux

@mik356ua
Copy link
Author

I've just tried aura-core and example as well and both with the same bad result in Opera

@mik356ua
Copy link
Author

It seems that I got the point!! To make it work in Opera we should call require.js after all DOM elements which is bound to click/keypress events are loaded. So after I placed require script below div#app in index.html everything works fine

<div id="app">
<a id="test-element" href="#">Run</a>

`````` <script data-main="js/main" src="js/libs/require/require.js"></script>```

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

2 participants