Bug 122577 - Dialog theming/UX - buttons
Summary: Dialog theming/UX - buttons
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: iOS Editor (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other iOS
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-08 20:49 UTC by Nicolas Christener
Modified: 2019-03-15 10:07 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Button design not like an iOS widget (414.35 KB, image/png)
2019-01-08 20:50 UTC, Nicolas Christener
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Christener 2019-01-08 20:49:36 UTC
Description:
Buttons have a "3D effect" and are drawn with a gray background.

The Apple HIG defines the buttons here:
https://developer.apple.com/design/human-interface-guidelines/ios/controls/buttons/

Difference:
* no visible border
* no background
* colored text

I think it would make sense to reuse (parts of) this style.

Steps to Reproduce:
1. Create a writer document in the iOS app, mark text
2. Open the dialog to edit the paragraph style
3. See e.g. the button called "Zuweisen" in the attached screenshot

Actual Results:
The button does not look like an iOS widget.

Expected Results:
The button should look like an iOS widget.


Reproducible: Always


User Profile Reset: No



Additional Info:
Comment 1 Nicolas Christener 2019-01-08 20:50:52 UTC
Created attachment 148149 [details]
Button design not like an iOS widget
Comment 2 Aron Budea 2019-01-09 00:17:10 UTC
I'm not sure how much of this is achievable with the current dialog tunnelling. Currently buttons can be themed for a different look, but the dialog design should also adapt to these buttons, which I don't think can be done at the moment.

Nevertheless, as an enhancement for the future this is a fair idea.
Comment 3 Nicolas Christener 2019-03-15 10:07:40 UTC
Fixed in 0.1 (22).

Thanks @Collabora!