[Webkit-unassigned] [Bug 66431] [Qt] editing/selection/collapse-selection-in-bidi.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 07:08:54 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=66431


Ádám Kallai <kadam at inf.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kadam at inf.u-szeged.hu




--- Comment #5 from Ádám Kallai <kadam at inf.u-szeged.hu>  2012-10-03 07:09:18 PST ---
Is Anybody working this bug? I tested it. It seems this test still fails on Qt. Do you have any idea?

Diff is here:

--- /home/kadam/webkit/WebKit/WebKitBuild/Release/layout-test-results/editing/selection/collapse-selection-in-bidi-expected.txt
+++ /home/kadam/webkit/WebKit/WebKitBuild/Release/layout-test-results/editing/selection/collapse-selection-in-bidi-actual.txt
@@ -1,9 +1,9 @@
 This tests collapsing directionless selection on text in a block with the opposite text direction. To manually test, on Mac, select text below by mouse and use arrow keys (without pressing shift) to collapse the selection. The selection should collapse to the left if you pressed the left arrow key and to the right if you pressed the right arrow key.

-PASS Selection is [anchorNode: [object Text](אבגדה) anchorOffset: 3 focusNode: [object Text](אבגדה) focusOffset: 3 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](אבגדה) anchorOffset: 1 focusNode: [object Text](אבגדה) focusOffset: 1 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](hello) anchorOffset: 1 focusNode: [object Text](hello) focusOffset: 1 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](hello) anchorOffset: 4 focusNode: [object Text](hello) focusOffset: 4 isCollapsed: true]
+FAIL Selection is [anchorNode: [object Text](אבגדה) anchorOffset: 1 focusNode: [object Text](אבגדה) focusOffset: 1 isCollapsed: true] should be at anchorNode: [object Text] anchorOffset: 5 focusNode: [object Text] focusOffset: 5
+FAIL Selection is [anchorNode: [object Text](hello) anchorOffset: 5 focusNode: [object Text](hello) focusOffset: 5 isCollapsed: true] should be at anchorNode: [object Text] anchorOffset: 0 focusNode: [object Text] focusOffset: 0
+FAIL Selection is [anchorNode: [object Text](hello) anchorOffset: 1 focusNode: [object Text](hello) focusOffset: 1 isCollapsed: true] should be at anchorNode: [object Text] anchorOffset: 2 focusNode: [object Text] focusOffset: 2
+PASS Selection is [anchorNode: [object Text](hello) anchorOffset: 5 focusNode: [object Text](hello) focusOffset: 5 isCollapsed: true]
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list