View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016394 | MMW 5 | Track Browser | public | 2020-02-24 16:30 | 2022-09-14 14:32 |
Reporter | rusty | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 5.0 | ||||
Target Version | 5.2 | ||||
Summary | 0016394: Tabs: re-ordering via drag and drop is glitchy | ||||
Description | When the user attempts to re-order tabs (in either direction): 1) The currently being moved tab appears in duplicate: where the user is moving it and in the previous location, and it makes it appear as if the tab has been moved even though it hasn't. 2) Various other tabs move and overlap one another. They shouldn't. https://www.screencast.com/t/ojo00mBf | ||||
Additional Information | Reported at https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=95638 (item 6) | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
3) There's no-drop cursor shown very often during the operation (for a short while). Per IM with Petr, he'll try to look into it, but due to various limitations this probably won't be an easy one. So, whatever not easy to fix will be deferred past MM 5.0. |
|
1) Unfortunately UI element _must_ be visible on window during D&D operation (cannot be hidden or moved outside of visible area) |
|
1) So no cef/electron apps implement proper drag and drop of tabs? The current approach is unlike anything I've seen in any modern app. |
|
1) maybe we can implemet it same as Brackets (also chromium based app) ? https://youtu.be/qS4yIjzgCLU |
|
1) Looks good to me, a similar implementation would be nice to have. |
|
Items 1&2 fixed using implementation like in Brackets |
|
re 3) not sure we can fix this as we're setting it correctly and i saw same issue in Brackets (so most probably it's common issue in chromium) |
|
Lowering priority, to look into it later. |