MatMoul / quickdial-webext

QuickDial : WebExt Dial page for Firefox
Mozilla Public License 2.0
51 stars 14 forks source link

Grid is wider than it used to be #164

Closed agilob closed 3 years ago

agilob commented 3 years ago

I have 4x5 grid which used to fix on one screen, but after update to 85 the grid has now a horizontal scroll, 1/3 of the last column doesn't fit in the screen without scrolling.

Broken since Fx 85

Planet6 commented 3 years ago

I have similar problems with 85. Plus there are some white stripes on the left. See picture

2021-01-26 23_33_29-Quick Dial — Mozilla Firefox

Hope the Dev is still around?

Because the FIX provided by Shne; (re) setting dom.menuitem.enabled in about:config too 'true' is temporary. ( deprecated and will be removed in future by Mozilla)

harbourlad commented 3 years ago

I have exactly the same problem since 85.0

Hiromacu commented 3 years ago

ScreenShot01 Same problem here.

MatMoul commented 3 years ago

Temporary fix : https://github.com/MatMoul/quickdial-webext/issues/162#issuecomment-767738932 And my reply : https://github.com/MatMoul/quickdial-webext/issues/162#issuecomment-768491335

agilob commented 3 years ago

Thanks, I feared the addon has been abandoned.

MatMoul commented 3 years ago

I'm just to busy to work on it... But when I'm impacted, I need to take time :(

MatMoul commented 3 years ago

You can orce update your addons and reset dom.menuitem.enabled flag. I've rewrited the context menu with the limitations of the current API. Now all is grouped in the child menu "Quick Dial"

agilob commented 3 years ago

Thanks