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

List:       kfm-devel
Subject:    Re: [Patch] Fix keyboard navigation (tabbing out of a textarea)
From:       bj () altern ! org
Date:       2004-07-12 22:28:09
Message-ID: 200407130036.00593.bj () altern ! org
[Download RAW message or body]

On Monday 12 July 2004 16.31, Tobias Anton wrote:
> Great! Can we extend this to wheel events, too? (They get swallowed by the
> text area even if it is already at the top/bottom of the editable area.)

Well, wheel events are only swallowed if the textarea is focused. I don't see 
the point of having to use a context menu when you just need to focus in /out 
to have the wheel action react in textarea/global view. Maybe I missed 
something...

> BTW, Shift+Tab should move the focus back to the previous focusable element
> regardless of this setting.
Yes, my patch doesn't affect the Shift+Tab combination that always worked.

> And this code:
>
> +	    QApplication::sendEvent( parent(), ke );
> +	    return true;
>
> would better be written like this:
>
> +         return QWidget::event(ke);

I guess you mean :
+	    return QApplication::sendEvent( parent(), ke );

jean-baptiste
[prev in list] [next in list] [prev in thread] [next in thread] 

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