Details
-
Bug
-
Status: Done
-
High
-
Resolution: Fixed
-
5.0.1, 5.0.4
-
None
-
None
-
Sprint 31 - Ends June 27, Sprint 31 - Ends July 11, Sprint 31 - Ends July 25, Sprint 31 - Ends Aug 7, Sprint 32 - Ends Aug 21, Sprint 32 - Ends Sept 4
-
0
Description
Setup a raw xml module with the following content:
<web-item name="aero Button" i18n-name-key="aero-button.name" key="aero-button" section="system.top.navigation.bar" weight="1000"> <description key="aero-button.description">Links for aero</description> <label key="aero"/> <tooltip key="tool1">Menu item</tooltip> <link linkId="aero-link"/> </web-item> <web-section name="dropDown" key="drop-down" location="aero-link" weight="1000"> <description key="drop-down.description">Drop-Down PlugIn</description> </web-section>
Then setup a custom web-item item as below:
Click the "Dashboards" menu at the top and then "Test Web Item". The dialog will only be rendered correctly if you click exactly on the text. If you click on the item but not where the text is it will take you to the show dialog url rather than render it.
It seems we need to bind the event handler to the <li> element rather than the <a> element.