Anyone know how to get the latest version of the LUIS UI to export a KB in Firefox? It seems to be using some form of 'clever' JavaScript that does not like Firefox. I can download in Edge but Firefox seems to go through the motions and I get the notification saying it's done from LUIS but no sign of the file.
I cannot reproduce the issue, so you will need to open a bug in the feedback forum and provide more details about how to reproduce the issue.
Related
I am facing an issue with our web tool that I am unable to solve. I already tried to google a solution but failed to find one.
We have a website where we use JavaScript to record audio from the users microphone via getUserMedia. The first time the user enters a html page on the https website, there is a notification popping up about permission rights. Thats fine, but on Firefox Mobile it doesn't matter if you gave your permission already, you will be asked on every single page again. Thats not the case for every other browser we tried.
So, is this some kind of our error or is it a limitation of Firefox Mobile?
Hope anyone solved that issue already in the past.
Best regards,
Daniel
It's a limitation in Firefox for Android (fennec). It intentionally asks users each time.
It's being solved in the next generation version, available in beta as Firefox Preview (fenix). The prompt there adds this checkbox, similar to Firefox for desktop:
☐ Remember decision for this site
I am currently working on a account creator for various websites (Java code can be viewed here: https://github.com/xushWT/M2AccountCreator)
No I am running into a problem where I need to let the user solve google recaptchas manually, which has worked great for other captchas that are just image based, reference here: https://github.com/xushWT/M2AccountCreator/blob/master/src/lidev/InternationalAccCreator.java#L22-L33
Is anyone experienced in displaying a recaptcha from a headless browser to a GUI so the user himself can solve it?
I hope you could understand what I mean, thanks in advance.
I am actually creating an extension that capture your screen video. I have found some examples that create screen sharing extension in firefox using WebRTC. But, its really hard to implement it. Does anyone have any project that share screen.
Thanks,
Just an update: Firefox from version 52 doesn't require an extension for the screen sharing.
The Screensharing whitelist is no longer needed to share your screen
or windows starting Firefox 52 (April). Please let us know if you find
any problems!
https://wiki.mozilla.org/Screensharing
Have a look at getScreenMedia there is a Firefox Extension Sample. There is also source code from webrtc-experiment.
Just a quick gotcha: As far as I know you have to whitelist your domain in about://config, or request be on the whitelist (like talky.io).
I am having a localization problem when loading SonarQube 5.1.1 on Firefox.
The same problem does not happen on Google Chrome.
It does not happen only on my machine.
Even when I try to load the Sonar online demo, the same problem happen:
http://nemo.sonarqube.org/
Wrong on Firefox
Right on Google Chrome
How can I fix that?
Thanks!
Same here: SonarQube - No translations: NS_ERROR_DOM_QUOTA_REACHED
The cause of the problem is the localstorage.
Open JavaScript console (F12 -> Console)
Type localStorage.clear(); -> Enter
Reload (F5)
In the console you can see NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached
The localstorage max quota in firefox is based on the main domain (for nemo.sonarqube.org-> sonarqube.org). But I have no idea why your localStorage for this domain should reach the limit. Maybe some other bug or the localStorage.clear(); in the JavaScript console solves your issue...?
It's definitly a bug in SonaQube. They have to check the size limits of localStorage or use another caching mechanism.
Unfortunately I have not found where I can report the problem.
Edit: Now there is a JIRA ticket: https://groups.google.com/forum/#!topic/sonarqube/JPzsLhtuziQ - https://jira.sonarsource.com/browse/SONAR-7105
Wanted to throw this question out to see if there's been any solutions as the Google Doc viewer is amazing.
Creating an iframe with an embedded Google Docs viewer does not work in IE 7,8.
https://docs.google.com/viewer
Does anyone have a work around?
I have the same problem, but didn't think it was acceptable to have to ask users to add the URL to their trusted sites in IE.
Luckily I came across the following post:
The embedded version of Google Docs Viewer (gview) will not load its images correctly if third party cookies are disabled. This problem is an issue for most IE users as by default it will be disabled. Below I provide a work around to this problem for at least until google adds a p3p. The original discussion of the issue can be found at google docs help forum.
I've tried this out and it works in IE8, IE7 and IE6.
I just tried an iframe targeting https://docs.google.com/viewer in IE7 and it is working.
But I have ChromeFrame installed in IE - maybe that's the reason it is working for me!
I tested displaying PDFs in Google Viewer with IE8 with following settings.
You may see the solution at http://victoriarange.blogspot.com/2010/07/solution-for-display-problem-of-pdfs-in_24.html