Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.23
-
None
-
Chrome 32.0.1700.107
Mac OS X 10.8.5
Description
When a gadget contributes an action to its chrome's toolbar via the "gadget/toolbar" path, the action will render but the provided tooltip is not displayed.
The issue here is that the wrong attribute is being used to define the tooltip. It is currently "tooltip", which is not a valid HTML attribute, when it should be "title".