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?
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. 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. -- Sibil Mohammed --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
