Login Register

Date

problems with hiding text fields in IE7

Dear developers,
I am working on updating company's website and I have problems with a hiding dojo text field(type="text") in IE. When I am trying to switch between tabs, this fields remain on the screen. Once you roll your mouse over, it disappears. We use "style.display=='none'" to hide it. This problem appears only in IE7. In FireFox or Opera we don't have this problem.
If anybody know how to deal with this issue, please respond.
Thank you for your help!
Kostya

Date Obj Problem: IE7:Wed May 7 00:00:00 UTC+0200 2008 / FF2:Wed May 07 2008 00:00:00 GMT+0200 (CEST) ???

Hi there,

I'm getting bugged for a long time and haven't found a solution yet :(

When I use datetextbox, the value is getting submitted
in FF2:Wed May 07 2008 00:00:00 GMT+0200 (CEST).

That works great.

But in IE7 the date-style differs from FF2:
Wed May 7 00:00:00 UTC+0200 2008

Following my PHP-backend is not able to "read" and convert the
date-string from IE7.

I read all threads here I found, but I did not know
how to solve this problem :(

my dojo-config is

djConfig = {
parseOnLoad: true,
isDebug: false,
debugAtAllCosts: true,
useXDomain: true,

Syndicate content