cuba-platform / charts

Charts and Maps Addon
https://www.cuba-platform.com/
Apache License 2.0
5 stars 2 forks source link

Editable PivotTable calculates incorrect position for property value dialog #90

Open Flaurite opened 4 years ago

Flaurite commented 4 years ago

Environment

Description of the bug or enhancement

The most likely it was broken after migrating to CUBA 7.0. You can find the difference in our refapp application (cubadev).

In 6.10 this dialog is shown immediately below the button arrow icon: image

In 7.0+ we can see the following: image

The main observation is that PivotTable ignore the above <tr> element when calculates position. The same situation with column buttons.

Flaurite commented 4 years ago

Related to: https://github.com/nicolaskruchten/pivottable/issues/1171