All and OK and Cancel have A, O and C as accelerators (anyway, they work ;) ) but those are not visible (follow up from issue 94908)
thanks!
IIRC there’s this thing that drops accelerator underlines from displaying in a per-platform basis. This was intended for OS X (where it’s correct), but I believe Windows has a similar hack to avoid the underlines from displaying in OK/Cancel (which makes no sense, since the rest of buttons *do* display them).
Just to be clear: the accelerators are not show also if Alt is hold.
For the following version, All, Ok, Cancel buttons have accelerators visible by default. Should this bug be marked as regression ? Version: 5.0.3.2 Build ID: 5.0.3.2-4.fc23 Locale: en-US (en_US.utf8) OS : Fedora 23 64 bit. Noticed that in current master, the UIs created with VclBuilder does not have this issue. ( Auto filter UI is created manually without VclBuilder. ) I tried to figure out the issue by looking at the autofilter ui related code from 5.0 and I could not see any change that could cause this issue, so I feel that something has changed in VCL or accessibility libraries that needs a corresponding change for UI that is created without VclBuilder. So may need inputs from VCL experts.
(In reply to Dennis Francis (ldcs.co.in) from comment #4) > For the following version, All, Ok, Cancel buttons have accelerators visible > by default. Should this bug be marked as regression ? Eh.. yes > Version: 5.0.3.2 > Build ID: 5.0.3.2-4.fc23 > Locale: en-US (en_US.utf8) > OS : Fedora 23 64 bit. > > > Noticed that in current master, the UIs created with VclBuilder does not > have this issue. ( Auto filter UI is created manually without VclBuilder. ) Current daily that I have indeed doesn't yet show it. Version: 5.2.0.0.alpha0+ Build ID: 4f088f78050ec1c831b31b3bf3d4e8d5197c7daa Threads 2; Ver: 4.2; Render: default; TinderBox: Linux-rpm_deb-x86@71-TDF, Branch:master, Time: 2015-11-27_18:19:18 Locale: nl-NL (nl_NL.UTF-8)
Tested on windows - All have accelerator, OK and Cancel doesn't. LO 5.0.3.2, and Version: 4.5.0.0.alpha0+ Build ID: 57d6b92b69a31260dea0d84fcd1fc5866ada7adb
Gtk-, maybe Windows-only issue, can't repro w/ KDE UI Possible regression from 74407aef94b6d8dfdd69891c4a6e578587ef3e71
(In reply to Katarina Behrens (CIB) from comment #7) > Gtk-, maybe Windows-only issue, can't repro w/ KDE UI I'm on Ubuntu 32 bits. With or Without OpenGL makes no difference.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=545d5157f26b7fd3c5648ae6e727b1e1addca68f Resolves: tdf#95729 move 'alt' accel enable/disable down to systemwindow It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.