Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328290 - Need some way to intercept 'fixfocus'
Summary: Need some way to intercept 'fixfocus'
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: E4 (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Silenio Quarti CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 16:15 EDT by Eric Moffatt CLA
Modified: 2012-12-13 14:59 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Moffatt CLA 2010-10-20 16:15:30 EDT
See bug 325834 for details. At the moment there is now way for a Composite to participate in the 'fixFocus' even though it can override 'setFocus' on non windows systems...
Comment 1 Felipe Heidrich CLA 2010-10-21 11:06:19 EDT
Fixed > 20101021.

Control.fixFocus() should be calling setFocus() instead of the internal method setFixedFocus(). setFixedFocus() was need to fix bug#93870. We revert that change and fixed it in a different way.
Comment 2 Eric Moffatt CLA 2010-10-26 14:23:26 EDT
Thanks folks, works like a charm...;-).