Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

After updating server libraries, tinymce popup windows are disconnected from their parent

This one really caught me by surprise! I have an internal Django database system. Staff typically use Firefox or Chrome to access it from Linux or Windows machines. As p… (Lesen Sie mehr)

This one really caught me by surprise! I have an internal Django database system. Staff typically use Firefox or Chrome to access it from Linux or Windows machines. As part of this system, it uses Grappelli library which in turn uses TinyMCE V3.5.8. Specifically, in a text box TinyMCE provides advanced editing and fonting. Allows the user to embed links or images. This system was working fine on Django 2.2. My provider (Python Anywhere) retired the server image I was running on, so I updated everything to Django 4.2 on their latest "haggis" system image. Everything seemed to transfer over without any errors - at first. In fact, it was a week later somebody tried to change a font colour by clicking the popup button that opens a colour picker. That pop up looks blank! (its not, the HTML is there but without the custom CSS nothing is visible)

In developer mode on Firefox or Chrome I can see what the problem is: The popup is disconnected from the parent. The parents CSS and classes - specifically tinyMCE - is not present. So its missing the styling and JS to operate. One of the first things the popup JS does is copy in the tinyMCE and tinymce classes from the parent. But they are not there, in fact .opener is null and .parent is stripped down.

What is really weird is on my test server, where I tested everything before updating the live server, it works! The test server uses Django's "runserver" to run a very simple (unsecure) http server just to test code. Whereas the live server is locked on HTTPS.

What confuses me is I don't see any console log messages that would indicate the browser decided to "protect" me. How can I figure out what is going on? Or disable this feature for a test?

I am writing this on my Dev machine using the browser I test with, so I shall try to paste in tech info below.

Just to reiterate, in this browser I can have my test server in one tab, my live server in another tab, test server popup works; live server popup does not.

Thanks in Advance, Richard

Gefragt von Richard E. Cooke vor 1 Monat

Remove my content in firfox reader mode

I want my websites content to be remove in reader mode in firefox how i can acheive this. I am a developer and i am using one div in which i have content and images in t… (Lesen Sie mehr)

I want my websites content to be remove in reader mode in firefox how i can acheive this.

I am a developer and i am using one div in which i have content and images in that i dont want to fetch them in reader mode.

Gefragt von Shivam Gupta vor 1 Monat

Downloading files from chat in Meta Messenger

Lately, when I try to download different files like .docx, .pptx, etc., Firefox always downloads files with a .pdf extension. I tried it in a different browser, and the p… (Lesen Sie mehr)

Lately, when I try to download different files like .docx, .pptx, etc., Firefox always downloads files with a .pdf extension. I tried it in a different browser, and the problem does not occur there. Of course, the files are the same in binary terms, so when I change the extension, everything is fine, but it is annoying. What is wrong?

Firefox version 124.0.2-1 latest/stable OS: Ubuntu 23.10 Kernel: Linux 6.5.0-26-generic

Gefragt von Krystian Madej vor 1 Monat

Unable to access one of my accounts on https site for security reasons due to a blockage by Mozilla

Actually my problem was solved. It came from the fact that following a maintenance intervention on the servers of the https site where my account was located, and access … (Lesen Sie mehr)

Actually my problem was solved. It came from the fact that following a maintenance intervention on the servers of the https site where my account was located, and access to which was blocked by Mozilla, the automatic updating of certificates had not worked. Which the site technicians resolved following a request I sent to them.

Gefragt von Daniel Astier vor 1 Monat

Firefox no longer warns about vulnerable passwords?

On the page listing passwords, it was possible to sort them by "Alerts". In settings, there is an option to enable checking the vulnerable passwords: https://support.moz… (Lesen Sie mehr)

On the page listing passwords, it was possible to sort them by "Alerts".

In settings, there is an option to enable checking the vulnerable passwords: https://support.mozilla.org/en-US/kb/firefox-password-manager-alerts-breached-websites

On my other laptop using Firefox v121, the alerts are properly displayed. But on my second laptop using Firefox v124, the alerts are gone. I can't sort password by "Alerts", the option isn't there. Both laptops share the same Firefox account and have password synchronized between each other.

Obviously, I ticked the "Show alerts about passwords for breached websites" box in the settings but it looks like it does not nothing. I also checked in "about:config" and everything seems good.

Is this feature gone?

