CkNoSFeRaTU commented on a change in pull request #95:
URL: https://github.com/apache/openmeetings/pull/95#discussion_r428084976



##########
File path: 
openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
##########
@@ -391,7 +391,7 @@ var Video = (function() {
                _resizeDlgArea(hasVideo ? size.width : 120
                        , hasVideo ? size.height : 90);
                if (hasVideo && !isSharing && !isRecording) {
-                       VideoUtil.setPos(v, 
VideoUtil.getPos(VideoUtil.getRects(VIDWIN_SEL), sd.width, sd.height + 25));
+                       VideoUtil.arrange();

Review comment:
       What if I won't do full rearrangement in "default" mode only? And don't 
touch old windows even if they are now out of visible are after window resize. 
Will it be acceptable solution? Because I really want to preserve all window 
rearrange behaviour in other modes...
   




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