google / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
2.32k stars 330 forks source link

Raw HTML strings are shown in several places of the about dialog #838

Closed yukawa closed 8 months ago

yukawa commented 8 months ago

Description

There are several places in the about dialog where raw HTML strings are shown instead of texts that contain hyperlinks.

Steps to reproduce

Steps to reproduce the behavior:

  1. Build Mozc for Windows
  2. .\out_win\ReleaseDynamic_x64\mozc_tool.exe

Expected behavior

expected

Actual behavior

actual

Version or commit-id

645603652b6ef9f62afc732fc8be44df3068e059

Environment

Additional context

Apparently this is a regression introduced by 645603652b6ef9f62afc732fc8be44df3068e059.

The issue disappears after removing -no-feature-texthtmlparser. https://github.com/google/mozc/blob/006084cf4e3a31a37f48a55c7d4a73790ce39dfb/src/build_tools/build_qt.py#L350