Description of problem: The <FormattedMessage> component used for I18N adds an additional span tag to some of the buttons in the nodes actions toolbar. If this button is clicked, the event target is the span element, not the button element. The button element however has a "name" attribute which is needed to determine what to do after the click. Since the button is no longer the target of the click event, this attribute isn't recognized and nothing happens. This could be fixed by checking the name attribute of the parent element of the event target. As a workaround, users can use shift+tab after selecting a node to bring back the focus to the button and trigger the introspection by pressing enter. This problem might occur in other places as well. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Master patch + backport to Ocata/11 merged upstream.
Patch Merged upstream not yet into a build downstream
Verified : openstack-tripleo-ui-3.1.0-3.el7ost.noarch
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:1245