Changes between Version 3 and Version 4 of Ticket #11479
- Timestamp:
- Jan 22, 2014, 3:05:27 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11479 – Description
v3 v4 5 5 Also after clean up we can save some bites (compressed ckeditor is 322 byts smaller with env.ieQuirks). 6 6 7 I'm not sure if there is a point in keeping `env.quirks == true` for non-IE browsers. Maybe `env.quirks` should be `true` only in IE 8 and IE 9 QM ( as `env.ieQuirks` works now).7 I'm not sure if there is a point in keeping `env.quirks == true` for non-IE browsers. Maybe `env.quirks` should be `true` only in IE 8 and IE 9 QM (so we will use just `env.quirks` instead of `env.ieQuirks`).