I second adding onClick to the tab API. I think onClick provides a different function. Specifically, it would be helpful to be able to detect when the active/selected tab is clicked. onSelectionChanged will not fire in that situation.
I am interested in developing an extension that would let you click the selected tab to take you to the previously selected tab. As far as I can tell, having an onClick event is the only way to do this. On Jan 8, 1:39 pm, Antony Sargent <[email protected]> wrote: > Have you noticed the chrome.tabs.onSelectionChanged event? > > http://code.google.com/chrome/extensions/tabs.html#event-onSelectionC... > <http://code.google.com/chrome/extensions/tabs.html#event-onSelectionC...> > > On Thu, Jan 7, 2010 at 6:47 AM, Wei Chen (06) <[email protected]>wrote: > > > > > Why not add the onClick event to the tab module? > > > -- > > You received this message because you are subscribed to the Google Groups > > "Chromium-extensions" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<chromium-extensions%2Bunsu > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/chromium-extensions?hl=en.
-- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
