View Full Version : [FIXED] Firefox 3 Calendar
fromeroj
02-07-2008, 05:41 PM
When I try to see any Calendar control on Ext, either alone or in a grid.
In Firefox 3b2 it create a extra wide div.
Anyone has the same problem?
tryanDLS
02-07-2008, 09:17 PM
Firefox 3 beta is not yet supported. We will look at FF3 when it becomes stable.
vmorale4
02-12-2008, 02:14 PM
When I try to see any Calendar control on Ext, either alone or in a grid.
In Firefox 3b2 it create a extra wide div.
Anyone has the same problem?
I experienced the same problem with Firefox 3 beta 3. Hopefully Mozilla's next release will address this bug.
According to InformationWeek, Firefox 3 is not due until Autumn this year:
http://www.informationweek.com/internet/showArticle.jhtml?articleID=198000591
bitdifferent
03-11-2008, 03:48 PM
sadly the problem is still evident in beta 4.
nitrog7
03-18-2008, 03:32 PM
Safari 3.1 is out and I am having a similar problem with the calendar as Firefox 3b4. It actually renders the actual calendar correctly but the field is not.
-Giraldo
bstoppel
04-07-2008, 03:43 PM
This problem still exists in Firefox 3 beta 5.
Here is the URL to the Bugzilla entry for the bug, https://bugzilla.mozilla.org/show_bug.cgi?id=387866
brian.moeskau
04-07-2008, 08:52 PM
I checked in a fix for this.
Where is the fix for this problem?
In FF3.r1 calendar still doesn't work.
( Ext Release Date: 08/28/07, Version: 1.1.1 (rev 874) )
Rashadex
05-21-2008, 06:20 AM
I use Ext in my project. I am having the same awesome problem. Is there any fix for this calendar? The width of this control is something terrible. I know that Ext JS developers are waiting for the release of FF. But our clients are not satisfied with us. They all use FF, because it works a lot faster, and people enjoy it. Simultaneously not having fun with our site. :(
please help
zeta28
05-21-2008, 09:57 AM
I think FF3 will never fix the calendar bug.
It's FF3.r1 and the problem is still there.
In Ext2 the calendar shows right but in Ext1.1 the bug is there :(.
Does anybody know anything else about it?
bdurette
05-21-2008, 10:44 AM
Brian, if you're still following this thread, perhaps you can clarify your last comment, "I checked in a fix for this."
Presuming you mean you checked in a fix to Ext, not Firefox, does this mean that the fix will only be available in a future 2.x version of Ext? Are those of us using Ext 1.1.1 (as implied by the topic of this forum) are out of luck until we upgrade?
zeta28
05-23-2008, 08:57 AM
nobody says anything?
I use Ext1.1.1, and I need to use FF3 and the calendar.
I have a huge aplication in Ext.1.1.1 and I cannot migrate it to Ext2.x.
FF3 works much better than FF2 and I would like to use it with my Ext1.1.1 aplications.
ˇˇPlease, somebody says something!!
dotnetCarpenter
06-04-2008, 08:16 AM
Brian, if you're still following this thread, perhaps you can clarify your last comment, "I checked in a fix for this."
Presuming you mean you checked in a fix to Ext, not Firefox, does this mean that the fix will only be available in a future 2.x version of Ext? Are those of us using Ext 1.1.1 (as implied by the topic of this forum) are out of luck until we upgrade?
I think Brian meant that he checked in a fix in the svn. You'll need svn access to get it, ie. buy a developer license. Kinda "not-nice".
brian.moeskau
06-04-2008, 01:28 PM
What's "not nice" about fixing a bug in SVN? And actually I realized that the fix was applied in 2.x but not 1.x (just an oversight). The fix is pretty simple, and has been applied in the 1.x branch:
.x-date-middle {
padding-top:2px;padding-bottom:2px;
width:130px; /* FF3 */
}
th'x brian, very much!
About SVN problem - maybe is time to public next version from 1.1 tree ?
zeta28
06-09-2008, 05:49 AM
What's "not nice" about fixing a bug in SVN? And actually I realized that the fix was applied in 2.x but not 1.x (just an oversight). The fix is pretty simple, and has been applied in the 1.x branch:
.x-date-middle {
padding-top:2px;padding-bottom:2px;
width:130px; /* FF3 */
}
Ok, that's the soluction but there is a problem.
In FF3, when you open a calendar, appears a little dot. Have you seen it? It's a dot that disappears when you change something in the calendar.
In Ext2.x happens the same thing.
brian.moeskau
06-09-2008, 05:34 PM
Details please? Screen shot? Browser FF3 only? Platform?
mystix
06-09-2008, 10:00 PM
Ok, that's the soluction but there is a problem.
In FF3, when you open a calendar, appears a little dot. Have you seen it? It's a dot that disappears when you change something in the calendar.
In Ext2.x happens the same thing.
i noticed that little red dot in FF3b5 to FF3rc1, but it seems to have disappeared in FF3rc2.
zeta28
06-10-2008, 04:18 AM
Details please? Screen shot? Browser FF3 only? Platform?
Ok.
We use Windows XP professional.
The dot appears to us in the Ext1.1.1 and in Ext2.1 calendar but just using FF3 rc2.
We have changed the Ext1.1 css to add:
.x-date-middle {
padding-top:2px;padding-bottom:2px;
width:130px; /* FF3 */
}
In IExplorer or FF2 the dot doesn't appear.
I send you two screenshots: a Ext1.1.1 example, and a Ext2.1 one.
When I change something from the calendar: I select a day for example, the dot disappears.
We add the calendar in this way:
...
,{
xtype : 'datefield',
fieldLabel : 'Fecha Generación',
id : 'fechaGeneracionFactura',
format : 'd/m/Y',
width : 90
},
...
zeta28
06-12-2008, 09:40 AM
It's only happens it to me?
Nobody else happens the same thing?
don't you see a dot in the claendar using FF3 rc03?
brian.moeskau
06-12-2008, 07:39 PM
I verified the behavior. However, I'm not sure what the cause is (other than FF bug) or what the workaround might be. This is a very minor cosmetic issue, so unless anyone has a good idea of how to fix it I don't plan on spending any time looking into it real soon.
mystix
06-13-2008, 02:07 AM
that's odd. i stopped seeing it after i upgraded from FF3rc2 to rc3.
try clearing the cache / creating a new FF profile.
zeta28
06-13-2008, 03:32 AM
that's odd. i stopped seeing it after i upgraded from FF3rc2 to rc3.
try clearing the cache / creating a new FF profile.
I have FF3rc3 and the same dot.
I have cleared the cache and created a new profile, and still have the dot.
mystix
06-13-2008, 05:11 AM
on much closer inspection, i have that dot too in rc3... 8-|
except mine's blue, and it disappears the moment i hover over the DatePicker.
FF3 accessibility aid? or a stray <a> anchor tag perhaps?
zeta28
06-13-2008, 07:28 AM
on much closer inspection, i have that dot too in rc3... 8-|
except mine's blue, and it disappears the moment i hover over the DatePicker.
FF3 accessibility aid? or a stray <a> anchor tag perhaps?
What kind of aid it's to have a tiny dot in the corner of a field :-?
mystix
06-13-2008, 01:25 PM
beats me.
you should see the aid Opera 9.5 provides on an Menu. (:|
yujianqiu
06-16-2008, 06:01 AM
Thks very mush. The problem is resolved.
brian.moeskau
06-17-2008, 05:59 PM
FYI, the "blue dot" is the invisible focus element that Ext creates being outlined by the browser. This also affects sub-menus shown in Ext menus. It's now fixed in SVN.
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.