Skip to content

Commit 1b109cf

Browse files
Suggestion change
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
1 parent 325b276 commit 1b109cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/globalCommands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3677,6 +3677,8 @@ def script_reportLinkDestination(
36773677
and obj.parent.role == controlTypes.role.Role.LINK
36783678
)
36793679
):
3680+
# In Firefox, graphics with a parent link also expose the parents link href value.
3681+
# In Chromium, the link href value must be fetched from the parent object. (#14779)
36803682
obj = obj.parent
36813683
if (
36823684
obj.role == controlTypes.role.Role.LINK # If it's a link, or

0 commit comments

Comments
 (0)