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?

CommentFileSizeAuthor
#1 sco-divs.png99.8 KBvegardjo

Comments

vegardjo’s picture

StatusFileSize
new99.8 KB

Sorry, forgot the screenshot. See attached.

dirk.westrup’s picture

Assigned: Unassigned » pgerling
pgerling’s picture

Status: Active » Fixed

fixed, will be included in the next beta (release should be this afternoon) - would be great if you could give us some feedback :)

vegardjo’s picture

Yes, works as expected in beta 6 - thanks! :)

pgerling’s picture

thanks a lot for your feedback! :o)

pgerling’s picture

Status: Fixed » Closed (fixed)