The TableView drop highlighting does not appear when attempting to drop over a specific item. I only see blue highlighting for drops when hovering over root, but none appear when I attempt to drop over a specific item.
This does not occur with other drag-and-drop components like ListView, even though we are passing the exact same drag-and-drop hooks. Here is a CodeSandbox link to reproduce the issue:
https://codesandbox.io/s/laughing-smoke-qxvvnc?file=/src/App.js
🤔 Expected Behavior?
When I hover over a target that accepts dropping, I would like to see blue highlighting to indicate the item will accept the drop.
😯 Current Behavior
No visual highlighting appears when I hover over a target that accepts dropping.
Additional context from @reidbarber:
the item drop events are occurring, the styles are being applied, and even the computed styles look right (so not a css specificity issue)
💁 Possible Solution
No response
🔦 Context
No response
🖥️ Steps to Reproduce
https://codesandbox.io/s/laughing-smoke-qxvvnc?file=/src/App.js
Use the image asset to drag over the two components (TableView and ListView) and compare the styling that is applied when hovering over specific items in both components.
Version
3.32.0
What browsers are you seeing the problem on?
Firefox, Chrome, Microsoft Edge
If other, please specify.
No response
What operating system are you using?
Windows 10
🧢 Your Company/Team
Adobe / Assets Essentials
🕷 Tracking Issue
No response
The TableView drop highlighting does not appear when attempting to drop over a specific item. I only see blue highlighting for drops when hovering over root, but none appear when I attempt to drop over a specific item.
This does not occur with other drag-and-drop components like ListView, even though we are passing the exact same drag-and-drop hooks. Here is a CodeSandbox link to reproduce the issue:
https://codesandbox.io/s/laughing-smoke-qxvvnc?file=/src/App.js
🤔 Expected Behavior?
When I hover over a target that accepts dropping, I would like to see blue highlighting to indicate the item will accept the drop.
😯 Current Behavior
No visual highlighting appears when I hover over a target that accepts dropping.
Additional context from @reidbarber:
💁 Possible Solution
No response
🔦 Context
No response
🖥️ Steps to Reproduce
https://codesandbox.io/s/laughing-smoke-qxvvnc?file=/src/App.js
Use the image asset to drag over the two components (TableView and ListView) and compare the styling that is applied when hovering over specific items in both components.
Version
3.32.0
What browsers are you seeing the problem on?
Firefox, Chrome, Microsoft Edge
If other, please specify.
No response
What operating system are you using?
Windows 10
🧢 Your Company/Team
Adobe / Assets Essentials
🕷 Tracking Issue
No response