You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We didn't do this as part of #4117 but we should update the target-size check to use the new dom.getTargetSize function and replace all uses of nodeRect with the target size.
The text was updated successfully, but these errors were encountered:
Part of this ticket will need to include commonizing the handling of descendants of targets that can change the true clickable size of the target (such as an image inside a link) and also shouldn't be counted as an obscuring element to the target.
We didn't do this as part of #4117 but we should update the target-size check to use the new
dom.getTargetSize
function and replace all uses ofnodeRect
with the target size.The text was updated successfully, but these errors were encountered: