Focal Point
[SOLVED]Maintain Chrome Calendar

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2757049386

September 19, 2016, 10:39 PM
Dr. Nick
[SOLVED]Maintain Chrome Calendar
Hi,

In Maintain, the Calendar icon does not open (pop-up) when using the Chrome browser. The Calendar icon functions properly in IE. Using WebFocus 7.7.03...

Any suggestions?

Thanks...

Nick

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 7.7.03 & 8.0.7
Windows
HTML, Excel, PDF, etc.
Also, using Maintain, etc.
September 20, 2016, 10:55 AM
Tamra
Dr. Nick,

Can you please try the following.....
Edit the dynCalendar.js file and verify if on line 48 contains the following:

var is_chrome = (agt.indexOf("chrome") != -1 );

This is how it should look, please take a backup before any changes.

* Global variables
*/
var dynCalendar_layers = [];
var dynCalendar_mouseoverStatus = false;
var dynCalendar_mouseX = 0;
var dynCalendar_mouseY = 0;
var snglQuote = "'";
var dblQuote = '"';
var dynCalendar_iframeHeightNorm = 200;
var dynCalendar_iframeHeightTime = 251;
var dynCalendar_iframeWidth = 240;
var dynCalendar_firstClick = false;
var is_firefox = (agt.indexOf("firefox") != -1);
var is_chrome = (agt.indexOf("chrome") != -1 );


This is a known issue. IF you would like to be notified when this is resolved in the product then kindly open a cases at Technical Support - Case Management and indicate that this is a known issue.


Thank you for participating in the Focal Point Forum.

Kind Regards,
Tamra Colangelo
IBI Focal Point Moderator


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
September 20, 2016, 11:13 AM
Dr. Nick
Hi Tamra,

Thank you for responding and the valuable info... Where would I find dynCalendar.js file?

Thank you again...

Nick


WebFOCUS 7.7.03 & 8.0.7
Windows
HTML, Excel, PDF, etc.
Also, using Maintain, etc.
September 20, 2016, 11:45 AM
Dr. Nick
Hi Tamra,

Line added but no change...

Please advise.

Thank you,
Nick


WebFOCUS 7.7.03 & 8.0.7
Windows
HTML, Excel, PDF, etc.
Also, using Maintain, etc.
September 20, 2016, 11:49 AM
Maintain Wizard
Nick
Those files are found at : C:\ibi\DevStudio77\ibi_html\javaassist\ibi\html\maint

Mark
September 20, 2016, 11:50 AM
Maintain Wizard
Nick
Make sure you clear out your browser cache after you make the change.

Mark
September 21, 2016, 09:32 AM
Dr. Nick
Hi Mark,

No change in Chrome. As I test other browsers, Firefox, which is also in that js file, does function properly.

Any ideas?

Thanks...

Nick


WebFOCUS 7.7.03 & 8.0.7
Windows
HTML, Excel, PDF, etc.
Also, using Maintain, etc.
September 21, 2016, 11:39 AM
Maintain Wizard
Once you fix the JS file you have to go to: C:\ibi\DevStudio80\ibi_html\javaassist\ibi\html\maint

If there is a file named dynCalendar.js_closure.gz, delete it.

Go into Chrome menu and select More Tools and Clear browsing data. Relaunch and you should be fine.

Mark
September 22, 2016, 08:32 AM
Dr. Nick
Hi Mark,

Perfect!

Thanks...

Nick


WebFOCUS 7.7.03 & 8.0.7
Windows
HTML, Excel, PDF, etc.
Also, using Maintain, etc.