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

WWSympa: Misleading line folding in the tooltip #1262

Closed
ikedas opened this issue Oct 26, 2021 · 0 comments · Fixed by #1263
Closed

WWSympa: Misleading line folding in the tooltip #1262

ikedas opened this issue Oct 26, 2021 · 0 comments · Fixed by #1263
Labels
Milestone

Comments

@ikedas
Copy link
Member

ikedas commented Oct 26, 2021

Version

At least 6.2.34 to 6.2.66

Installation method

Any

Expected behavior

On import function, example of inputs shown in the tooltip should be email and name in each single line, such as:

en-US:

image

es:

image

hu:

image

Actual behavior

With some language environments, misleading line foldings are inserted in the example, like:

ja:

image

ru:

image

zh-CN:

image

Additional information

The max-width of tooltip widget is defined in the CSS of Foundation 6:

.tooltip {
position: absolute;
top: calc(100% + 0.6495rem);
z-index: 1200;
max-width: 10rem;
padding: 0.75rem;

@ikedas ikedas added the bug label Oct 26, 2021
@ikedas ikedas modified the milestone: 6.2.68 Oct 26, 2021
@ikedas ikedas added this to the 6.2.68 milestone Oct 26, 2021
ikedas added a commit that referenced this issue Nov 2, 2021
WWSympa: Misleading line folding in the tooltip (#1262)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant