Description: UI: Some buttons have dotted box around the button text Steps to Reproduce: 1. Open Writer 2. Help -> Restart in safe mode & look at the Cancel button (happens Actual Results: Dotted box (see screenshot) Expected Results: No box I guess Reproducible: Always User Profile Reset: No Additional Info: Version: 7.0.0.0.alpha0+ (x64) Build ID: 7ae9c9572ccac55c0926b8a9779bb63c4236291c CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win; Locale: nl-NL (nl_NL); UI-Language: en-US Calc: CL
Created attachment 159004 [details] Screenshot
Another example Format -> Paragraph -> Area tab
I think the dashed outlines came in with work by Miklos on bug 127211 Just manifests with the work on Skia (slight difference between the Vulkan, and the raster rendering). To me NAB.
(In reply to V Stuart Foote from comment #3) > I think the dashed outlines came in with work by Miklos on bug 127211 > > Just manifests with the work on Skia (slight difference between the Vulkan, > and the raster rendering). > > To me NAB. It doesn't really matter to me, but it's rather uncommon on Windows and also quite inconsistent. Some dialogs have it, some don't. Only Warning & info dialogs buttons seem come with dashes. Look at File -> Properties; Insert -> Envelop or Insert -> Fontwork for example. The look 'normal'. So aesthetically not quite right IMHO.
IIUC the rectangles are necessary 'focus' indicators for UI navigation, they are solid lines with some render engines but have been dashed with Skia rendering. If they appear or not depends on button's ability to take focus with keyboard or mouseover action. That they are dashed is visual noise with Skia--not clear it needs to (or can be) changed.