solomax commented on a change in pull request #87:
URL: https://github.com/apache/openmeetings/pull/87#discussion_r426211376



##########
File path: 
openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-sharer.js
##########
@@ -26,6 +26,16 @@ var Sharer = (function() {
                        , autoOpen: false
                        , resizable: false
                });
+               
+               // Fix to move the close icon on top of the .ui-dialog-titlebar 
cause otherwise 
+               // touch-events are broken and you won't be able to close the 
dialog
+               var closeIcon = 
sharer.parent().find('.ui-dialog-titlebar-close').clone();

Review comment:
       Do the search using `.dialog({` string :) I got 7 occurrences




----------------------------------------------------------------
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]


Reply via email to