Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Popup window when clicking into URL

  • 3 відповіді
  • 0 мають цю проблему
  • 55 переглядів
  • Остання відповідь від Ray Gurganus

more options

For the past few weeks when I click into the URL address bar, I get a popup window covering the entire Firefox window (see screenshot). This is really annoying, as I have to escape out of this to get back to the window. It makes more sense just to place the cursor in the URL. Is there a way to disable this? Or is this a bug? Or is it a problem in my installation? I'm running Firefox 133.0 (64-bit). Thank you.

For the past few weeks when I click into the URL address bar, I get a popup window covering the entire Firefox window (see screenshot). This is really annoying, as I have to escape out of this to get back to the window. It makes more sense just to place the cursor in the URL. Is there a way to disable this? Or is this a bug? Or is it a problem in my installation? I'm running Firefox 133.0 (64-bit). Thank you.
Вкладені знімки екрана

Обране рішення

(A) fixed it, thanks! I have rules added to userChrome to color tabs according to different URL domains.

Читати цю відповідь у контексті 👍 0

Усі відповіді (3)

more options

Popups when clicking a URL could be caused by browser settings or extensions—check and adjust accordingly.

more options

Sorry, you probably are using a userChrome.css file with some rules dating back to the Firefox 75 days to prevent the address bar from popping out when you click in it. Firefox 133 is no longer compatible with the old code (as you can see). You can either:

(A) Delete the code blocks that have [breakout-extend] on the first line (for example, code blocks like #urlbar[breakout][breakout-extend]{rules})

or

(B) Update/replace those old rules with new rules that works for Firefox 133+

Note that the new pop-out is less dramatic than the old one, so (A) is probably good enough for most people.

more options

Вибране рішення

(A) fixed it, thanks! I have rules added to userChrome to color tabs according to different URL domains.