jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
693 stars 124 forks source link

Property values panel has incorect position when PivotTable is showed in a dialog or in a view with a splitter #3871

Open ilushaaa opened 1 week ago

ilushaaa commented 1 week ago

Environment

Jmix version: 2.4

Bug Description

When you drag and drop an element with a property name, its position is moved relative to the mouse pointer. The same happens when you open the panel with the values of the selected property. This component behaviour occurs when the view is opened as a dialog or when the split layout is used.

pvttbl

Steps To Reproduce

  1. Add PivotTable to a view.
  2. Show the view in a dialog mode.

Or

  1. Create a split layout.
  2. Add PivotTable to it.