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

HTML import seems to mess with focus events #6

Open
qq99 opened this issue Aug 24, 2014 · 2 comments
Open

HTML import seems to mess with focus events #6

qq99 opened this issue Aug 24, 2014 · 2 comments

Comments

@qq99
Copy link

qq99 commented Aug 24, 2014

Including <link rel="import" href="assets/brick-dialog/brick-dialog.html"> on the page will prevent me from calling:

$ ->
  $(".some-el").first().trigger("focus")

I probably shouldn't even have the code, but I thought I'd file an issue as it seems to have prevented me from triggering any focus handlers. I'm not sure if it's specific to this component, brick, or platform.js, but this was when I noticed this bug.

Removing the HTML import will return the code above to proper functioning

@AVGP
Copy link

AVGP commented Dec 13, 2014

Does that happen when you use the brick-dialog.local.html, too?

@qq99
Copy link
Author

qq99 commented Dec 14, 2014

No clue, I think we can close this as I won't have time to try and reproduce

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