<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: about extensions sidebar_actions' focus behavior in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/about-extensions-sidebar-actions-focus-behavior/m-p/108802#M41894</link>
    <description>&lt;P&gt;or is there any to simplify the workflow?&lt;/P&gt;&lt;P&gt;1. focused on a tab (or a tab is active) in certain group initially&lt;/P&gt;&lt;P&gt;2. create a new group with a new tab, and config-menu of the new group is opening. the new tab is focused(or active)&lt;/P&gt;&lt;P&gt;currently the above steps is kind of inhuman. i should&lt;/P&gt;&lt;P&gt;1. create a tab out of the active tab's group(without certain extension, i must create a new tab in the group and drag it on the root container)&lt;/P&gt;&lt;P&gt;2. right click the new tab, and assign it to a new group&lt;/P&gt;&lt;P&gt;3. new group config-menu is showing&lt;/P&gt;</description>
    <pubDate>Tue, 28 Oct 2025 14:22:05 GMT</pubDate>
    <dc:creator>mmm951</dc:creator>
    <dc:date>2025-10-28T14:22:05Z</dc:date>
    <item>
      <title>about extensions sidebar_actions' focus behavior</title>
      <link>https://connect.mozilla.org/t5/discussions/about-extensions-sidebar-actions-focus-behavior/m-p/108800#M41892</link>
      <description>&lt;P&gt;i want to develop a simple extension improve experience using vertical tab as well as tabGroups&lt;/P&gt;&lt;P&gt;the builtin-sidebar like sidebar-history will be focused instantly after click the entry button, and the contentBox(input?) will be focused&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="focus.gif" style="width: 400px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/12768iCDD76C25B33F83E6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="focus.gif" alt="focus.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;however, the extension's sidebar doesn't like the builtin one. I have to click the sidebar area, then it's focused&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mmm951_0-1761660686943.gif" style="width: 400px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/12769i41401FF54300CA3B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="mmm951_0-1761660686943.gif" alt="mmm951_0-1761660686943.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;simple js:&lt;/P&gt;&lt;PRE&gt;const groupnameInput = document.getElementById("groupname-input") as HTMLInputElement;
const colorOptions = document.querySelectorAll(".color-option");
const optionsArray = Array.from(colorOptions);

window.addEventListener("focus", () =&amp;gt; {
  groupnameInput.focus()  
})&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Oct 2025 14:13:35 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/about-extensions-sidebar-actions-focus-behavior/m-p/108800#M41892</guid>
      <dc:creator>mmm951</dc:creator>
      <dc:date>2025-10-28T14:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: about extensions sidebar_actions' focus behavior</title>
      <link>https://connect.mozilla.org/t5/discussions/about-extensions-sidebar-actions-focus-behavior/m-p/108802#M41894</link>
      <description>&lt;P&gt;or is there any to simplify the workflow?&lt;/P&gt;&lt;P&gt;1. focused on a tab (or a tab is active) in certain group initially&lt;/P&gt;&lt;P&gt;2. create a new group with a new tab, and config-menu of the new group is opening. the new tab is focused(or active)&lt;/P&gt;&lt;P&gt;currently the above steps is kind of inhuman. i should&lt;/P&gt;&lt;P&gt;1. create a tab out of the active tab's group(without certain extension, i must create a new tab in the group and drag it on the root container)&lt;/P&gt;&lt;P&gt;2. right click the new tab, and assign it to a new group&lt;/P&gt;&lt;P&gt;3. new group config-menu is showing&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 14:22:05 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/about-extensions-sidebar-actions-focus-behavior/m-p/108802#M41894</guid>
      <dc:creator>mmm951</dc:creator>
      <dc:date>2025-10-28T14:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: about extensions sidebar_actions' focus behavior</title>
      <link>https://connect.mozilla.org/t5/discussions/about-extensions-sidebar-actions-focus-behavior/m-p/108813#M41898</link>
      <description>&lt;P&gt;and does sidebar's icon support dark/light like "browser_action.theme_icons"?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mmm951_0-1761668269829.png" style="width: 400px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/12770i3CC4D62E3765FAB0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="mmm951_0-1761668269829.png" alt="mmm951_0-1761668269829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 16:18:00 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/about-extensions-sidebar-actions-focus-behavior/m-p/108813#M41898</guid>
      <dc:creator>mmm951</dc:creator>
      <dc:date>2025-10-28T16:18:00Z</dc:date>
    </item>
  </channel>
</rss>

