-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Description
Which Umbraco version are you using?
v16.1.0
Bug summary
Currently, the style of the "drag-placeholder" is different for different scenarios in the backoffice. Most pickers looks like this:
While the e.g. the Block List and Block Grid implements a more clear placeholder, I purposing that we should update to this look:
Which would be consistent with how the Block List and Block Grid is implemented.
Specifics
- Update document picker to align with the look and feel: #19736 adjust drag placeholder for document picker #19737
- Update
umb-input-multi-url
- Update
umb-input-member
- Update
umb-input-member-group
- Update
umb-user-input
- Update
umb-input-static-file
... maybe more?
A problem here is that there is something wrong with umb-input-multi-url
because the drag-placeholder
attribute is "stuck" on the initially dragged element. I've tried to get this to work without any luck so far.