Hello
I have your standard input box to enter text. I can insert text in that textbox in all browsers except in Google Chrome. Why is this?
Hello
I have your standard input box to enter text. I can insert text in that textbox in all browsers except in Google Chrome. Why is this?
probably need more info (code, url, etc.). it could be a number of things.
Here is the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Test of page</title>
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/colorpicker/colorpicker.css"/>
<link rel="stylesheet" type="text/css" href="css/colorpicker/layout.css"/>
<link rel="stylesheet" type="text/css" href="css/highslide.css"/>
</head>
<body>
<div id="mensajes" style="display: none;"></div>
<div id="contenido">
<div id="panel">
<canvas id="can" width="550" height="550"></canvas>
<h1></h1>
<div id="botones">
</div>
<div id="formas" style="position:absolute;margin-left:120px; margin-top:22px;">
</div>
<div id="customWidget">
<div id="colorSelector2" style="cursor:pointer" title="Cambiar Color De Linea">
<img src="images/botoncolor.png" alt="Cambiar Color De Linea" border="0" />
</div>
</div>
<input type="checkbox" name="enableformas" id="enableformas" style="float: left; margin-left: 100px; margin-top: 27px;">
<div id="nombrecortediv" style="float:left;margin-top:5px; margin-left:280px;">
Nombre de corte<br />
<input type="text" id="nombrecorte" name="nombrecorte" title="Introduce el nombre del dibujo" maxlength=20><br />
<input type="submit" id="saveAndClose" style="cursor:pointer; cursor:hand;" name="saveAndClose" value="" title="Finalizar y Guardar Dibujo"/>
</div>
<div id="tools">
<div id="acciones">
</div>
</div>
<div id="dibujo" style="display: none;"></div>
</div>
</div>
</div>
</body>
</html>
Well, since noone helps me, I made my little own dirty hack to solve this.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.