Bug 725018 - FormAssistant should reposition itself on viewport changes. r=kats,mleibovic

This commit is contained in:
Wes Johnston
2013-01-09 11:37:01 -08:00
parent 47ac60d38f
commit aef38f28af
5 changed files with 48 additions and 22 deletions

View File

@@ -133,7 +133,6 @@ public class Tabs implements GeckoEventListener {
mSelectedTab = tab;
mActivity.runOnUiThread(new Runnable() {
public void run() {
mActivity.hideFormAssistPopup();
if (isSelectedTab(tab)) {
notifyListeners(tab, TabEvents.SELECTED);