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

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

Докладніше

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

Context Menus always show collapsed (Firefox ESR 91)

  • 4 відповіді
  • 1 має цю проблему
  • 3 перегляди
  • Остання відповідь від click-click

more options

When there is enough room to expand, why do the context menus still show collapsed? All these additional clicks are for the birds. Any suggestions?

BTW Firefox ESR 78 does not do this.

When there is enough room to expand, why do the context menus still show collapsed? All these additional clicks are for the birds. Any suggestions? BTW Firefox ESR 78 does not do this.
Прикріплені знімки екрана

Змінено click-click

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

more options

This problem seems to occur when users have two displays of different resolutions. The menus show normally on one display and get shortened on the other. Is that your situation as well?

Although I've seen a few threads on this, I don't know whether there is a solution. Hopefully another support forum volunteer has a suggestion.

more options

jscher2000 said

This problem seems to occur when users have two displays of different resolutions. The menus show normally on one display and get shortened on the other. Is that your situation as well? Although I've seen a few threads on this, I don't know whether there is a solution. Hopefully another support forum volunteer has a suggestion.

I have a docking station with an external monitor and the menus are shortened there too. I also have Thunderbird ESR 91.2.1 and I don't have the collapsed problem. with it. Maybe it has something to do with the Proton changes.

Змінено click-click

more options

Can you reproduce this issue in a troubleshoot mode?

more options

TyDraniu said

Can you reproduce this issue in a troubleshoot mode?

Troubleshoot boot does something to compact mode and breaks all my previous line spacing. The menus are fully expanded if compact mode is disabled, but compact mode should also work. No?

This is what I'm using for to fix Firefox's totally lame idea of increasing the space between lines

/* Tighter spacing between menu item lines */

menupopup menu, menupopup menuitem {margin-top: 0px !important; margin-bottom: -1.8px !important} menupopup menu:first-child, menupopup menuitem:first-child {margin-top: 0px!important}

Edit: The code above caused the collapsing and I replaced it with menupopup menu, menupopup menuitem { margin-top: .2px !important }

The other code that I forgot to mention that I used to reduce line spacing was

menupopup > menuitem, menupopup > menu { padding-block: 0px !important; }

Змінено click-click