Skip to content
  • justing's avatar
    LayoutTests: · 71306a68
    justing authored
            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: http://svn.webkit.org/repository/webkit/trunk@22075 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    71306a68