Edit Icon Won't Support Right Click and Open in New Tab
Description
Steps to Repro:
Log into folio-testing
Go to Users and click on a user record
Right click the edit icon
Expected: Should have standard browser options for a link including right click to open in new tab. This should work for any record with an edit button/icon in FOLIO
Actual: Doesn't have these options
Additional Info: The edit page does now have it's own URL (per FOLIO-941)
<IconButton> needs to be handy, like <Button> so if it gets an `href` prop, it can render a <Link> or <a>, what do you think, ?
Zak Burke January 15, 2018 at 1:11 AM
For accessibility reasons, that icon is a button rather than a link, and browsers do not support right-click-new-tab for buttons. It should be possible to change the icon to link instead of a button, and add additional accessibility markup. , any thoughts on how best to proceed here?
We should use the same pattern for all icons in the panel-header bar (+New, Edit, Clone, etc.).
Steps to Repro:
Log into folio-testing
Go to Users and click on a user record
Right click the edit icon
Expected: Should have standard browser options for a link including right click to open in new tab. This should work for any record with an edit button/icon in FOLIO
Actual: Doesn't have these options
Additional Info: The edit page does now have it's own URL (per FOLIO-941)