sebawagner commented on a change in pull request #86:
URL: https://github.com/apache/openmeetings/pull/86#discussion_r426124518



##########
File path: 
openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
##########
@@ -287,7 +287,7 @@ var Video = (function() {
                        });
                }
                v.parent().find('.ui-dialog-titlebar-close').remove();
-               
v.parent().find('.ui-dialog-titlebar').append(OmUtil.tmpl('#video-button-bar'));
+               v.parent().append(OmUtil.tmpl('#video-button-bar'));

Review comment:
       Move icons one level on top of the ui-dialog-titlebar. 
ui-dialog-titlebar is the element jquery-ui makes dragable. 
   Like this it looks exactly the same but doesn't have the issue, so that on 
Mobile you can still click the icons AND drag the dialog.




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