The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=112423
------------------------------------------------------------------------
r112423 | dmaz...@chromium.org | Wed Nov 30 23:44:21 PST 2011
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/content/renderer/renderer_accessibility.cc?r1=112423&r2=112422&pathrev=112423
M
http://src.chromium.org/viewvc/chrome/trunk/src/content/renderer/renderer_accessibility.h?r1=112423&r2=112422&pathrev=112423
Make sure the document's scroll position is always up-to-date before
sending an accessibility notification. This can be removed once
https://bugs.webkit.org/show_bug.cgi?id=73460 is fixed, but it's useful to
have this change in the meantime because it enables progress on other bugs
to proceed in the meantime.
BUG=72318,104468
TEST=Compare the rects of web objects using accessibility inspectors before
and after scrolling.
Review URL: http://codereview.chromium.org/8748019
------------------------------------------------------------------------