DWC 3.4b3 - heighmap no longer displays deviations when hovering
-
@sindarius no, they are not changing color.
-
@oozebot So the hit test failing to properly execute in the new BabylonJS code in your browsers. There is no tooltip because it's not registering the mouse over on a node. I added the coloring to match the behavior of the previous ThreeJS implementation to highlight the selected node. I'll have to think about why your browsers are not registering the mouse events for the hit. Do you have any custom browser plugins? If you try in incognito do they work?
-
@sindarius It isn't working in Incognito mode. It also isn't working on Edge. There isn't any browser plugins installed except an adblock.. Thanks
-
@oozebot Try to disable your adblocker. I recall some issues with certain filter lists that blocked tooltips and popovers in previous DWC versions.
-
I have now tested on 5 different 3.4b3 machines, on multiple PCs, in both Edge and Chrome. I have disabled all browser extensions. It is still not working.
Can anyone else running 3.4b3 who sees this give it a try and report if they are seeing the same issue?
-
@oozebot works for me
-
@jay_s_uk Thanks. I also just tested from Chromium on the latest DuetPi image with the same results. I haven't really explored the architecture of the plugins and how they are updated, but something I just considered is that we did not test any of the previous betas - we went straight from 3.3 to 3.4b3 when the stepper brake functionality was added. Was something possibly upgraded prior to 3.4b3 that could have caused this?
-
@oozebot i rebuilt an sbc from scratch and was able to recreate what you are seeing. The same build on standalone works fine. Will have to investigate why sbc version of dwc is having this problem.
-
@sindarius sorry, I should have mentioned we are using SBCs..
-
This is now resolved with 3.4b4. Thanks