From kfm-devel Thu Oct 30 22:45:57 2003 From: Leon Bottou Date: Thu, 30 Oct 2003 22:45:57 +0000 To: kfm-devel Subject: Re: [Kwin] Re: Embedding multible java applets and focus problems X-MARC-Message: https://marc.info/?l=kfm-devel&m=106755617616780 Incidentally I have another patch for qxembed. But I do not want to apply it while you are making the XAddToSaveSet changes. See . The proposed patch is attached to the bug report. It reimplements the focus navigation with tab/backtab using a code that pays more respect to Qt. The new code makes extensive use of QWidget::focusNextPrevChild() to search suitable focus windows. Once this is done, it detects whether we have been looping around and sends the XEMBED messages as mandated by the spec. Please review. - L.