LayoutTests:
Reviewed by John. <rdar://problem/5232159> REGRESSION: Cannot select text in RSS view * editing/selection/5232159-expected.checksum: Added. * editing/selection/5232159-expected.png: Added. * editing/selection/5232159-expected.txt: Added. * editing/selection/5232159.html: Added. WebCore: Reviewed by John. <rdar://problem/5232159> REGRESSION: Cannot select text in RSS view The selection is updated both on mouse movement and when the autoscroll timer fires. The autoscroll code wasn't converting mouse coordinates to layer coordinates correctly, and was then using those coordinates to create a bad selection. * rendering/RenderLayer.cpp: (WebCore::RenderLayer::autoscroll): Use convertToLayerCoordinates. git-svn-id: svn://svn.chromium.org/blink/trunk@22075 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment