Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QGIS drag-and-drop forms do not reflect 4-byte characters. #424

Open
yamamoto-ryuzo opened this issue Jun 5, 2022 · 0 comments
Open

QGIS drag-and-drop forms do not reflect 4-byte characters. #424

yamamoto-ryuzo opened this issue Jun 5, 2022 · 0 comments
Labels

Comments

@yamamoto-ryuzo
Copy link

When tab names are set in Japanese, all characters seem to be recognized as underscores, as shown below.

</div><ul class="nav nav-tabs">
<li class="active"><a href="#popup_dd_[% $id %]____" `data-toggle="tab">管理者</a></li>
<li class=""><a href="#popup_dd_[% $id %]_____" `data-toggle="tab">路線認定</a></li>
<li class=""><a href="#popup_dd_[% $id %]______" data-toggle="tab">供用開始 `</a></li>
<li class=""><a href="#popup_dd_[% $id %]_______" data-toggle="tab">路線情報 `</a></li>
</ul>

At any rate, it worked when I used a title with a different number of characters.
Method of handling: Enter a space (one-byte character) after the letter so that the number of characters is different.
image

At first I thought it was a bug in LizmapWebClient, so I sent an issue there, but now it is closed.
3liz/lizmap-web-client#3038

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants