Description: I use LibreOffice Writer and choose Format from toolbar, then shows context menu clipped by laptop screen and mouse pointer cannot reach top item in that menu because it is too long. Steps to Reproduce: 1.Click Format from Toolbar 2. 3. Actual Results: Top item menu cannot be reached by mouse pointer because it's clipped by laptop screen Expected Results: Top item menu can be reached by mouse pointer, either by scrolling or etc. Reproducible: Always User Profile Reset: No Additional Info: Version: 25.8.1.1 (X86_64) / LibreOffice Community Build ID: 580(Build:1) CPU threads: 4; OS: Linux 6.16; UI render: default; VCL: kf6 (cairo+wayland) Locale: id-ID (en_US.UTF-8); UI: en-US 25.8.1-3 Calc: threaded
Sounds like a scaling issue with your os/DE and display resolutions. What display factors have you set, what display dimension?
Scaling 100% and display is 1366 x 768
(In reply to V Stuart Foote from comment #1) > Sounds like a scaling issue with your os/DE and display resolutions. > > What display factors have you set, what display dimension? Scaling 100% and display res : 1366 x 768
supported display are min 1280 x 800 [1], but menus should not extend out of display at 768px (don't that I recall at 1024x768 on Win builds), guess it could be an issue specific to the kf5/kf6 os/DE vcl plug-in's handling of menus. Are you able to change over to the "gen" or the "gtk3" vcl plugin and retest? Done with the SAL_USE_VCLPLUGIN environment variable, or see Ask How-to: https://ask.libreoffice.org/t/how-do-i-start-libreoffice-with-a-different-vcl/82156 =-ref-= [1] https://www.libreoffice.org/get-help/system-requirements @Michael, any perspective here for use of diminutive display with the kf6 (cairo+wayland) plugin?
(In reply to V Stuart Foote from comment #4) > @Michael, any perspective here for use of diminutive display with the kf6 > (cairo+wayland) plugin? For kf6, a native Qt menu gets used. That sounds like the Wayland-specific Qt issue https://bugreports.qt.io/browse/QTBUG-137955 . -> Closing as NOTOURBUG Please feel free to reopen if you also see this on X11/XWayland, e.g. when starting LO with environment variable QT_QPA_PLATFORM=xcb .