This question is locked. New answers and comments are not allowed.
I have an editor in a popup form for editing a grid. In firefox, it produces the following markup inside an iframe.
The same editor loaded in chrome produces this:
The editor is working fine in chrome, IE and safari. Is this missing markup causing my editor to be disabled? How do I fix it?
AldenG
<html><head></head><body></body></html>The same editor loaded in chrome produces this:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style type="text/css">html,body{padding:0;margin:0;height:100%;min-height:100%;font-family:Verdana,Geneva,sans-serif;background:#fff;}html{font-size:100%}body{font-size:.75em;line-height:1.5;padding-top:1px;margin-top:-1px;}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em}h3{font-size:1.16em}h4{font-size:1em}h5{font-size:.83em}h6{font-size:.7em}p{margin:0 0 1em;padding:0 .2em}.t-marker{display:none;}.t-paste-container{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}ul,ol{padding-left:30px;margin-left:30px;}a{color:#00a}code{font-size:1.23em}</style></head><body></body></html>The editor is working fine in chrome, IE and safari. Is this missing markup causing my editor to be disabled? How do I fix it?
AldenG