Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

branding: fix widget backgrounds (transparent) #8448

Merged
merged 1 commit into from
Sep 24, 2020
Merged

Conversation

vince-fugnitto
Copy link
Member

What it does

Fixes: #8444

The following pull-request updates the background of widgets in the framework so they are no longer transparent.
Previously, when there would be content behind views (such as a branding icon), the rendering would be incorrect.

The pull-request includes the following changes:

  • fixes the background of views/widgets
  • adds a branding example to api-samples (main menu icon and branding icon)
Default (No Views Visible) View Visible
Screen Shot 2020-08-31 at 9 29 26 AM Screen Shot 2020-08-31 at 9 29 32 AM

How to test

  1. start the example application.
  2. verify that the menu icon is visible.
  3. verify that the branding icon is visible (when no content is present in the main area).
  4. verify (with multiple views/widgets) that the branding icon is not visible when content is present in the main area.

Review checklist

Reminder for reviewers

Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com

the following commit:
- fixes the background for all widgets (so they do not have transparent
  backgrounds)
- adds a branding example to `api-samples` for branding the icon, and
  main area.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
@vince-fugnitto vince-fugnitto added the ui/ux issues related to user interface / user experience label Aug 31, 2020
@vince-fugnitto vince-fugnitto self-assigned this Aug 31, 2020
@akosyakov
Copy link
Member

@vince-fugnitto Could you assign someone else for review? I won't have much time for reviews this month.

Copy link
Contributor

@kittaakos kittaakos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified. Thank you!

verify that the menu icon is visible.

verify that the branding icon is visible (when no content is present in the main area).

verify (with multiple views/widgets) that the branding icon is not visible when content is present in the main area.

@vince-fugnitto vince-fugnitto merged commit 9a46d0a into master Sep 24, 2020
@vince-fugnitto vince-fugnitto deleted the vf/8444 branch September 24, 2020 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui/ux issues related to user interface / user experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] widget background is transparent making brand logo visible
4 participants