Thanks for the quick work Pam.

I'm not noticing the workarounds aren't working anymore.   Do you have
another workaround or technique to make the icon always show?  I'm
hoping to give a demo of the extensions tomorrow, it would be nice to
at least know a way to get it to show for the demo.

- Dylan

On Sep 10, 3:09 pm, Pam Greene <[email protected]> wrote:
> I have a fix ready. It'll be checked in as soon as I've made sure that the
> issue doesn't affect any other situations (e.g. when an extension crashes).
> Probably this afternoon. Of course, it'll be a bit before it makes it into
> the dev channel.
> - Pam
>
>
>
> On Thu, Sep 10, 2009 at 11:48 AM, Dylan Greene <[email protected]> wrote:
>
> > Thanks for filing a ticket, I'm having this issue as well.
>
> > I've also noticed that sometimes the icon stays around after reloading
> > the extension.  If i click those "ghost" icons Chrome crashes.
>
> > So far my workaround is to work on my extension after installed.  As a
> > bonus i don't need to re-add the extension it every time I restart
> > Chrome.
>
> > - Dylan
>
> > On Sep 8, 6:48 pm, Pam Greene <[email protected]> wrote:
> > > Filed ashttp://code.google.com/p/chromium/issues/detail?id=21324
> > > - Pam
>
> > > On Thu, Sep 3, 2009 at 10:20 AM, Pam Greene <[email protected]> wrote:
> > > > I've seen the same problem even with the callback in a background
> > > > page, particularly after reload. I was going to file a bug on it but
> > > > it slipped past. Please feel free to (and cc me), or I will.
>
> > > > - Pam
>
> > > > On Thu, Sep 3, 2009 at 9:59 AM, Scott Ferguson<[email protected]>
> > > > wrote:
>
> > > > > I seem to have fixed this myself by sticking the callback logic into
> > a
> > > > > background page.  Why is this the case?  It works totally as expected
> > > > > now.
>
> > > > > On Sep 3, 9:23 am, Scott Ferguson <[email protected]> wrote:
> > > > >> I have this block of code sitting in my toolstrip's Javascript:
>
> > > > >> chrome.self.onConnect.addListener(function(port) {
> > > > >>     port.onMessage.addListener(function(data) {
> > > > >>         url = port.tab.url;
> > > > >>         title = data.title;
>
> > > > >>         // Register the tab with the tagging page action
> > > > >>         chrome.pageActions.enableForTab("tag_page",
> > > > >>                                         {
> > > > >>                                             tabId: port.tab.id,
> > > > >>                                             url: port.tab.url,
> > > > >>                                             title: "Click to tag
> > this
> > > > >> page",
> > > > >>                                             iconId: 0
> > > > >>                                         });
> > > > >>     });
>
> > > > >> });
>
> > > > >> And for whatever reason, I can't consistently get the page actions
> > to
> > > > >> show up.  It feels like when I reload the extension there's at least
> > a
> > > > >> long delay between the reload and the icons actually showing up, and
> > > > >> if I don't have the RSS extension installed I can't get them to
> > > > >> display at all.  Am I missing something here or is it just Chromium
> > > > >> beta weirdness?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to