-
4 Apr 2008 7:04 AM #1
Ext.menu.DateMenu & Firefox 3 Beta 5 display issue
Ext.menu.DateMenu & Firefox 3 Beta 5 display issue
When using the show() method of DateMenu the calendar pops up and fills the entire screen and shoves everything else off. See the screenshot for an example. The code I'm using is:
First, the html onclick code
and the javascript function:Code:<img onclick="showCalendar();" id="calendarIcon" src="/images/icons/calendar.gif" ext:qtip="Click to display the selection calendar" alt="icon" style="cursor: pointer;" />
Works fine if FF2 and IE 6. Any ideas as to what's going on?Code:function showCalendar() { var calendar = new Ext.menu.DateMenu({ handler: function(dp, date){ xajax.$('dateReceived').style.color = '#000'; xajax.$('dateReceived').value = date.format('Y-m-d'); } }); calendar.show('calendarIcon'); }
Thanks,
A9
-
4 Apr 2008 7:38 AM #2
perhaps you're using an unsuported beta browser?
-
4 Apr 2008 7:51 AM #3
Same thing is happening for me in Firefox 3 Beta 5.
-
9 Jun 2008 6:58 AM #4
Same issue persists with Firefox 3 RC2
Same issue persists with Firefox 3 RC2
This is purportedly the final release of FF3 and the calendar issue that I mentioned is still persisting. Any ideas for a fix?
Thanks,
a9
-
9 Jun 2008 8:04 AM #5
the official 2.1 download works fine for me in FF3b5 - FF3rc2.
which Ext version are you on?
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )


Reply With Quote