Gefragt von ADGB vor 1 Monat

Session storage memory was lost though the tab was not closed in the old version (v116/v117)

Currently, I use Firefox version: 116.0.2 or v117.0 on Ubuntu 20.04.6 LTS. I encountered a phenomenon like this: When I logged in to the application, in the tab I w… (Lesen Sie mehr)

Currently, I use Firefox version: 116.0.2 or v117.0 on Ubuntu 20.04.6 LTS.

I encountered a phenomenon like this:

  • When I logged in to the application, in the tab I was working on, the Firefox session memory was lost (don't open new tabs)

Steps: 1. Login to the application 2. Operate on the screen 3. Navigate to other URLs, but still on this tab 4. Session storage was lost

What is the cause of this phenomenon? How can I fix it?

Gefragt von HIEN LE THI THUY vor 1 Monat

userchrome.js: how to get notified when tabs open and close?

I've recently started using the Tree Style Tab extension, and I'm finding it useful, but I'd like it if the list of tabs could be automatically hidden when only one tab i… (Lesen Sie mehr)

I've recently started using the Tree Style Tab extension, and I'm finding it useful, but I'd like it if the list of tabs could be automatically hidden when only one tab is open (and automatically shown when more than one tab is open).

I hoped to write an extension to do this, but opening the sidebar from an extension requires a user gesture, so I suspect I'll have to use a userchrome.js script.

From a "userchrome.js"-like environment (i.e. unsandboxed AutoConfig), I can hide and show the sidebar with `SidebarUI.hide()` and `SidebarUI.show("treestyletab_piro_sakura_ne_jp-sidebar-action")`, and I can examine the tabs open in the current window via `gBrowser.tabs`, but I can't see how to get notified when the number of tabs changes (replacing `gBrowser.tabs` with a proxy doesn't work, for example). I suppose I could just check every few seconds? That feels like a bit of a cop-out, though, and gets more and more inefficient the more windows are open.

There's an API for extensions to receive events when tabs open and close, so clearly this is possible. Where should I be looking for this functionality?

(I also don't know how I would go about unregistering an event listener (or cancelling a setInterval call!) when the window closes, assuming that's necessary to avoid leaking resources – is there an event like `chrome-document-global-created` I could listen for, but that fires during teardown of the window rather than when one is created?)

Gefragt von ash vor 2 Wochen

Credit card autofill stopped working.

Recently firefox stopped filling in my credit card information. 1. On a website asking for a credit card click on the credit card number box. 2. Choose the car from the… (Lesen Sie mehr)

Recently firefox stopped filling in my credit card information. 1. On a website asking for a credit card click on the credit card number box. 2. Choose the car from the popup. 3. Popup disappears but nothing is filled in on the website form. 4. Use Google Pay or PayPal to purchase.

This used to work.

Firefox version 125.0b9 (64-bit) Ubuntu 22.04 Firefox installed from the Mozilla PPA - ppa:mozillateam/firefox-next

Gefragt von michael.sez vor 2 Wochen

Default zoom level is resetting when resistFingerprinting is enabled. Is this expected behaviour?

