jneilliii / OctoPrint-ConsolidatedTabs

22 stars 1 forks source link

Panels aren't dragable. Very incompetent user, please don't read. #30

Closed mordhau5 closed 3 years ago

mordhau5 commented 3 years ago

Title says it all. The plugin functions as far as it does consolidate Tabs from the menu settings, but the panels are not able to relocate. Clicking and dragging seems to trigger a selection box instead, like in an image editor, which was not previously the function for clicking and dragging. I wonder if the mouse down event is being overridden somewhere preventing the drag-and-drop event?

Possible relevant info: -Octoprint 1.4.2 -Python 3.7.3 -I've disabled all other 3rd party plugins to rule out plugin conflict -Inspecting elements shows that they have the the plugin has applied draggable and resizeable classes to the containers -The console does not show any errors or warnings.

mordhau5 commented 3 years ago

After all that testing and debugging it turns out I am completely blind and did not read the fine print about holding shift 🤦