sebawagner commented on a change in pull request #89:
URL: https://github.com/apache/openmeetings/pull/89#discussion_r426301360
##########
File path:
openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/raw-wb-board.js
##########
@@ -351,6 +351,7 @@ var Wb = function() {
}).parent().css('text-align', Settings.isRtl ?
'left' : 'right');
math.draggable({
scroll: false
+ , handle: '.ui-dialog-titlebar'
Review comment:
Because of this the entire DIV was draggable, which meant on
mobile/touch you can't click inside of the text. Nor the close icon. Nor the
update button.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]