ENGAGE-436: "Abuse reported" text is an actionable (possibly a link?) that does nothing; should be text that does nothing

Metadata

Source
ENGAGE-436
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
Antranig Basman
Reporter
James Yoon
Created
2010-02-22T17:11:20.000-0500
Updated
2017-12-22T09:44:28.456-0500
Versions
  1. 0.3b
  2. 0.3
Fixed Versions
  1. 0.5
Component
  1. Comments

Description

Users can tap on the "Abuse reported. Pending moderator review." text and receive visual feedback. i.e., it acts like a link that goes nowhere. Intended behavior: it should act like regular text.

Attachments

Comments

  • Antranig Basman commented 2010-02-22T20:00:33.000-0500

    This is actually an "a" tag which had been styled to appear like normal text (underline, cursor) removed - is there any visual or functional behaviour that the link has on the mobile platform?

  • Colin Clark commented 2010-02-22T20:03:23.000-0500

    James, here's what I think you're saying. Am I correct?

    The "Abuse reported" text is a link, but should be "dead," in that it shouldn't be tappable, nor should it provide any highlight or affordance of tappability.

    If so, the reason is probably because of this class, set in engage-mobile.css:

    .fl-theme-iphone .fl-engage-tappable {
    -webkit-tap-highlight-color: rgba(0,0,255,0.5);
    }

    Antranig, you probably just need to override your link to set a completely transparent (0,0,0,0) tap highlight or similar hack.

  • James Yoon commented 2010-02-23T14:14:30.000-0500

    Yep, exactly that--it should be dead. To the user, it should appear as regular text--not tappable, nor provide feedback on tapping.

  • Justin Obara commented 2010-03-01T15:53:24.000-0500

    IMG_0013.PNG Shows the text being highlighted.

  • Justin Obara commented 2017-12-22T09:44:28.455-0500

    The repository has been archived.