If I want to attach a Slide Out Panel trigger as onmousedown event for an entire column of a Harmony grid, (also adding an onmousedown link to the nav menu for accessibility), it does what I want. Touch the column, get the Slide Out Panel.
Which is better practice - attach the onmousedown event to the hmy-section, hmy-content-wrapper, or hmy-content div?
With the trigger on the hmy-section, I see that clicking an embedded text link within hmy-content does trigger the SlideOutPanel just before redirecting the broswer to the new URL, which isn't ideal, but is reasonable and isn't a real problem.
Are there cautions to be considered here? Thanks