Better handling of hyperlinks in widget titles and descriptions
R
Rich Rein
Similar to the "PRs waiting for me" table on the Home page of the the demo site, we are using hyperlinks in descriptions of some of our dashboard table widgets. When you click on the hyperlink, event bubbling gets in the way - leaving the user seeing the table expand to be displayed in a modal before navigating to the next page (the target of the hyperlink), without any sort of notion that their link click registered until the navigation happens (because the first thing that they see is the widget moving to the modal dialog). Is there a way to capture the anchor click, such that the event handling to trigger the modal display does not occur before the navigation?
R
Rich Rein
After conversation with Danny Hatcher, this has been written up internally as a bug.