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

Widgets with no style should not inherit style properties #2144

Closed
4 tasks done
AxelRICHARD opened this issue Jul 3, 2023 · 0 comments · Fixed by #2145
Closed
4 tasks done

Widgets with no style should not inherit style properties #2144

AxelRICHARD opened this issue Jul 3, 2023 · 0 comments · Fixed by #2145

Comments

@AxelRICHARD
Copy link
Contributor

  • I have checked that this bug has not yet been reported by someone else
  • I have checked that this bug appears on Chrome
  • I have specified the version :
  • 2023.6.4
  • I have specified my environment :
  • All

Screenshots

Capture d’écran 2023-07-03 à 11 20 41

Steps to reproduce

Just open any properties View

Expected behavior

When widgets have no defined style, then their style properties should not be set to 'inherit', but to undefined.

Actual behavior

When widgets have no defined style, then their style properties are set to 'inherit', which could lead to get wrong default values.
For example:

  • textfields with domain type or aql expressions have a 17px height instead of 19px height for other textfields.
  • labels font size is smaller than textfields font size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant