Revision: 3953
Author:   solomax666
Date:     Mon Jul  4 08:55:10 2011
Log:      - issue 1417 (zoomed documents are not fully scrollable)
http://code.google.com/p/openmeetings/source/detail?r=3953

Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/fixedWhiteBoard.lzx /trunk/singlewebapp/WebContent/openmeetings/plugins/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/fixedWhiteBoard.lzx Mon Oct 11 08:09:56 2010 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/fixedWhiteBoard.lzx Mon Jul 4 08:55:10 2011
@@ -385,8 +385,8 @@
                this.sendUpdate = false;
                
this.scrollview.setAttribute("x",parent._drawareaMask._drawarea.x);
                
this.scrollview.setAttribute("y",parent._drawareaMask._drawarea.y);
-               this.scrollview.setAttribute("height",rHeight);
-               this.scrollview.setAttribute("width",rWidth);
+ this.scrollview.setAttribute("height", Math.max(rHeight, parent._drawareaMask._drawarea.getDisplayObject()._height)); + this.scrollview.setAttribute("width", Math.max(rWidth, parent._drawareaMask._drawarea.getDisplayObject()._width));
                this.sendUpdate = true;
        </method>

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/plugins/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx Mon Jun 13 07:52:27 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/plugins/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx Mon Jul 4 08:55:10 2011
@@ -384,8 +384,8 @@
             this.sendUpdate = false;
this.scrollview.setAttribute("x",parent._drawareaMask._drawarea.x); this.scrollview.setAttribute("y",parent._drawareaMask._drawarea.y);
-            this.scrollview.setAttribute("height",rHeight);
-            this.scrollview.setAttribute("width",rWidth);
+ this.scrollview.setAttribute("height", Math.max(rHeight, parent._drawareaMask._drawarea.getDisplayObject()._height)); + this.scrollview.setAttribute("width", Math.max(rWidth, parent._drawareaMask._drawarea.getDisplayObject()._width));
             this.sendUpdate = true;
         </method>

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to