Page MenuHomePhabricator

[BUG] Text in LLM MoS suggestions cards not displaying as expected
Closed, DuplicatePublicBUG REPORT

Description

The text within the LLM MoS suggestions is both:

  1. Being cut off
  2. Presenting raw links

Reproduction steps

  1. Make sure Suggestion Mode and experimental suggestions are enabled
  2. Visit an article where ≥1 LLM MoS suggestion is available
  3. Locate an LLM-generated MoS suggestion
    • //E.g. "Simplify language" or "NPOV"
  4. ❗️Notice the text within suggestion card is cut off and links within the cards are not being rendered as links

Event Timeline

Restricted Application changed the subtype of this task from "Task" to "Bug Report". · View Herald TranscriptAug 7 2026, 11:33 PM
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

image.png (818×878 px, 283 KB)

The suggestion description provided doesn't contain any wikitext links, and so it's rendering as-requested. (That's a markdown-style link.)

The cutoff is a side-effect of the unrendered link being very long and pushing the text area out. If the link is fixed it'll be fixed.