Merge "Fix bug 5341804 - Unable to type into the find on page CAB"
This commit is contained in:
@ -2135,6 +2135,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
|
|||||||
com.android.internal.R.attr.actionModePopupWindowStyle);
|
com.android.internal.R.attr.actionModePopupWindowStyle);
|
||||||
mActionModePopup.setLayoutInScreenEnabled(true);
|
mActionModePopup.setLayoutInScreenEnabled(true);
|
||||||
mActionModePopup.setLayoutInsetDecor(true);
|
mActionModePopup.setLayoutInsetDecor(true);
|
||||||
|
mActionModePopup.setFocusable(true);
|
||||||
mActionModePopup.setWindowLayoutType(
|
mActionModePopup.setWindowLayoutType(
|
||||||
WindowManager.LayoutParams.TYPE_APPLICATION);
|
WindowManager.LayoutParams.TYPE_APPLICATION);
|
||||||
mActionModePopup.setContentView(mActionModeView);
|
mActionModePopup.setContentView(mActionModeView);
|
||||||
|
Reference in New Issue
Block a user