Page MenuHomePhabricator

[betalabs] Links in Flow text excerpts displayed incorrectly
Open, Needs TriagePublic

Description

  1. Create a new post with the following text:
test
[[https://en.wikipedia.beta.wmflabs.org/wiki/Talk:ET33]]
  1. A user who watches that topic will receive

Screen Shot 2016-04-22 at 1.06.54 PM.png (592×162 px, 24 KB)

Event Timeline

Mattflaschen-WMF renamed this task from [betalabs] Links in text excerpts displayed incorrectly to [betalabs] Links in Flow text excerpts displayed incorrectly.Apr 25 2016, 9:24 PM
Catrope renamed this task from [betalabs] Links in Flow text excerpts displayed incorrectly to [betalabs] Links in text excerpts displayed incorrectly.Apr 25 2016, 9:24 PM
Catrope subscribed.

This is because Flow uses Parsoid HTML, and in Parsoid HTML the representation of a link like [http://example.com] is an empty <a>tag (with the brackets and number injected by CSS).

Mattflaschen-WMF renamed this task from [betalabs] Links in text excerpts displayed incorrectly to [betalabs] Links in Flow text excerpts displayed incorrectly.Apr 25 2016, 10:28 PM