Sagewire Logo

IE6 CFLAYOUT tabs and datefield bug

5 Message(s) by 5 Author(s) originally posted in advanced cfml techniques


From: chazman113 Date:   Wednesday, September 05, 2007
I'm working with the new cf8 CFLAYOUT tag to create a tab-based system. I also
use <CFINPUT type="date field" to get the nice ajax date selector. My problem
is whenever I click on the date image it'll open up the mini calendar and my
tabs (that contain the cfinput) will dissapear in IE6! I have tried applying the
"IE7" compliance fix from sourceforge but still the same problem. Any
suggessions as to how to fix this?


From: GArlington Date:   Thursday, September 06, 2007
wrote in message:
I'm working with the new cf8 CFLAYOUT tag to create a tab-based system. I also
use <CFINPUT type="datefield" to get the nice ajax date selector. My problem
is whenever I click on the date image it'll open up the mini calendar and my
tabs (that contain the cfinput) will dissapear in IE6! I have tried applying the
"IE7" compliance fix from sourceforge but still the same problem. Any
suggessions as to how to fix this?



Does your code looks like:
<start.of.page.CFM>
<CFINPUT type="datefield" ... />
<end.of.page.CFM>
and resides in the thin air?
If not, PLEASE, post complete code in question and (if available) url
of problem page...
Then it'll be easier to help you...


From: jared chandler Date:   Thursday, September 20, 2007
wrote in message:
wrote in message:
> I'm working with the new cf8 CFLAYOUT tag to create a tab-based system. I also
> use <CFINPUT type="datefield" to get the nice ajax date selector. My problem
>
is whenever I click on the date image it'll open up the mini calendar and my
> tabs (that contain the cfinput) will dissapear in IE6! I have tried applying the
> "IE7" compliance fix from sourceforge but still the same problem. Any
> suggessions as to how to fix this?
Does your code looks like:
<start.of.page.CFM>
<CFINPUT type="datefield" ... />
<end.of.page.CFM>
and resides in the thin air?
If not, PLEASE, post complete code in question and (if available) url
of problem page...
Then it'll be easier to help you...



I'm having a similar problem. On IE6, datefield's arranged vertically
show the calendar behind the field:

<CFFORM name="test">

<CFINPUT name="dt1" type="datefield" value="#DateFormat(now(),'mm/dd/
yyyy')#" />

<br clear="all" />
<CFINPUT name="dt2" type="datefield" value="#DateFormat(now(),'mm/dd/
yyyy')#" />


</CFFORM>


From: jaredchandler Date:   Thursday, September 20, 2007
I'm seeing something similar on IE6 with the following code. Calendar appears
BEHIND the inputs.
<CFFORM name="test" >

<CFINPUT name="dt1" type="datefield" value="#DateFormat(now(),'mm/dd/yyyy')#"
/>

<br clear="all" />
<CFINPUT name="dt2" type="datefield" value="#DateFormat(now(),'mm/dd/yyyy')#"
/>


</CFFORM>


From: djc11 Date:   Friday, October 26, 2007
anyone find a fix for this?



Next Message: How create results with an Outer Join using 2 differentdatabases



Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional