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 6 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 6 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 4 months ago
- Related to Bug #104918: Drag & Drop to create pages in pagetree is not usable anymore added
Updated by Benjamin Franzke 4 months ago
- Priority changed from Should have to Could have
Updated by Andreas Kienast 4 months ago
- File Screenshot 2024-10-07 at 15.39.41.png added
Updated by Andreas Kienast 4 months ago
- File deleted (
Screenshot 2024-10-07 at 15.39.41.png)
Updated by Andreas Kienast 4 months ago
Updated by Benjamin Franzke 4 months 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 4 months ago
- Status changed from New to Accepted
- Assignee set to Benjamin Kott
Updated by Benjamin Franzke 4 months ago
Removing z-index: 1
from .node:hover
would be a first improvement to avoid repainting all following sibling nodes when hovering a node.
Updated by Jakub Zgirski 14 days ago
According to issue #106028 there is also issue on Windows. Performance there is fine but user can't create page after last page if contains children pages.
So IMHO there are actually two issues - Performance on Safari and general problem with adding page.
Updated by Jakub Zgirski 14 days ago
- Related to Bug #106028: Cannot create/move page at end of tree using d&d added