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

List:       kde-commits
Subject:    kdelibs/khtml
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-04-04 14:01:07
Message-ID: 20050404140107.5BA2363F () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

Oops. Avoid keys like Enter for type ahead find.


  M +1 -1      khtmlview.cpp   1.698


--- kdelibs/khtml/khtmlview.cpp  #1.697:1.698
@@ -1365,5 +1365,5 @@ void KHTMLView::keyPressEvent( QKeyEvent
                         return;
                 }
-                else if(_ke->text().isEmpty() == false)
+                else if(_ke->text().stripWhiteSpace().isEmpty() == false)
                 {
                         d->findString += _ke->text();


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

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