I have enabled privacy.resistFingerprinting in Firefox. I have also set my default zoom level to 133% When I open a website (e.g. https://github.com/), it is zoomed to 1… (Lesen Sie mehr)

I have enabled privacy.resistFingerprinting in Firefox. I have also set my default zoom level to 133%

When I open a website (e.g. https://github.com/), it is zoomed to 133% as expected. If I then navigate to a page on that website (e.g. https://github.com/pricing) using the menu at the top of the page, then the new page is still zoomed to 133%. So far, so good.

However, on the new page (https://github.com/pricing) if I increase the zoom over 133%, then navigate back to the original page (https://github.com/) using the menu at the top of the page, then my zoom level is reset to 100%.

Is this expected behaviour? I would have thought that the zoom level would be reset to 133%, not 100%.

I found this, which seems somewhat related: https://bugzilla.mozilla.org/show_bug.cgi?id=1609880

Gefragt von Russ vor 2 Monaten

Build Firefox from sources

Hi, During of build process we have an error related to auto deduction before 'auto' in dom/bindings/TypedArray.h For example the call ProcessTypedArrays() at line 128 … (Lesen Sie mehr)

Hi,

During of build process we have an error related to auto deduction before 'auto' in dom/bindings/TypedArray.h

For example the call ProcessTypedArrays() at line 128 in file ChromeUtils.cpp give the error.

Gefragt von kosteltsev vor 2 Monaten

  • Gesperrt

this forum board

Locking this thread, please continue here: [/questions/1440721] Can someone please tell me how to answer questions asked, in emails to me, receoved from support helpers. … (Lesen Sie mehr)

Locking this thread, please continue here: [/questions/1440721]
Can someone please tell me how to answer questions asked, in emails to me, receoved from support helpers. In ~6 emails received so far, my only response option looks like clicking the "Mark It as Solved" button...I can't see how to answer, for example, that I'm using Debian Buster, with KDE. Also, jonzn4SUSE asked me to "see screenshot" of his SUSE distribution, but I can't see that image, nor a file attachment. Thanks again.

Gefragt von lee.hinkleman vor 2 Monaten

How to allow for self signed certificates?

Hi, I'm developing web app. I created and set up ssl auth for localhost with self signed cert. When I hit my endpoint with firefox I see: Secure Connection Failed … (Lesen Sie mehr)

Hi,

I'm developing web app. I created and set up ssl auth for localhost with self signed cert.

When I hit my endpoint with firefox I see:


Secure Connection Failed

An error occurred during a connection to localhost:8081. SSL peer cannot verify your certificate.

Error code: SSL_ERROR_BAD_CERT_ALERT

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.


How to disable security in FF so I can test my endpoint?

Gefragt von Krzysztof Łempicki vor 2 Monaten

Urgent problem unsolved

Hello, Sorry to contact you again but my problem is still not solved and it's urgent. I still doesn't have turned my computer off in case that you could help me find my… (Lesen Sie mehr)

Hello,

Sorry to contact you again but my problem is still not solved and it's urgent.

I still doesn't have turned my computer off in case that you could help me find my pages back. I have no one else to help me with this problem and I deeply need the websites I was surfing on. I'm not sure I can find them by myself and I don't have much time for that.

Thank you for helping me and answering my request.

Gefragt von queiroz_eva vor 2 Monaten

Syncing algorithm of bookmarks kind of stupid...

I use synching between phone and desktop. I deleted some bookmarks on my phone and synced phone and desktop Firefox. I would expect that the deleted bookmarks also disapp… (Lesen Sie mehr)

I use synching between phone and desktop. I deleted some bookmarks on my phone and synced phone and desktop Firefox. I would expect that the deleted bookmarks also disappear on my desktop FF under "Mobile Bookmarks", but nothing changes. Worse than that, after I added one more bookmark on my phone and synced, the deleted bookmarks showed up again on my phone. It seems the not deleted bookmarks on desktop are transferred again to my phone. This is actually not what I want...

Gefragt von Walter.Spermann vor 2 Monaten

Automation test via Playwright > Screenvideo: Select screen popup

Im using Playwright with JS and when Im running ny test on FireFox i get a PopUp message to select the screen i want to screencast, even when im choosing screen and press… (Lesen Sie mehr)

Im using Playwright with JS and when Im running ny test on FireFox i get a PopUp message to select the screen i want to screencast, even when im choosing screen and pressing "Share" its happened in the next test and not recording my tests. its happened only in FF. How im removed this PopUP ?Thanks. Using also Linux Ubuntu.

Gefragt von Orian Shamriz vor 2 Monaten

Delete my secondary email from and old and lost account.

Hello Team. I have an old Firefox Mozilla account, but I can't recall the primary email associated with it. However, I do know that my current email is listed as a secon… (Lesen Sie mehr)

Hello Team.

I have an old Firefox Mozilla account, but I can't recall the primary email associated with it. However, I do know that my current email is listed as a secondary email on that account. I would like to unlink my current email from that account. What steps should I take to do so? Thank you

Gefragt von Roberto Hernandez vor 2 Monaten

How do I make the character under the caret visible?

On linux terminal the text should change color but how do I do that on firefox? By the way I have these settings for the caret ui.caretBlinkTime 0 ui.caretWidth 7 Not b… (Lesen Sie mehr)

On linux terminal the text should change color but how do I do that on firefox? By the way I have these settings for the caret ui.caretBlinkTime 0 ui.caretWidth 7 Not being able to see the character under the caret is problematic, would be nice if anyone knows what to do.

Gefragt von Hooper vor 1 Monat