Details
-
Type:
Bug
-
Status: Verified
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 11.0
-
Component/s: Lessons
-
Labels:
-
Environment:QA01 server, also QA test server on MySql - Sakai 11.0-RC01;
Windows 8.1, Macbook Pro Pro OS X Maverics Version 10.9.4;
Chrome version 50
-
11 status:Resolved
-
Previous Issue Keys:LSNBLDR-653
Description
1. Log in as a instructor
2. Go to Lesson tool
3. Click on Add content link - > embed content on page - > Choose files (upload an image- can be png or jpg) -> click save.
4. Click edit inline item that related to the image you just uploaded.
5. Edit multimedia page will pop out -> enter width and height as 2000 and hit save.
Problem: The image will over flow beyond the border of the column.
Note: This can be resolved if we add overflow:auto in CSS
<div class="column cols1 lastcol" style="height: auto; overflow: auto;">