Marcos is right. It works fine in windows(win7 + chrome 4.0.249.11 (Official Build 32790)) but not in Ubuntu (Ubuntu 9.1 + chrome 4.0.249.21 (Official Build 33275)). The html5 doctype is necessary.
On Dec 1, 3:46 am, Erik Kay <[email protected]> wrote: > It should work fine on the latest dev channel release. Could you verify > what version of chrome you're running? (about:version). > > Erik > > > > On Mon, Nov 30, 2009 at 1:00 AM, Arrix <[email protected]> wrote: > > In my testing, even with <!DOCTYPE html> , the height of the popup > > bubble doesn't shrink with the height of body. I'm using the latest > > dev channel release in Ubuntu 9.10. Should I file this as a bug? > > > On Nov 29, 6:58 am, Aaron Boodman <[email protected]> wrote: > > > Make sure you have the HTML5 doctype at the top of the your popup's > > > HTML page, like this: > > > > <!DOCTYPE html> > > > > It should shrink if you add this line. > > > > - 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.
