Closed (fixed)
Project:
CCK Scorm Field
Version:
6.x-1.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Oct 2010 at 10:02 UTC
Updated:
11 Oct 2010 at 15:55 UTC
Jump to comment: Most recent file
Hi, I found a bug that I haven't been able to solve yet, but I think I have tracked it down:
If you chose to display a SCO as a pop up this breaks div-based layouts as the three divs the CCK field creates (see screenshot) is not closed. This is "fixable" by changing line 151 in player.php from
$output.=">"; to
$output.="></div></div></div>";
but that totally breaks the layout if you chose the embedded version again.
So, seems to me that the divs created by the CCK field is closed if you choose embedded display, but are not if you choose popup?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | sco-divs.png | 99.8 KB | vegardjo |
Comments
Comment #1
vegardjo commentedSorry, forgot the screenshot. See attached.
Comment #2
dirk.westrup commentedComment #3
pgerling commentedfixed, will be included in the next beta (release should be this afternoon) - would be great if you could give us some feedback :)
Comment #4
vegardjo commentedYes, works as expected in beta 6 - thanks! :)
Comment #5
pgerling commentedthanks a lot for your feedback! :o)
Comment #6
pgerling commented