https://issues.apache.org/ooo/show_bug.cgi?id=124427
Oliver-Rainer Wittmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ACCEPTED CC| |[email protected] --- Comment #6 from Oliver-Rainer Wittmann <[email protected]> --- Root cause found: A change from the IA2 integration caused this defect. The call to 'Windows::GetFocus()' in <TextWindow::GetFocus()> has been removed - source file /main/svtools/source/edit/svmedit.cxx. This change suppresses the corresponding windows event processing - <ProcessWindowEvent> of listening <VCLXWindow> instance is not called. Thus, the <FormController> instance is not notified about the fact that the MultiLineEdit-Textfield is getting the focus. In the following the <FormController> instance is not able to update the database with the changes made to the MultiLineEdit-Textfield. I am in discussion with Steve (on CC now) on how to solve this issue together with the corresponding IA2 related needs. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
