Showing a white header stripe where the toolbar should be - google-cloud-platform

When opening various pages of the console.cloud.google I am getting a white header stripe where toolbars should be. This issue started to occur some weeks/months ago. (See screenshot)
It seems to be a browser specific problem as I am only getting this issue when using Firefox but not with Chrome.
I am running "Linux Mint 19.1 Cinnamon" and "Firefox 75.0 64-Bit for Linux Mint"

This seems to be an issue with the specific version of the browser as you are mentioning. I would recommend you to open a bug to GCP over at their issues page so that they can address it.
Hope you find this useful!

Related

Power BI secure embedded report login not working on some browsers (windows chrome)

I have created a secure embedded report (using the new method released in 2019) as specified below:
https://powerbi.microsoft.com/en-us/blog/easily-embed-secure-power-bi-reports-in-your-internal-portals-or-websites/
I created this in an html page using the supplied iframe.
It works fine on windows firefox and edge. It does not work in windows chrome.
It works fine on mac chrome. It does not work on mac safari.
It fails on windows chrome after opening a new tab and asking for the login details, this tab then closes and the power BI symbol in the embedded report just flashes like it is loading but it never finishes.
On Mac safari the login fails. It looks like it gets caught in a loop of some kind.
I just want it working on windows chrome really.
I have tried clearing my complete browser cache, cookies, rebooting serveral times and allowing pop-ups with no luck.
It does not make a difference if I select "remember me" or not at the time of login.
I have the latest version of chrome.
Does anyone know how to resolve this or if this is a know issue?
Here is the embedded report. You won't be able to access it but it may give you an idea of the issue:
https://fir-trial-66e3f.firebaseapp.com/embedded-report.html
I also can't log into the PBI community with this account so that may be related. The account works fine logging in to PBI Service or desktop. It is a PBI trial Pro account.
I had the same issue, i solved it by disabling the "Prevent Cross-Site Tracking" in Safari Settings. This worked for me and my clients. I hope it works for you too
I had the same issue in chrome. Solved it by enabling "Allow all cookies" in chrome settings.

Oracle APEX - Pie Chart not showing well on Mozilla Firefox

I am using
- Oracle APEX 4.2.6
- Mozilla Firefox ESR 52.3.0 (32 bits)
I've developed a Pie Chart that show some functional statistics. The issue is that the Pie chart did not show very well. In fact, it shows bad on the Developement environnement, but it shows well on the Qualification environnement:
Below a screenshot of the chart on the two environnement:
1- Developpement environnement
2 - Qualification environnement
What can be the problem with this issue?
NB: it's worked well on Chrome and IE browsers. But should work too on Firefox.
Thank you in advance.
I meet the same problem a year or two ago. My research shows that it is a bug in Firefox and/or AnyChart. I saw several topics on forums (including the official Oracle forum), everywhere this reason was mentioned.
Also, take a look at this page:
Product Management investigated the issue and concluded that this is not an APEX code issue, but specific to AnyChart HTML5 charts. Hence they are internally coordinating with the AnyChart.
The issue is that I have two different versions of AnyChart in both environnements and one of them is not compatible with the FireFox version 52.3.0.
The charts with AnyChart version 6.2.0 do not show as expected in the developpement environnement. But they show well in the qualificcation env with an old AnyChart version 6.0.11
I contacted the AnyChart support, this is their last reply:
Great, now I see. Thank you for your report!
In this case, we may suggest you using version 6.0.11 in both environments.
Also, you can get AnyChart.js from the environment server where pie chart works properly and use this js in the other environment.
We will investigate this issue related to 6.2.0 version.
As AnyChart is a part of Apex, please, contact Oracle support and report this issue.
To resolve the issue, I use the same AnyChart files of qualification env in the dev env: AnyChart.js and AnyChartHTML5.js files existed in the installation directory of APEX.

Web Essentials 2017 not showing up in VS 2017

I've installed Web Essentials 2017. When I open Visual Studio Enterprise 2017, it shows as being an installed extension, and "Reset Web Essentials" shows on the tools menu, but there are no settings that I can see. Shouldn't a settings dialog box be available somewhere?
Also, I thought if I create a .less file, open it, then save it, .css and .min.css files should immediately show up below the less file. That doesn't happen.
Additionally, the Web Essentials toolbar doesn't appear in Edge when I run a website from within Visual Studio. Hitting Ctrl doesn't make it appear.
What's going on here? Looks like Web essentials didn't install correctly and isn't working.
Clicking Tools->Reset Web Essentials fixed it. It looks like that just reinstalls it. Although I had already uninstalled and reinstalled, this worked.
There still doesn't appear to be an overall Web Essentials settings dialog box under tools. It appears that since it was broken up into individual components rather than one huge plugin, each plugin has its own little popup menu now, and a few of them show up when you right click on the Project.
According to this link it was removed for few reasons. To fix it you have to download the chrome extension and also download the Browser Link Inspector
I had the same issue with extension downloaded from the web.
So i installed it from the marketplace and it works just fine.

Dokuwiki loses formatting after refreshing

I just finished installing dokuwiki after tons of research. for 5 seconds i was really happy that I finished. However, after i clicked on the dokuwiki logo (which usually takes you to the start page) the wiki lost its format (see picture attached)
why is this happening ? i tried uninstall and install again and the problem happens after 2 minutes of each new installation
the wiki is hosted on IIS server
browser (i tried chrome and edge and firefox ) different pcs

Google visualization API doesn't work in IE9

I'm trying to use Google Visualization API to generate Pie charts. My implementation is working on all the browsers except IE 9.
Not sure if there is any fix for this. When I try to open the page in IE 9, it shows a popup to install the Google chrome frame. But this wasn't working even after installing the chrome frame.
I've even tried the Google code playground, the same problem in IE 9. So, I confirmed myself that it is something to do with the IE 9.
Has anyone got any idea?
I finally figured out that the issue is - Chrome framework plugin hasn't been enabled when I've installed i.e.; by default this plugin was not enabled.
We need to manually enable it (after the installation, when you restart the browser IE displays you a popup showing plugin is ready with two button Enable and Don't enable).
I'm giving you the screenshot of the plugins dialog (You can go to the below screen from Tools -> Manage add-ons)
After enabling, make sure you restart the browser and refresh the page which is using the Visualization framework.
Unfortunately, end user has to install this in order to get this work in IE 9 which is really a bad user experience.