I'm guessing you're running into http://crbug.com/39209. You can work
around the issue by adding
onload = setTimeout(initialize, 0);
to your popup, where "initialize" is the code to render the popup.
But in most cases it takes much longer time to show/load my popup when
I click on popup icon (browser action) - in comparison with the case
when I select "Inspect popup" in context menu for popup. In the last
case popup is opened/loaded instantly. Why does it happen?
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.