Help get this topic noticed by sharing it on Twitter, Facebook, or email.
I’m sad

Unable to Re-adjust height of the Popup

I am using 'appAPI.browserAction.setPopup' to setup the initial popop in Background.js.

The Popup HTML comprises of 3 sections; I am displaying each section on demand using jQuery show() and hide() methods

Problem is that all sections have different heights because of which I need to adjust the height of the Popup.

In Chrome, the height gets adjusted automatically; however, in FF the height doesn't get adjusted.

To fix it in FF, I have tried the following -

1. Re-adjust height of body tag.
2. Recall appAPI.browserAction.setPopup in Popup HTML

Both calls are not re-adjusting the popup height. Please help.
4 people have
this question
+1
Reply