-
Bug
-
Resolution: Fixed
-
Minor
-
2.5.2, 2.8.1, 3.6.6, 3.7.2, 3.8
-
MOODLE_25_STABLE, MOODLE_28_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MDL-42638-master -
-
1. Enable the emoticon filter on your site
2. Create a forum post with the following content:
Test content:
|
<pre>
|
- (id)initWithBitmapDataPlanes:(unsigned char **)planes
|
pixelsWide:(NSInteger)width
|
pixelsHigh:(NSInteger)height
|
bitsPerSample:(NSInteger)bps
|
samplesPerPixel:(NSInteger)spp
|
hasAlpha:(BOOL)alpha
|
isPlanar:(BOOL)isPlanar
|
colorSpaceName:(NSString *)colorSpaceName
|
bitmapFormat:(NSBitmapFormat)bitmapFormat
|
bytesPerRow:(NSInteger)rowBytes
|
bitsPerPixel:(NSInteger)pixelBits;
|
</pre>
|
Expected result:
The content in <pre> is preserved
Actual result:
Sad smiley face images are replaced in the pre content.
- has a non-specific relationship to
-
MDL-61732 Allow "Mathjax" and "Display emoticons as images" filter together, have "y(n)" not breaking
- Closed