<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - The Special character didn't show in upper right window on Special Characters UI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114549#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - The Special character didn't show in upper right window on Special Characters UI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114549">bug 114549</a>
              from <span class="vcard"><a class="email" href="mailto:himajin100000@gmail.com" title="himajin100000@gmail.com">himajin100000@gmail.com</a>
</span></b>
        <pre>I can reproduce this one.

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

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

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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>