From 5188b9fc3b8f6aa797c9d97bb0aa30ab67f98265 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 3 Sep 2009 16:05:35 -0400 Subject: start in the proper subframe when finding the next text field fixes http://b/issue?id=2048180 --- WebKit/android/nav/CachedRoot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebKit/android/nav/CachedRoot.cpp') diff --git a/WebKit/android/nav/CachedRoot.cpp b/WebKit/android/nav/CachedRoot.cpp index 76795be..102da39 100644 --- a/WebKit/android/nav/CachedRoot.cpp +++ b/WebKit/android/nav/CachedRoot.cpp @@ -770,7 +770,7 @@ CachedRoot::ImeAction CachedRoot::cursorTextFieldAction() const return FAILURE; } // Now find the next textfield/area starting with the cursor - if (nextTextField(cursor, 0, true)) { + if (cursorFrame->nextTextField(cursor, 0, true)) { // There is a textfield/area after the cursor, so the textfield under // the cursor should have the NEXT action return NEXT; -- cgit v1.1