Changes between Version 1 and Version 2 of Ticket #12119, comment 2
- Timestamp:
- Jun 26, 2014, 11:16:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12119, comment 2
v1 v2 19 19 We could use DOCType to specific the desired compatMode of current web page. As our application is pretty old, some pages contain the DOCType and some pages do not. It means some pages are ''BackCompat'', but the other pages are ''CSS1Compat'' modes. I know this is very ugly, but it's not easy for us to make them consistent. 20 20 21 The issue we had is: some pages are set to ''CSS1Compat'' mode and their html height are set to 100%. When we hit enter key in editor in those pages, the whole page will be scrolled down. Please check the attachment.21 The issue we had is: some pages are '''''quirks''''' mode and their html height are set to 100%. When we hit enter key in editor in those pages, the whole page will be scrolled down. Please check the attachment. 22 22 23 23 We really need CKEditor supports both ''BackCompat'' and ''CSS1Compat''.