Excel page does not load in Google Chrome - google-chrome

I am using Flash Builder 4.0 to develop my application. I have a button whereby I click to open a CFM page which generates an Excel sheet.
The code when I click the button in Flex is as follows:
openXlsFile(e.target.label, "myexcelexport.cfm", 'TEST');
This line of code works fine on Internet Explorer and Mozilla. But it does not work on Google Chrome. Any idea form experts why this is so? Is there any setting that I am missing in Google chrome or something?

There's currently an issue Chrome is having with its built in Flash (pepperFlash). I'd make sure that's not the cause of your issue.
Details can be found here:
https://code.google.com/p/chromium/issues/detail?id=277210

This issue has been fixed in Google Chrome version 30.0.1599.101

Related

Why does Google Chrome only displays the first page a pdf file?

I'm facing a problem with Google Chrome. One of my PDF only shows the first page and the rest looks as following:
Example:
First page is displayed normaly.
It recognizes the amount of pages in the PDF.
If I download the PDF, it is completely fine and useable, I even can open it in Chrome and it works fine. The problem doesn't occur on Firefox or Safari.
I'm using Google Chrome Version 85.0.4183.83 (Official Build) (64-bit)
Thanks for your help.
I experienced the same issue (but with another website). After investigation, it appears that this has something to do with SameSite cookies.
You can fix it by setting this flag to Disabled then restart Chrome:
chrome://flags/#same-site-by-default-cookies
Update: Found an issue in the Chromium bug tracker related to this problem:
https://bugs.chromium.org/p/chromium/issues/detail?id=961617
This issue appears to be caused by a conflict between Chrome and Fast Web View pdf optimisation. To fix it you need to turn off the optimisation within your pdf program settings and save the file again (in Adobe products this is located Preferences>Documents>Save Settings - uncheck Save As optimizes for Fast Web View). Pdf files which don't include this optimisation render all pages correctly.

Chart.js don't work when I open my app as a stand alone app in Chrome

I'm deploying my app and I have a dashboard implemented with Chart.js. When I tested my app in standard way, the dashboard works fine, but opening my app through a Google Chrome shortcut (within a window) the charts doesn't work. Just charts doesn't work in Chrome window mode.
The problem occurs in Windows 7, when I open the app directly from the shortcut, the charts doesn't work, but if I open the Google Chrome, and then open the app using the shortcut, the charts works fine.
Someone have an idea about that?
Thanks.
You'll need to look in the developer tools console to see if your getting any errors in your app. A fairly likely culprit is that you are including scripts within your html page. Chrome apps require that all scripts are external to your html and referenced using something like
<script src="path/to/your/script.js">
You'll have to do some DOM manipulation in your script file to add the charts to your page.

Webpage made using Polymer terminates on Google Chrome

I have made a webpage using Polymer. The webpage doesn't open on Google Chrome (both Windows and Android). When I try to open the page, Chrome shows "He's Dead, Jim!" message on Windows and "Aw, Snap!" message on Android. I have reset the settings and reinstalled Chrome but the problem still continues. Can anyone tell me how to solve this problem or the reason behind it?
https://www.googledrive.com/host/0B2Zii8voDW6QcGduNnl1cFBReXc/fold/
maybe you can check if there is any error in your page, which stop polymer initialization:
https://www.polymer-project.org/docs/polymer/debugging.html#unregistered-element-bookmarklet
Btw, did you try the official demo page with your browsers? If they work, then it's your code problem.

Primefaces PDF display issue in IE 9

I'm using Primefaces dialog to display pdf file through tag which invokes a servlet to write pdf stream.
The dialog has a minimizable option true,when I click minimize and if I maximize the dialog pdf content is getting lost in IE9
I'm unable to figure out the issue,Can any one please share your valuable suggestions.
IE is not a web-kit browser, some things work but some components behave crazy in IE. You can use firefox or chrome, all time updated browsers.

GAE app not displaying in Firefox 23.0.1

I have a small Google App Engine App that I've put in an iframe on a google site and have been running for some time now. I just noticed that the app will not display in Firefox version 23.0.1. I downgraded to Firefox version 22 and the form is visible and working. The form also works current versions of Chrome and Safari. The logs on the app engine dashboard show no error messages. If I open up the app in Firefox 23.0.1 using the link directly to the app, it works just fine.
Does anyone have any suggestions on how I might fix this or troubleshoot further? For now I'm just telling my users to use Chrome.
Thanks, brl8