To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112582 Issue #|112582 Summary|FocusSet and FocusLost events of Combobox are not noti |fied on complextoolbar Component|framework Version|OOo 3.2.1 Platform|PC URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|tm Reported by|hanya
------- Additional comments from [email protected] Mon Jun 21 15:42:26 +0000 2010 ------- FocusSet and FocusLost events are looks supported by the Combobox control on the complextoolbar, described in the following document: http://wiki.services.openoffice.org/wiki/Framework/Article/Generic_UNO_Interfaces_for_complex_toolbar_controls But these events are not notified. Editfield supports the same event and they are notified. I made small example in java: ComboboxTest.oxt. - Install the extension. - open writer document => addons toolbar having a Combobox and an Editfield is shown - click editfield to set focus to it => Path: "mytools.complextoolbar.ComboboxTest:Editfield" Event: "FocusSet" is written on the document - click on the document to remove focus from the edit field => Path: "mytools.complextoolbar.ComboboxTest:Editfield" Event: "FocusLost" is added - click combobox to set focus => nothing occurred - input something like abc => Path: "mytools.complextoolbar.ComboboxTest:Combobox" Event: "TextChanged" is shown and the event works well - click on the document to remove focus from the combobox => event is not notified also Source of the component implementing its handler is there in the src/ directory of the oxt package. --------------------------------------------------------------------- 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]
