PDA

View Full Version : Firefox 3 issue with datefield calendar display



gkassyou
31 May 2008, 9:37 AM
I was trying the latest ff v3 beta and noticed that my app wasn't working with the display dateField calendar. Anyone else validates this issue. Any fixes?

Thx

strandmyr
25 Jun 2008, 3:38 AM
I'm having the same problem. All my DateFields are too wide. Anyone have a fix?

tjstuart
25 Jun 2008, 4:03 AM
You need to explicitly set the width in the CSS ..


.x-date-middle {
padding-top:2px;padding-bottom:2px;
width:130px; /* FF3 */
}

brian.moeskau
4 Jul 2008, 10:10 AM
FYI, this is fixed in SVN.

paquerette
8 Jul 2008, 12:45 AM
Hi,

where can I download the last version of Ext 1.1.1 with this fix (and maybe, the Memory leak fix I saw on the forum) ?

It's not any more on the download page ?

Or what is the SVN url to get it ?

Regards,
Paquerette.

brian.moeskau
8 Jul 2008, 12:59 AM
SVN is available to premium support subscribers. You can simply apply TJ's fix above in your own stylesheet however to patch the issue yourself. Ext 1.1.2 has not yet been released.

paquerette
8 Jul 2008, 1:03 AM
Ok, but I'm in Ext 1.1.0, and would like to get the 1.1.1 and then apply the fix.

Will the SVN builder will help me or it just take the Head of SVN to make the build ?

Paquerette.

brian.moeskau
8 Jul 2008, 1:19 AM
http://extjs.com/learn/Ext_Version_Archives

paquerette
8 Jul 2008, 1:36 AM
Thanks !

gkassyou
9 Jul 2008, 5:48 PM
Brian. Any ideas when ext 1.1.2 will be released.

Thanks

dado0583
20 Jul 2008, 9:23 AM
Thanks. Worked a treat.