Created attachment 181277 [details] Example file to demonstrate the issue This is similar to bug 61623 The attached file contains a validation in B2. Several column/row/cell operations change the position of the validated cell, and the validation dropdown is still visible after these. However changing the cell selection makes it disappear. 1, Open attached file 2, Select a value from the validation dropdown and keep the cell selection on the B2 cell. 3, Do one of the below operations: Sheet - Insert cells - (choose any option) Sheet - Delete cells - (choose any option) Sheet - Insert rows - Row above Sheet - Insert columns - Column before Sheet - Delete rows Sheet - Delete columns Sheet - Fill cells - Fill Down/Fill Up/Fill Right/Fill Left There should be no dropdown visible, since it disappears after a click inside the highlighted cell. Version: 7.5.0.0.alpha0+ / LibreOffice Community Build ID: 11937a68aecb8db9aebb1c929d940c5b85a0ecec CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: hu-HU (hu_HU.UTF-8); UI: en-US Calc: threaded
Created attachment 181278 [details] The example file before changes
Created attachment 181279 [details] After inserting a row above, the dropdown is still visible in B2, yet it has no validation set
Repro with Version: 7.3.4.2 / LibreOffice Community Build ID: 30(Build:2) CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb) Locale: pt-BR (pt_BR.UTF-8); UI: en-US Ubuntu package version: 1:7.3.4-0ubuntu0.22.04.1 Calc: threaded Also repro in Version: 7.5.0.0.alpha0+ / LibreOffice Community Build ID: 61f5c991a97de8990badfed6ef840941b5aa8c7f CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb) Locale: pt-BR (pt_BR.UTF-8); UI: en-US Calc: threaded The dropdown arrow remains visible even when you delete the cell that contains it. Clicking any other cell updates the view. Another bug: in 7.5 the selection list is opening in the wrong position, way below cell B2. In Lo 7.3.4 the selection list opens right below cell B2 (as expected).