WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
REOPENED
197248
[GTK] fast/events/autoscroll-when-input-is-offscreen.html is failing
https://bugs.webkit.org/show_bug.cgi?id=197248
Summary
[GTK] fast/events/autoscroll-when-input-is-offscreen.html is failing
Alicia Boya García
Reported
2019-04-24 14:54:15 PDT
The following tests are failing on GTK since
r244137
:
r244148
, probably since they were introduced in
r244141
. fast/events/autoscroll-when-input-is-offscreen.html fast/events/autoscroll-with-software-keyboard.html --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/autoscroll-when-input-is-offscreen-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/autoscroll-when-input-is-offscreen-actual.txt @@ -1,3 +1,3 @@ This test focuses a form, them scrolls to the bottom of the page. Then text is entered in the form, and we check to make sure the page has scrolled so that the input is visible again. -PASS: page has scrolled back to the top to show the element that has text being entered into it. +FAIL: page has failed to scroll when entering text into a form that is offscreen. --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/autoscroll-with-software-keyboard-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/autoscroll-with-software-keyboard-actual.txt @@ -1,4 +1,4 @@ This test presses return until the cursor would be behind the keyboard, forcing the content to be scrolled to stay in view with a software keyboard on screen. -PASS: page has scrolled when caret is behind software keyboard. -PASS: page has continuted to scroll when caret is beyond the edge of the screen. +FAIL: page has failed to scroll when caret is behind software keyboard. +FAIL: page has failed to scroll when caret is beyond the edge of the screen.
Attachments
Add attachment
proposed patch, testcase, etc.
Miguel Gomez
Comment 1
2019-08-08 06:31:19 PDT
fast/events/autoscroll-when-input-is-offscreen.html [ Crash ] fast/events/autoscroll-with-software-keyboard.html [ Crash ] These tests are now crashing as reported in
bug 200534
. Adding the crash expectation so we can keep this previous expectation once the crash is fixed.
Diego Pino
Comment 2
2023-07-06 03:22:50 PDT
Fixed by
265793@main
Diego Pino
Comment 3
2023-07-06 06:50:01 PDT
Sorry, this test was not fixed by
265793@main
. I will re-open it again. The following tests are still crashing: fast/events/autoscroll-when-input-is-offscreen.html fast/events/autoscroll-with-software-keyboard.html fast/events/before-input-prevent-insert-replacement.html fast/events/input-event-insert-replacement.html The tests crash due to unimplemented features in WPE's UIScriptController. I prefer to marke the tests as Skip instead of Crash, because we know the reason why they're crashing.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug