Bug #104697
openUnexpected behaviour - placing new items in the page tree. Safari Desktop
0%
Description
When adding a new item to the page tree (Page, Mount Point etc) I expect to see the blue line which indicates where my new item will be placed in the page tree.
In both Safari Desktop 17.6 & 18.0 Preview the blue line appears intermittently.
Examples attached.
Files
Updated by Andreas Nedbal 3 months ago
I tried replicating this on Mac OS Sonoma 14.5, with Safari 17.5 and 18.0 Technical Preview, and I wasn't able to replicate this dragging behaviour. do you have any extensions installed in Safari that might interfere here?
Updated by Andreas Kienast 3 months ago ยท Edited
I cannot reproduce the issue either on Safari 17.6, but I noticed a severe performance degration during the ongoing drag operation.
Updated by Benni Mack about 1 month ago
- Related to Bug #104918: Drag & Drop to create pages in pagetree is not usable anymore added
Updated by Benjamin Franzke about 1 month ago
- Priority changed from Should have to Could have
Updated by Andreas Kienast about 1 month ago
- File Screenshot 2024-10-07 at 15.39.41.png added
Updated by Andreas Kienast about 1 month ago
- File deleted (
Screenshot 2024-10-07 at 15.39.41.png)
Updated by Andreas Kienast about 1 month ago
Updated by Benjamin Franzke about 1 month ago
It seems the page tree is repainting all nodes after the hovered node while moving the drag tooltip, see atached video with paint flashing enabled in google chrome.
Updated by Benjamin Franzke about 1 month ago
- Status changed from New to Accepted
- Assignee set to Benjamin Kott
Updated by Benjamin Franzke about 1 month ago
Removing z-index: 1
from .node:hover
would be a first improvement to avoid repainting all following sibling nodes when hovering a node.