Closed (fixed)
Project:
Wysiwyg
Version:
7.x-2.x-dev
Component:
Editor - TinyMCE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2011 at 00:52 UTC
Updated:
7 Jul 2011 at 01:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
twodCommitted the patch below to all major branches. The -dev snapshots will be updated within 12h and this will be part of the next official releases.
Thanks!
Comment #2
sunDoes this only apply to verify_html and not to the other settings?
If so, we should add an inline comment, so no one mistakenly removes the (bool) in the future.
Powered by Dreditor.
Comment #3
twodWhat I could tell from the code, only verify_html is compared using ===, the rest just use
if (setting).Comment #4
sunA super-tiny hint that the type-agnostic comparison (btw, calling things properly is better than code in a sentence ;)) only exists for this setting would be just lovely :)
E.g.,
"TinyMCE performs a type-agnostic comparison on this particular setting."
(or similar)
Powered by Dreditor.
Comment #5
twodI just copied the comment from CKEditor. or wherever it was from. I'm not at home now, mind taking care of it?
Comment #6
twodHow about this?
Changed the CKEditor comment to match.
Comment #7
sunThanks for reporting, reviewing, and testing! Committed to all branches.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.