Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Closes #3269 Adds Tooltips to the video controls #3529

Merged
merged 1 commit into from
Jun 24, 2020

Conversation

keianhzo
Copy link
Contributor

Closes #3269 Adds tooltips to the video controls. Also adds support for curved tooltips, it seems it was lost in some rebase.

@keianhzo keianhzo self-assigned this Jun 22, 2020
@keianhzo keianhzo requested a review from bluemarvin June 22, 2020 15:05
@bluemarvin
Copy link
Contributor

Video control tool tips should not be curved when there are multiple windows. Should be handled the same as the tray and have setCurvedTooltip(false) invoked.
One window:
image
Two windows:
image

The fullscreen video UI has the same problem:
image

Copy link
Contributor

@bluemarvin bluemarvin left a comment

Choose a reason for hiding this comment

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

UI unaffected by number of windows should have flat tool tips.

@bluemarvin
Copy link
Contributor

I wonder if it would be easier to make tool tips flat by default and only make them curved for the navbar?

@keianhzo keianhzo force-pushed the v11/media_controls_tooltips branch from 62445c7 to 7113f81 Compare June 23, 2020 12:29
@keianhzo
Copy link
Contributor Author

@bluemarvin updated to be flat by default and only curve navigation bar tooltips. Also added a tooltipCurved property to set it in the layout XML.

@keianhzo keianhzo requested a review from bluemarvin June 23, 2020 12:30
@keianhzo keianhzo force-pushed the v11/media_controls_tooltips branch from 7113f81 to bbde39e Compare June 24, 2020 09:01
@keianhzo
Copy link
Contributor Author

@bluemarvin Updated. Now by default the parent's curved mode is used unless a tooltipCurved property is added to the tooltip layout, in that case that one is used.

@bluemarvin bluemarvin merged commit b58cb6d into master Jun 24, 2020
@bluemarvin bluemarvin deleted the v11/media_controls_tooltips branch June 24, 2020 19:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The on screen controls in immersive mode do not have tooltips
2 participants