[Webkit-unassigned] [Bug 50352] [Chromium] New test fast/dom/vertical-scrollbar-in-rtl fater 73063

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 15:13:00 PST 2010


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #1 from Ojan Vafai <ojan at chromium.org>  2010-12-01 15:13:00 PST ---
I'm not sure I understand what this test is doing. 

Here's the diff for chromium-linux:
@@ -4,6 +4,6 @@
 zoom in and out preserve scroll position: Success
 resize preserves scroll position: Success
 wheel scroll preserves vertical scroll position: Success
-KeyDown HOME move y-scroll position to bottom for RTL page: 0
+KeyDown HOME move y-scroll position to bottom for RTL page: -3425
 KeyDown END move y-scroll position to bottom for RTL page: 0
 selectAll selects all document: Success

I see the following comment in the test above the failing line:
          // Not using assert equal here since the behavior is different in each port. 
          // For example, in Mac, HOME/END key reset both x and y scroll position. 
          // In Chromium, HOME/END key only reset y scroll position, and x scroll position is preserved.

1. This describes the correct Chromium linux/win behavior, it's a bug that Chromium-mac does not do the Mac behavior with home/end.
2. Not sure what causes us to get the wrong value on linux. Maybe something RTL related?

-- 
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