Needs review
Project:
Share Everywhere
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2023 at 08:10 UTC
Updated:
10 Sep 2024 at 07:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
joshua1234511Attached patch for 2.0.0 Release.
Comment #4
guptahemant commentedPatch in #2 introduces following issue:
The visual label must appear in the accessible name of links and controls,
Example Visual label: Facebook share(Opens in a new tab/window) not in Opens in a new tab/window
To fix this we need to make sure aria-label attribute contains the complete text which appear in link element.
Here ia patch which builds on top of #2 to fix this issue.
Comment #5
guptahemant commentedComment #6
paulrad commentedCan confirm that #4 addresses the reported issue. Moving to RTBC
Comment #7
paulrad commentedCan any maintainer review this issue?
Comment #8
ameymudras commentedThe patch #4 doesn't apply to the latest 2.x branch. I have re rolled the patch to fix the issue
Comment #9
ameymudras commentedComment #10
ameymudras commentedRe rolled the patch for the latest version
Comment #11
ameymudras commentedUpdated patch