decker-edu / decker

A markdown based tool for slide deck creation.
GNU General Public License v3.0
60 stars 15 forks source link

WACOM Tablet Pen and Touch does not allow interaction with quiz-wue UI elements #63

Closed salbeira closed 11 months ago

salbeira commented 11 months ago

In our lecture halls we have integrated WACOM tablets. Using either the attached touch pen or activating the tablet's touch mode does not allow one to click on multiple choice quiz buttons. It seems that the tablet does not trigger a "mousedown" or "click" event. I do not yet know what kind of event even is triggered by the tablet's pen and touch mode, but the events these UI elements listen for are not fired.

Attaching a USB mouse and clicking on the buttons with that works without a hitch though, so I suspect the event type being the issue.

salbeira commented 11 months ago

I was able to test the slides and functionality on a tablet in a different lecture hall where it worked fine even with touch and pen actions. This might be a faulty configured tablet in that specific lecture all. I will close the issue and post an update once I was able to find a free slot in the affected lecture hall to test it on that specific tablet again.

salbeira commented 11 months ago

Tested it without the whole streaming setup in the specific lecture hall and it still works - I guess I have to target the Skype Screen Share Overlay they used as the culprit next, but I can say the issue is not on our application's end.