[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [albireo-dev] size and border
|
- From: Bruno Haible <haible@xxxxxxx>
- Date: Wed, 30 Apr 2008 13:55:29 +0200
- Delivered-to: albireo-dev@eclipse.org
- Organization: ILOG
- User-agent: KMail/1.9.1
Hi Gordon,
> It turns out that this also fixes the problem you found here:
>
> http://dev.eclipse.org/mhonarc/lists/albireo-dev/msg00205.html
I'm very surprised it does! Of course I knew that keystroke management
should be completed first before tackling focus management. But since the
handler that we install currently only reacts on Shift-F10-Up, I didn't
imagine this.
> The decision about whether to include a Composite in the tab traversal
> is partially based on whether there are keystroke handlers installed on
> it - at least on Windows.
Oh, what a weird design!!
I confirm that it fixes the focus problem. Lucky!
Bruno