<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Sidebar stealing focus]]></title><description><![CDATA[<p dir="auto">If tab is created with eg:<br />
<code>chrome.tabs.create({'url': 'https://www.google.com', 'active': true});</code></p>
<p dir="auto">from any extension that uses browserAction, search form will be focused (after popup is gone and focus is on that tab)<br />
but if tab is created/updated from sidebar extension with this method, form never gets focused except if user literally clicks on form</p>
<p dir="auto">can this be fixed? ...I hope it's not intended behavior<br />
opening Google, DuckDuckGo... etc. from sidebar, breaks functionality in some way</p>
]]></description><link>https://forums.opera.com/topic/13724/sidebar-stealing-focus</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 15:06:23 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/13724.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 04 Feb 2016 12:55:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sidebar stealing focus on Sun, 28 Feb 2016 15:00:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/11576">@shwetankdixit</a><br />
btw. I prevented default, and made my own custom kb shortcuts<br />
works fine without conflicting tab actions</p>
]]></description><link>https://forums.opera.com/post/94688</link><guid isPermaLink="true">https://forums.opera.com/post/94688</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 28 Feb 2016 15:00:44 GMT</pubDate></item><item><title><![CDATA[Reply to Sidebar stealing focus on Fri, 26 Feb 2016 17:54:54 GMT]]></title><description><![CDATA[<p dir="auto">here it is<br />
DNA-50059</p>
]]></description><link>https://forums.opera.com/post/94517</link><guid isPermaLink="true">https://forums.opera.com/post/94517</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 26 Feb 2016 17:54:54 GMT</pubDate></item><item><title><![CDATA[Reply to Sidebar stealing focus on Fri, 26 Feb 2016 17:02:24 GMT]]></title><description><![CDATA[<p dir="auto">Thanks ... would it be possible for you to file a bug? If so, then let me know the bug number <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.opera.com/post/94510</link><guid isPermaLink="true">https://forums.opera.com/post/94510</guid><dc:creator><![CDATA[shwetankdixit]]></dc:creator><pubDate>Fri, 26 Feb 2016 17:02:24 GMT</pubDate></item><item><title><![CDATA[Reply to Sidebar stealing focus on Thu, 25 Feb 2016 20:10:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/11576">@shwetankdixit</a><br />
I have another issue about sidebar focus (actually, just the opposite)<br />
I'm trying to implement <strong>ctrl+left/right arrow</strong> keyboard shortcuts in one of my extension</p>
<p dir="auto">but that kb. shortcut is also for navigating tab history<br />
strange thing is, my focus is completely on sidebar, not on tab<br />
and still, when performing that shortcut, it does the job in my extension (in SB)<br />
and also it navigates trough tab history as parallel job.</p>
<p dir="auto">So I'm thinking to implement <strong>shift</strong> instead of <strong>ctrl</strong><br />
but still, I have a feeling that I will eventually stumble upon this problem again<br />
is that how it should be? ... (keyboard actions shared between tab and sidebar)<br />
....or is it a bug?</p>
<p dir="auto">UPDATE:<br />
I definitely think it's a bug<br />
it doesn't happen if I only open sidebar extension<br />
but if I open extension, switch focus on tab and then back to sidebar<br />
...then shortcut is fired on  previously focused tab too</p>
]]></description><link>https://forums.opera.com/post/94443</link><guid isPermaLink="true">https://forums.opera.com/post/94443</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 25 Feb 2016 20:10:47 GMT</pubDate></item><item><title><![CDATA[Reply to Sidebar stealing focus on Fri, 12 Feb 2016 21:56:38 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">The sidebar extension is supposed to be more persistent. Even if clicking soemwhere on the sidebar produces a new tab, it is quite reasonable to expect that the user still wants to focus on the sidebar.</p>
</blockquote>
<p dir="auto">Sorry, I don't grok thees statements in a common, that is I don't see those reasons for "supposed to be more persistent" and "the user still wants to focus on the sidebar" to be the only use cases. Yes, there are use cases supporting these statements, and there are use cases with opposite sense - bookmarks panel is one of them.</p>
<p dir="auto">I would more understand "it is up to sidebar to decide which focus policy is handy for user".</p>
]]></description><link>https://forums.opera.com/post/93622</link><guid isPermaLink="true">https://forums.opera.com/post/93622</guid><dc:creator><![CDATA[student975]]></dc:creator><pubDate>Fri, 12 Feb 2016 21:56:38 GMT</pubDate></item><item><title><![CDATA[Reply to Sidebar stealing focus on Sat, 06 Feb 2016 22:06:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/11576">@shwetankdixit</a><br />
well, one of the users of my <a href="https://addons.opera.com/en/extensions/details/v7-bookmarks/?display=en&amp;reports#feedback-container" target="_blank" rel="noopener noreferrer nofollow ugc">V7 Bookamrks</a> extension pointed out the problem (in thread about "zoom scope"), but it applies to pretty much any extensions that opens url's or switch tabs (bookmarks, notes, tabs extensions etc)</p>
<p dir="auto">He (student975) stated that when opening search engines like DuckDuckGo, he expect search field to be focused and ready for keyboard input... which is proper behavior for that type of sites</p>
]]></description><link>https://forums.opera.com/post/93095</link><guid isPermaLink="true">https://forums.opera.com/post/93095</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 06 Feb 2016 22:06:52 GMT</pubDate></item><item><title><![CDATA[Reply to Sidebar stealing focus on Sat, 06 Feb 2016 20:06:32 GMT]]></title><description><![CDATA[<p dir="auto">The sidebar extension is supposed to be more persistent. Even if clicking soemwhere on the sidebar produces a new tab, it is quite reasonable to expect that the user still wants to focus on the sidebar. I'm open to changing my opinion though, so please do let me know of any example extensions or use cases where it might be very cumbersome.</p>
]]></description><link>https://forums.opera.com/post/93083</link><guid isPermaLink="true">https://forums.opera.com/post/93083</guid><dc:creator><![CDATA[shwetankdixit]]></dc:creator><pubDate>Sat, 06 Feb 2016 20:06:32 GMT</pubDate></item></channel></rss>