1,721
questions
0
votes
0
answers
19
views
2012 Mozilla pdf.js- Preventing window.history.replaceState in pdf.js from Reloading State in AngularJS App
I am working on an AngularJS application that integrates with pdf.js to display PDF documents. However, I'm encountering an issue where pdf.js calls window.history.replaceState, which in turn causes ...
1
vote
1
answer
64
views
Mozilla/Firefox Add-ons root certificate authority
tl;dr where is Mozilla's the root CA for verifying Mozilla-signed Firefox extensions?
I'm trying to understand and validate Mozilla's Add-on/Extension signatures outside of the Firefox GUI. In Mozilla'...
0
votes
0
answers
28
views
How can I integrate a custom video decoder into Mozilla?
I'm working on integrating a custom video decoder on an Android device and would like to do so through the Mozilla browser. To accomplish this, I need to understand how the source code is built for ...
0
votes
1
answer
55
views
How to give Mozilla FF clipboard permissions in cypress [duplicate]
I have a cypress test that includes checking that the copy button has copied value in an input field. The issue is I haven't found a good way to give clipboard permissions for the Mozilla browser as ...
0
votes
0
answers
63
views
how to save/restore/reload stamp annotations , pdf.js / mozilla lib
how to save/restore/reload stamp annotations from my database ..
I need to save STAMP_ANNOTATIONS and in Database and reload it when reOpen the the document and and render it will show ..
how to ...
0
votes
1
answer
54
views
iframe doesn't properly load for some youtube videos
I isolated iframe element from my React application into html file to open it in browser (html with only iframe in it) and see if it works, and I get the same following problem:
Some youtube videos ...
0
votes
0
answers
62
views
How to install a languagepack for Mozilla Thunderbird using Windows CLI (Powershell) only?
I'm trying to install a (Ukrainian) language pack for Mozilla Thunderbird command line only. I tried the following but without success. Also, I manually got that xpi URL and I really hope there is a ...
0
votes
0
answers
45
views
Firefox input range does not work, gives "TypeError: rangeNode is null"
I am creating a webpage with a slider, and it works on other browsers on mobile and desktop. But on firefox, the slider does not work no matter what.
Pretty sure this is a problem with firefox itself, ...
1
vote
0
answers
73
views
Access IPv6 website having a scope on chrome
I'm encountering difficulties accessing an IPv6 website with the address fe80::6aa3:78ff:fe63:3c2a, which includes a scope identifier (%22), using Chrome.
I've attempted accessing it via http://[fe80::...
-2
votes
1
answer
158
views
Next stable version of Mozilla Thunderbird [closed]
Where I can find out what will be next stable version of Mozilla Thunderbird? Current stable version is 115 and previous was 102. Is there a public roadmap for Mozilla Thunderbird to find out this?
0
votes
0
answers
40
views
How do I keep the same time input style in both firefox and chrome
How do I keep the same time input style in both firefox and chrome. I want it like in firefox. I am using angular material
firefox input time:
chrome input time:
<mat-form-field appearance="...
3
votes
1
answer
2k
views
Adding Annotation with PDF.js
PDF.js is currently adding the ability to add annotation to a PDF, with an expected release on 1 May 23, with little to no documentation at all and no examples... I'm having a hard time putting things ...
0
votes
1
answer
28
views
Python geckodriver set up is unsuccesful
I have a problem with geckodriver.exe.
I am going to create a bot but I dont know how to set up mozilla driver.
from selenium import webdriver
geckodriver_yolu = "./geckodriver.exe"
...
0
votes
0
answers
32
views
In my range slider the track is coming over on thumb while working fine on Chrome
Here are my css html that I am using in my website. View attached images for a better understanding of my problem. Tried z-index and other things but not working. Its working fine on chrome and safari ...
0
votes
0
answers
79
views
NGINX doesn't resolve when website is accessing through Mozila Firefox browser
Hi all! We have an issue with DNS resolving when our website accessing from Mozila browser, all other browsers works fine tho. We use kubernetes nginx deployment with custom nginx.conf file which ...