I have a laptop with a touch screen; however, I use a mouse with it 99% of the time. When you hover over a property in the On-page editor, you typically get a green bordered box and a label for the property in the top, left corner. But if you have a touch-enabled device, this doesn't work.
Some JavaScript in Dojo is responsible for adding a dijitHover class on mouseover, but if the device supports touch, the class doesn't get added, even though you're still using a mouse.
I have a laptop with a touch screen; however, I use a mouse with it 99% of the time. When you hover over a property in the On-page editor, you typically get a green bordered box and a label for the property in the top, left corner. But if you have a touch-enabled device, this doesn't work.
Some JavaScript in Dojo is responsible for adding a dijitHover class on mouseover, but if the device supports touch, the class doesn't get added, even though you're still using a mouse.
I found an article that talks about this issue in Chrome, but the suggested workaround no longer applies, and the issue affects multiple browsers now.