Description: It appears that the `Allow overlap` setting doesn't really work. More specifically, it appears that whether two frames will overlap depends primarily on whether they are anchored to the same paragraph (in which case they don't overlap) or not (in which case they do overlap). Steps to Reproduce: 1. Have two frames on the same page anchoring to two different paragraphs. 2. Have a frame style with position Top and overlap disabled. 3. Apply the style to the frames Actual Results: The frames will layout at the top, overlapping Expected Results: The frames should layout at the top, but not overlap. The frames layouting at the top while not overlapping appears to occur only when the frames are anchored to the same paragraph, which is unexpected. Reproducible: Always User Profile Reset: No Additional Info: I first noticed this behaviour on 26.2, but I can replicate it on much earlier versions. Based on the correspondence on the forum ((https://ask.libreoffice.org/t/style-frames-to-be-at-an-edge-but-not-overlap/128613/6)), it might potentially depend on the OS, as I use Windows, and it supposedly works correctly on Linux.
Created attachment 203803 [details] Frames anchoring to different paragraphs
Created attachment 203804 [details] Frames anchoring to the same paragraph
Created attachment 203805 [details] (ODT) Frames anchoring to different paragraphs
Created attachment 203806 [details] (ODT) Frames anchoring to the same paragraph
I confirm it with Version: 25.8.2.2 (X86_64) Build ID: d401f2107ccab8f924a8e2df40f573aab7605b6f CPU threads: 12; OS: Windows 11 X86_64 (build 26200); UI render: Skia/Vulkan; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL threaded Steps: 1. Open attachment 203806 [details] 2. Select second frame 3. Drag anchor of the frame to the third paragraph Actual result Overlapping Expected result: No overlapping Additional information If you drag anchor of first frame you get no overlapping. So at least current behaviour is inconsistent