Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Address bar and control buttons are overlapping

  • 7 ответов
  • 0 имеют эту проблему
  • 1 просмотр
  • Последний ответ от Ed

more options

Hi! From some time now i have problem with GUI elements overlapping each other. It started with the window control buttons (that part, where you can close the window). Esthetics aside, it was not that big deal, so I just ignored it, but some time ago similar overlap appeared on address bar - so now I don't see what I'm writing. This is a big deal, now I can't really tell if I made a typo, I'm not able to correct it or I can't see if what I'm writing is mixed with original url, stuff like that.

I'm on Manjaro Linux and Firefox version is 127.0 (64 bits) I've tried to reinstall Firefox with different sources, like Flatpak for example, but the issues persists. Has anyone an idea how to fix this?

Hi! From some time now i have problem with GUI elements overlapping each other. It started with the window control buttons (that part, where you can close the window). Esthetics aside, it was not that big deal, so I just ignored it, but some time ago similar overlap appeared on address bar - so now I don't see what I'm writing. This is a big deal, now I can't really tell if I made a typo, I'm not able to correct it or I can't see if what I'm writing is mixed with original url, stuff like that. I'm on Manjaro Linux and Firefox version is 127.0 (64 bits) I've tried to reinstall Firefox with different sources, like Flatpak for example, but the issues persists. Has anyone an idea how to fix this?
Приложенные скриншоты

Все ответы (7)

more options

Your css is interfering. In userChrome.css or an imported file which contains --url-toolbar-height, replacing it with --urlbar-container-height should fix the problem.

Полезно?

more options

Ed said

Your css is interfering. In userChrome.css or an imported file which contains --url-toolbar-height, replacing it with --urlbar-container-height should fix the problem.

Thank you! :) But my userChrome.css only has 7 lines and neither of them looks like that:

#nav-bar, #identity-box, #tabbrowser-tabs, #TabsToolbar {

	visibility: collapse;

}

#nav-bar * {
   visibility: visible !important;

}

How should it look like? Where to put the --urlbar-container-height part? Or maybe Firefox is looking somewhere else for the CSS?

Изменено Sivar

Полезно?

more options

You collapse the Navigation Toolbar, but displays all toolbar items. I'm not sure on what toolbar those items appear. Do you have the menu bar visible as that is the first choice for showing the control buttons? The second choice would be the Tab bar, but you are hiding its tab.

You can use the Browser Toolbox to check out the current rules and see if you can improve things.

Полезно?

more options

Thank you for the tool - I will check it out, maybe will be able to figure out fix. For the rest, I'm afraid I did not understand much. I haven't change any settings, this seems to be the default for me.

cor-el said

You collapse the Navigation Toolbar, but displays all toolbar items. I'm not sure on what toolbar those items appear.

I assume you refer to the userChrome.css - I did not change anything there, at least not manually. My problem is with url address bar mostly.

cor-el said

Do you have the menu bar visible as that is the first choice for showing the control buttons?

I'm not sure if I understand your question. What menu bar exactly? It should be visible where? I'm attaching screenshot of entire new window, hopefully that could answer any questions.

cor-el said

The second choice would be the Tab bar, but you are hiding its tab.

I have the tab bar visible (or at least I think so ;) )

Полезно?

more options

What theme is that? Try disabling it and see what happens.

Полезно?

more options

Ed said

What theme is that? Try disabling it and see what happens.

I use the basic theme that comes with Firefox. Tried to change it anyway, but it doesn't seem to have any effect on the problematic UI parts

Полезно?

more options

Полезно?

Задать вопрос

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.