Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Fix display of compact widgets #548

Merged
merged 1 commit into from
Oct 10, 2016
Merged

Fix display of compact widgets #548

merged 1 commit into from
Oct 10, 2016

Conversation

thevoiceofzeke
Copy link
Contributor

Recent changes to the "widget info" tooltip didn't include compact widgets, and they broke. This PR fixes them.

Before

screen shot 2016-10-10 at 10 59 21 am

After

screen shot 2016-10-10 at 10 59 29 am

<div class='widget-remove' ng-hide='GuestMode'>
<i title="Remove" class="fa fa-times portlet-options" ng-click="layoutCtrl.removePortlet(portlet.nodeId, portlet.title)"><a aria-label="Remove this app symbol" href="#"></a></i>
</div>
<md-button class="widget-action widget-info md-icon-button" aria-label="see a brief description of this app">
Copy link
Contributor

Choose a reason for hiding this comment

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

Better aria-label if it was clearer about what app would be described?

Alternatively, maybe the widget <a should be aria-describedby this tooltip?

@thevoiceofzeke thevoiceofzeke merged commit b15d2f9 into uPortal-Attic:master Oct 10, 2016
@apetro apetro added this to the 5.4.0 milestone Oct 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants