Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 10 years ago

#3618 closed defect (bug) (fixed)

UI issue – ”Remove Favorite” title

Reported by: wedeem Owned by:
Priority: trivial Milestone: 1.5.2
Component: Core Version: 1.5
Severity: trivial Keywords: ui-feedback
Cc:

Description

After marking a item as a “Favorite”, when you hover over “Remove Favorite” the title is the same as “Favorite”. The title being “Mark as Favorite”.

The title should change once marked as favorite.

Change History (6)

#1 @boonebgorges
15 years ago

  • Milestone Awaiting Review1.5.1
  • Priority normaltrivial
  • Severity normaltrivial

The javascript that we have for marking/unmarking favorites should be revisited on a broader scale at some point. But, for a bugfix release, we could consider adding a line around 187 in global.js that changes this title text. Patches welcome, otherwise this one's getting booted.

#2 @DJPaul
15 years ago

The patch would need to add the localised strings to bp_dtheme_enqueue_scripts()

#3 @boonebgorges
15 years ago

The patch would need to add the localised strings to bp_dtheme_enqueue_scripts()

Strictly speaking, since the AJAX handler just returns the button text, you could use that same text to populate the title attribute. But that seems a bit hackish in a couple ways, so adding separate strings seems better (even if they say the same thing).

#4 @boonebgorges
15 years ago

  • Resolutionfixed
  • Status newclosed

(In [5362]) Swaps the title attribute on the Favorite/Remove Favorite button when clicked. Fixes #3618

#5 @boonebgorges
15 years ago

(In [5363]) Swaps the title attribute on the Favorite/Remove Favorite button when clicked. Fixes #3618

#6 @DJPaul
10 years ago

  • Component General - UX/UICore
Note: See TracTickets for help on using tickets.