#16804 closed task (fixed)
set DOCTYPE on iframe
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.6 |
Component: | Editor | Version: | 1.8.3 |
Keywords: | Cc: | Jared Jurkiewicz | |
Blocked By: | Blocking: |
Description
The editor's iframe doesn't set a DOCTYPE so apparently it's running in quirksmode. Try adding a DOCTYPE.
See also #14900, although it's probably unrelated because it's about the opposite problem.
Change History (14)
comment:1 Changed 7 years ago by
Cc: | Jared Jurkiewicz added |
---|---|
Milestone: | tbd → future |
comment:2 Changed 7 years ago by
Milestone: | future → 1.9 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:6 Changed 7 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Hmm, [30951] actually broke the editor tests. when robot/EnterKeyHandling.html starts running and clicks the first editor, IE8 actually goes back to the previous page (like you hit the browser's "back" button). The test failure doesn't show up in the log because it just runs the custom plugin test again. Still, something is wrong.
The problem is that clicking the editor (in the center, below the visible text) doesn't actually focus the editor, so the backspace key gets processed by the browser.
comment:14 Changed 5 years ago by
Milestone: | 1.9 → 1.7.6 |
---|
I tried it and it seems to work fine.