Skip to content

Widgets with no style should not inherit style properties #2144

@AxelRICHARD

Description

@AxelRICHARD
  • 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions