Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: 1.9.2
-
Component/s: HTML Editor
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
Smilies are all fine when entered as
and replaced, but they seem to be (recently) broken when entered using the popup GUI in the editor.
See Helen's posts here, for example.
http://moodle.org/mod/forum/discuss.php?d=94678
Smilies are relative links:
<img title="smile" alt="smile" src="../../pix/s/smiley.gif"/>
This means they break when sent in email (and you just see the alt text in gmail, for example)
Issue Links
| This issue is a clone of: | ||||
| MDL-2953 | Pasting HTML containing internal links into editor means links get rewritten as relative links |
|
|
|
Hmm.. the same in rss feeds, and there is no xml:base (or whatever is the base equivalent) in there. Will investigate ...