Page MenuHomePhabricator

Inconsistent link adaptation in id<->ms translations
Closed, ResolvedPublic

Description

Continuation of T85200. For id<->ms translations, the following behaviour can be replicated repeatedly:

  1. Clicking on the link that exists only on the source and not for the target, turns the source link red.

The following behaviour originally reported could not be replicated but are yet to be verified. Merging some of the link adaptation patches may fix them:

  1. After selecting a text in the target that previously displayed a link, the link card is not displayed (inconsistent; sometimes displayed)
  2. Clicking on the source link automatically adds the link in the target (not consistent)

Event Timeline

Arrbee raised the priority of this task from to High.
Arrbee updated the task description. (Show Details)
Arrbee subscribed.

// Clicking on the link that exists only on the source and not for the target, turns the source link red.

This is expected behavior if the link in the source article is indeed a red link. We show it as blue. when clicked we check if it exist or not. If it does not exist we turn it red. We are not doing this check for all links in source article without any trigger because of performance issues. See https://gerrit.wikimedia.org/r/#/c/163100/ and https://wikimedia.mingle.thoughtworks.com/projects/language_engineering/cards/4373

// After selecting a text in the target that previously displayed a link, the link card is not displayed (inconsistent; sometimes displayed)

Duplicate of T85930

// Clicking on the source link automatically adds the link in the target (not consistent)

Tracked through T85992

Arrbee claimed this task.