I'm not sure of this, but I believe the popup is always sized to the HTML body of the page. Could it be that jQuery simply hides the large tab (e.g. with visibility: none or opacity: 0) without actually removing it from the flow of the page (e.g. with display: none)?
Regards, Max On Dec 20, 2:36 am, "[email protected]" <[email protected]> wrote: > Hey, is there a way to resize the browseraction popup? > > I have jquery tabs within my browseraction popup and one is taller > than the other. When I toggle between the tabs from the larger to > smaller one - the browseraction popup is twice the size of the > content. > > Is there any way around this? -- 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.
