Community
Participate
Working Groups
I20070205-0009 - Open any text editor - choose Navigate > Go to Line... - enter 1, press Return => caret is lost between the editor and the toolbar; keyboard focus is gone The fix for bug 158746 could have caused this.
Besides other code we call StyledTextsetSelectionRange(...) inside setRedraw(false/true); This is a must fix for Platform Text for M5. Using SWT from last weeks I-build fixes the problem.
This bug was caused by the fix for bug 166483. Steve, remove the line "if (!visible) fixActiveShell ();" from Shell#setVisible(boolean) and this case will then work.
Fixed > 20070205 The bug was indeed caused by the fix for bug 166483.
>Fixed > 20070205 Nope. Still there using I20070206-0010.
SWT did not update their map file and hence the latest test candidate does not cover any code newer than Feb 2.
Ok, hang tight. It'll be in soon.
*** Bug 173065 has been marked as a duplicate of this bug. ***
Verified in I20070207-0800.
.