[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.4/kdelibs/khtml/rendering
From:       Maks Orlovich <maksim () kde ! org>
Date:       2010-01-15 19:08:49
Message-ID: 1263582529.534613.28094.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1075284 by orlovich:

automatically merged revision 1075282:
Fix hardwrapped textareas losing lines in some cases
BUG:220005

 M  +1 -1      render_form.cpp  


--- branches/KDE/4.4/kdelibs/khtml/rendering/render_form.cpp #1075283:1075284
@@ -2224,7 +2224,7 @@
         while (!tc.atEnd()) {
            tc.movePosition(QTextCursor::EndOfLine, QTextCursor::KeepAnchor);
            txt += tc.selectedText();
-           if (tc.movePosition(QTextCursor::Down)) {
+           if (tc.movePosition(QTextCursor::Right)) {
                txt += QLatin1String("\n");
                tc.movePosition(QTextCursor::StartOfLine);
            } else {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic