Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7963 closed defect (bug) (fixed)

Activity item: Secondary avatar and user name/group name create duplicated link.

Reported by: dcavins Owned by: djpaul
Priority: low Milestone: 4.0
Component: Templates Version: 3.0.0
Severity: minor Keywords: has-patch needs-screenshots commit
Cc: dcavins

Description

bp_nouveau_activity_secondary_avatars() duplicates logic from bp-legacy in which the secondary activity item's avatar is inserted in the activity header before the text link to that secondary item. WCAG prefers that these items be contained within a single link: https://www.w3.org/TR/2014/NOTE-WCAG20-TECHS-20140311/H2

Attachments (2)

activity-item-before.png (16.7 KB ) - added by dcavins 8 years ago.
Screenshot showing duplicated link.
7963.01.diff (1.1 KB ) - added by dcavins 8 years ago.
Patch updating avatar-injecting logic in Nouveau.

Download all attachments as: .zip

Change History (6)

@dcavins
8 years ago

Screenshot showing duplicated link.

@dcavins
8 years ago

Patch updating avatar-injecting logic in Nouveau.

#1 @DJPaul
8 years ago

  • Keywords needs-screenshots added; has-screenshots removed
  • Milestone Awaiting Review4.0

Looks good. I will also buy you a doughnut if you adjust that comparison with the assignment into separate lines, while you're there.

#2 @DJPaul
8 years ago

  • Keywords commit added

#3 @djpaul
8 years ago

  • Owner set to djpaul
  • Resolutionfixed
  • Status assignedclosed

In 12269:

Activity: consolidate secondary activity avatar and name into one link.

Per WCAG guidelines, these should be a single link.
See https://www.w3.org/TR/2014/NOTE-WCAG20-TECHS-20140311/H2

Fixes #7963

Thanks to dcavins

#4 @boonebgorges
8 years ago

In 12283:

Fix varibale name typo introduced in [12269].

See #7963.

Note: See TracTickets for help on using tickets.