jneilliii / OctoPrint-ConsolidatedTabs

22 stars 1 forks source link

[BUG]: Cannot select / copy text from Octoklipper #44

Closed Sineos closed 3 years ago

Sineos commented 3 years ago

Describe the bug When using this plugin, I can no longer select or copy text from the octoklipper plugin window.

Expected behavior Be able to select and copy text from the Octoklipper Message box

Screenshots n/a

Browser errors This is the html code of the octoklipper section:

html ```html
14:46:35
Connected to host via /tmp/printer @250000bps
14:46:35
Firmware version: v0.9.1-294-gab979a52
14:46:43
Klipper state: Ready
15:15:08
Klipper state: Disconnect
15:15:15
Klipper state: Ready
Klipper state: Ready
15:50:58
Mesh Leveling Probed Z positions:
-0.042631 0.009417 0.026177 0.043872 0.059304 0.087043 0.084094 0.075918 0.072312
-0.008147 0.041361 0.045332 0.064297 0.054573 0.064107 0.087671 0.066954 0.079568
0.019739 0.050631 0.060150 0.081948 0.080984 0.062647 0.068604 0.070399 0.056092
0.039477 0.071684 0.079655 0.080546 0.084357 0.100810 0.088824 0.066443 0.070779
0.049755 0.044777 0.088853 0.097452 0.076210 0.089496 0.080444 0.072750 0.077772
0.051975 0.047303 0.061260 0.076385 0.094766 0.091204 0.075465 0.057727 0.046996
0.055595 0.047785 0.079144 0.082824 0.102752 0.091613 0.091846 0.079874 0.064457
0.055858 0.062968 0.082794 0.094897 0.101088 0.128593 0.114271 0.089831 0.086663
0.092795 0.079626 0.106402 0.111074 0.132798 0.153792 0.161618 0.124184 0.101569
 
```

Thanks for your work on this plugin. Appreciated.

jneilliii commented 3 years ago

Thanks for including the html of the tab. That will help isolate this more quickly. But prior to me putting much effort into this could you test out my curret development version that utilizes a different draggable library. The process is a little different than before and you add the tabs from the main UI once installed. Copy/Paste the URL below into Plugin Manager > Get More > ...from URL and click Install. Once installed and OctoPrint restarts click the pencil icon in the navbar to enable edit mode on the consolidated tab.

https://github.com/jneilliii/OctoPrint-ConsolidatedTabs/archive/develop/gridstack.zip
Sineos commented 3 years ago

Wow, the gridstack stuff is really cool and .... it solves the copy / paste issue 👍

Thanks a lot