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

List:       kde-devel
Subject:    Re: extremely annoying usability bug in konqueror
From:       David Faure <david () mandrakesoft ! com>
Date:       2002-03-06 21:03:39
[Download RAW message or body]

On Wednesday 06 March 2002 21:28, Wolfgang Rohdewald wrote:
> On 06.03.2002 21:13, Guillaume Laurent wrote:
> > On Wednesday 06 March 2002 20:55, Matthias Welwarsky wrote:
> > > Klick into some textfield and start typeing your input. After one or two
> > > characters, the cursor position get's reset to the 1st position in the
> > > textfield and your input is hosed.
> >
> > I get this too. Also, when I press space, the page scrolls down to the
> > bottom. Do you see this as well ?
> 
> I too have both those problems since last night. I updated everything from
> CVS except qt-copy.

Very interesting discussion but doesn't seem to get closer to a bugfix ultimately ;)

Just committed this, it helps for space, j, k etc.
Currently looking at "End" key problem.

--- khtmlview.cpp       2002/03/02 01:36:30     1.458
+++ khtmlview.cpp       2002/03/06 20:59:02
@@ -626,7 +626,10 @@ void KHTMLView::keyPressEvent( QKeyEvent

     if (m_part->xmlDocImpl() && m_part->xmlDocImpl()->focusNode()) {
         if (m_part->xmlDocImpl()->focusNode()->dispatchKeyEvent(_ke))
+       {
             _ke->accept();
+           return;
+       }
     }

-- 
David FAURE, david@mandrakesoft.com, faure@kde.org
http://people.mandrakesoft.com/~david/, http://www.konqueror.org/
KDE, Making The Future of Computing Available Today

 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

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