Skip to content
  • darin's avatar
    Reviewed by John. · 46c72fa8
    darin authored
    	- fixed 3129387 -- Stopped responding to controls while filling out form (exception in KWQTextArea)
    
            * kwq/KWQTextArea.mm:
            (-[KWQTextArea getCursorPositionAsIndex:inParagraph:]): Fix code that was returning the wrong
    	paragraph number along with the index within the paragraph. Also made it return a paragraph one
    	past the end with an index of 0 for cases where you are at the end of the text.
            (-[KWQTextArea setCursorPositionToIndex:inParagraph:]): Range check the passed-in index. This
    	would also have prevented the exception.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3159 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    46c72fa8