[Libreoffice-bugs] [Bug 114549] The Special character didn' t show in upper right window on Special Characters UI

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Dec 19 01:54:39 UTC 2017


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

--- Comment #4 from himajin100000 at gmail.com ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171219/e6a8e325/attachment.html>


More information about the Libreoffice-bugs mailing list