To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67293
User os changed the following:
What |Old value |New value
================================================================================
Assigned to|os |pl
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Aug 16 02:52:00 -0700
2006 -------
For each field a new dialog is created. For the first one the method
void Dialog::StateChanged( StateChangedType nType )
decides to call
if ( !HasChildPathFocus() || HasFocus() )
GrabFocusToFirstControl();
For all subsequent dialogs the method is not called.
This results in calling TextWindow::KeyInput for the first dialog and
(MultiLineEdit::)Edit::KeyInput for the rest.
It worked correctly in OOo 2.0
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]