Closed
Description
Since the title
attribute is a standard HTML attribute used for tooltips, setting title
on the pf-wizard
component causes the browser to show a tooltip when you hover the mouse over any part of the dialog. This is especially confusing when you hover over a "Cancel" button and it shows a tooltip like "Create Binding."
One example: https://github.com/openshift/origin-web-console/blob/master/app/views/directives/bind-service.html#L3
But it's now a problem in all of our dialogs. This might need to be fixed upstream in angular-patternfly.