Issue Details (XML | Word | Printable)

Key: MDL-9673
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Mathieu Petit-Clair
Reporter: dboy
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

"CLSID" is gone after the content in html editor is saved

Created: 02/May/07 05:07 PM   Updated: 24/Feb/09 08:49 AM
Return to search
Component/s: HTML Editor
Affects Version/s: 1.5.3
Fix Version/s: None

File Attachments: 1. Text File MDL-9673.patch (0.7 kB)

Environment: WINXP sp2, tiny_MCE as editor

Participants: dboy, Mathieu Petit-Clair and Matt Clarkson
Security Level: None
Affected Branches: MOODLE_15_STABLE


 Description  « Hide
I want to add movies using the plugin "Media". And I found out that under IE the movie can not be shown. There is only a blank window, and i am informed to install the ActiveX component, i clicked install, nothing happens.

I looked into the source code and found out that the embeded object is like this:

classid="6BF52A52......

instead of
classid="clsid:6BF52A52.......

The weird thing is that the HTML source code in the editor mode has the "clsid", but after I saved the page, the "clsid" dissappears. I think moodle removed "clsid" in a certain function, so that IE can not find a ActiveX component to play the movie.


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Matt Clarkson added a comment - 24/Feb/09 08:49 AM
I have attached a patch fixes this issue.