Skip to main content
Inspiring
January 24, 2013
Question

CFGRID using PopUp Calendar

  • January 24, 2013
  • 1 reply
  • 1392 views

Hi All,

I am using Cold Fusion 10.  I have a grid that has a date field.  I am using the popup calendar so people can edit the date.  In Chrome browser, everything looks fine.  In Explorer however, the calendar does pop up, but it is off centered within the popup window such that the last columns (Fri & Sat) are not visible.  The left portion of the popup is just blank.  It is possible to select a date and arrow over to the right which brings the full calendar into view.  See image below. 

Any ideas why this is happening and what can be done?

Thanks in advance for any help.

This topic has been closed for replies.

1 reply

Inspiring
January 24, 2013

If it were happening to me I'd view the  html source code in IE and look for clues.

planomaxAuthor
Inspiring
January 24, 2013

I've done that - not much in there as everything appears to be Yahoo (YUI) javascript stuff.

I have also found that this happened in CF9 as well according to this post:    http://forums.adobe.com/message/3159524#3159524

Message was edited by: planomax

planomaxAuthor
Inspiring
January 24, 2013

For future users, here's what fixed the issue:

I downloaded a newer version of C\ColdFusion10\cfusion\wwwroot\CFIDE\scripts\ajax\resources\ext\css\ext-all.css and it appears to be OK.

The version I used is 3.4.

Hopefully nothing else has broken by doing so.