[Libreoffice-bugs] [Bug 88552] Event "Text modified" never happens in a combobox inside a tablecontrol
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 29 19:20:14 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=88552
--- Comment #14 from Julien Nabet <serval2412 at yahoo.fr> ---
In OK case, we got here:
277 if ( maTextListeners.getLength() )
278 maTextListeners.textChanged( e );
279 }
see
https://opengrok.libreoffice.org/xref/core/toolkit/source/controls/unocontrols.cxx?r=bb16f659#278
not in KO case.
Indeed, maTextListeners is empty with KO case.
In OK case, maTextListeners is filled with 4 calls to
281 void UnoEditControl::addTextListener(const uno::Reference<
awt::XTextListener > & l)
282 {
283 maTextListeners.addInterface( l );
284 }
see
https://opengrok.libreoffice.org/xref/core/toolkit/source/controls/unocontrols.cxx?r=bb16f659#283
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190929/616784e1/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list