Skip to content

applets/notifications: don't read out body as HTML

Christoph Wolk requested to merge cwo/plasma-workspace:nohtmlreadout into master

Reason for the change

The notifications have a great custom Accesible.description set in the model. Unfortunately, the body text takes precedence over it, and is read out in full... as HTML code, including preamble, stylesheet, tags etc.

Instead, set the body to Accessible.ignored, so that the custom description is read out.

Test plan

  1. Screenreader on
  2. Get a notification
  3. (without patch) LESS DOCTYPE HTML PUBLIC and so on
  4. (with patch) proper notification body

Screenshots or screen recordings

N/A

Bugs fixed

BUG: 500621 FIXED-IN: 6.3.2

Edited by Christoph Wolk

Merge request reports

Loading