PDA

View Full Version : [FIXED] [V0.6] DateField rendering issue on Firefox 3.0.3



Diabolicus
Oct 01, 2008, 1:15 PM
I got this terrible DateField rendering when I use Firefox 3.0.3
I posted the code but.. it's just the control without any feature.
In IE it's all fine.



<%@ Page Language="C#" %>
<%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >

<head id="Head1" runat="server">
<title>SAMPLE</title>
</head>
<body>
<ext:ScriptManager ID="ScriptManager1" runat="server"></ext:ScriptManager>
<form id="form1" runat="server">

<ext:DateField ID="Date1" runat="server"></ext:DateField>

</form>
</body>
</html>

geoffrey.mcgill
Oct 01, 2008, 1:19 PM
This bug has been fixed with the latest release of ExtJS (v2.2), which will also be included in the v0.6 release of the Coolite Toolkit.