Merge commit '853a42409b34b3aff118c7a09e390477247d002b' into kraken * commit '853a42409b34b3aff118c7a09e390477247d002b': Do not check mWebTextView's focus state to determine editing mode.
This commit is contained in:
@@ -1722,8 +1722,7 @@ public class WebView extends AbsoluteLayout
|
|||||||
* Return true if the browser is displaying a TextView for text input.
|
* Return true if the browser is displaying a TextView for text input.
|
||||||
*/
|
*/
|
||||||
private boolean inEditingMode() {
|
private boolean inEditingMode() {
|
||||||
return mWebTextView != null && mWebTextView.getParent() != null
|
return mWebTextView != null && mWebTextView.getParent() != null;
|
||||||
&& mWebTextView.hasFocus();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user