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

Error on rendering remove button from options in select using localized UI #492

Closed
paulohenriquesg opened this issue May 25, 2017 · 0 comments · Fixed by #495
Closed

Error on rendering remove button from options in select using localized UI #492

paulohenriquesg opened this issue May 25, 2017 · 0 comments · Fixed by #495

Comments

@paulohenriquesg
Copy link

Description:

When I set the locale to pt-BR, the rendering of the options table inside the select field is broken

Environment Details:

  • formBuilder Version: 2.2.7
  • Browser: Chrome 58.0.3029.110 (64-bit)
  • OS: MacOS

Expected Behavior

This should behave as the first screenshot (the version without locale set)

Actual Behavior

If I set the locale to pt-BR, the UI is broken. Possibly happening on other locales as well, but untested.

Steps to Reproduce

Add to the options object something like:

i18n: {
    locale: 'pt-BR'
}

And the result will be like screenshots 2 and 3

Screenshot

Screenshot 1 (without locale set)
screen shot 2017-05-25 at 14 11 58
Screenshot 2 (locale set to pt-BR, mouse out)
screen shot 2017-05-25 at 14 12 24
Screenshot 3 (locale set to pt-BR, mouse over)
screen shot 2017-05-25 at 14 12 43

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

Successfully merging a pull request may close this issue.

1 participant