You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Including
<link rel="import" href="assets/brick-dialog/brick-dialog.html">
on the page will prevent me from calling: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
The text was updated successfully, but these errors were encountered: