Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b3d842a authored by John Reck's avatar John Reck
Browse files

Fix drawing focus node rect in touch mode

Change-Id: I5981d038e48a7218cb5f6dcd09ef909746de158d
parent 1eb4c26a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9119,7 +9119,7 @@ public class WebView extends AbsoluteLayout
        if (mTouchHighlightRegion.isEmpty()) {
            return false;
        }
        if (mFocusedNode.mHasFocus) {
        if (mFocusedNode.mHasFocus && !isInTouchMode()) {
            return !mFocusedNode.mEditable;
        }
        if (mInitialHitTestResult.mType == HitTestResult.UNKNOWN_TYPE) {