Skip to content
  • darin's avatar
    - fixed 3021713 -- text selection background obliterates descenders · 7ea147dc
    darin authored
    	(in www.theregister.co.uk articles)
    	- fixed 3038207 -- Selected link text doesn't draw its link underline
    
            * khtml/rendering/render_text.cpp:
            (TextSlave::printSelection): Don't draw text at all, just draw a selection background.
            (RenderText::printObject): Draw in two passes. Draw the selection background in the
    	first pass, and the text in the second pass. That way pieces of the background won't
    	cover any other text or adornments, like underlines.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2334 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7ea147dc