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

Live-Style in Opera browser #27

Open
h-collector opened this issue Jun 14, 2016 · 0 comments
Open

Live-Style in Opera browser #27

h-collector opened this issue Jun 14, 2016 · 0 comments

Comments

@h-collector
Copy link

h-collector commented Jun 14, 2016

As current opera is based on chromium, there is also possibility to install chromium based extensions.
But theres is one issue (maybe only in latest builds?)
screenshot-area-2016-06-14-193251

As I tracked error (can be seen via inspecting) the problematic line is

chrome.tabs.query({currentWindow: true, highlighted: true, windowType: 'normal'}, function(tabs) {

It doesn't return any active tab on Opera, that is any highlighted tabs.
If highlighted is changed to active:true, then it seems to work just fine - tested with Atom editor.

screenshot-area-2016-06-14-191825

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

1 participant