https://bugs.documentfoundation.org/show_bug.cgi?id=114549

--- Comment #4 from [email protected] ---
I can reproduce this one.

I guess m_pShowChar's text is changed when m_pShowSet is focused

https://opengrok.libreoffice.org/xref/core/cui/source/dialogs/cuicharmap.cxx?a=true&r=2432c550&h=994#994

but strangely not when either m_pHexCodeText or m_pDecimalCodeText is modified.

also note that setCharName is called even when m_pShowSet is NOT focused

for comparison:
when we click a character in m_pShowSet, SvxShowCharSet::SelectIndex is called,
and as second parameter is explicitly specified true rather than default false,
m_pShowSet grabs focus, successfully changing m_pShowChar's text.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to