Page MenuHomePhabricator

Bug: "Continue reading" text field is selectable
Closed, ResolvedPublic

Description

pasted_file (1×750 px, 417 KB)

Event Timeline

BGerstle-WMF raised the priority of this task from to Needs Triage.
BGerstle-WMF updated the task description. (Show Details)
BGerstle-WMF subscribed.

So, I looked into this a bit and found:

  • this applies to all section headers. [0]
  • can't be easily fixed since UITextView.selectable also breaks link interactivity

So we can try playing around w/ the responder chain to disable selection, hiding the menu, or using something besides a UITextView to display these "links" (e.g. a button).

@Fjalapeno @JMinor @Mhurd thoughts?

0:

pasted_file (1×750 px, 251 KB)