Filed a bug for #2 - http://code.google.com/p/chromium/issues/detail?id=25523

I haven't filed a bug for #3 - As this is a known issue in your radar.

Thanks!

--
Sibil Mohammed

On Oct 22, 1:44 am, Aaron Boodman <[email protected]> wrote:
> On Wed, Oct 21, 2009 at 11:58 AM, Sibil <[email protected]> wrote:
> > 1. Why cant the browser action popup point to a web page (using
> > manifest.json)? In the popup, the only way to submit user data to a
> > web-server is via an XMLHttpRequest from popup/background page. I am
> > able to embed an iframe and submit forms, though form submissions
> > doesn't work from the popup html directly. Should i get the popup's
> > dynamic html using the background page, collect all user input and
> > submit it via XMLHttoRequest. Is this the recommended route?
>
> We prefer that the majority of code running in the extension process
> be code that was installed as part of the signed extension package for
> security reasons. This is why we haven't allowed this feature yet. If
> it comes up repeatedly, we might reconsider.
>
> > 2. In the browser action popup, tab navigation doesn't work,I have two
> > input boxes, pressing tab doesn't move the focus to the next input
> > box. I am assuming that this is a bug.
>
> Sounds like a bug! You might consider filing one, here:http://new.crbug.com
>
> > 3.Will the browser action popup resize as contents change (if followed
> > by window.sizeToContent() call) ? It grew when i added some content
> > but didn't scale back when i removed some elements.
>
> I'm not familiar with any window.sizeToContent() API, but in general,
> the windows do resize to fit their contents. We are looking at some
> bugs around this area, especially with shrinking.
>
> - a
--~--~---------~--~----~------------~-------~--~----~
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