| Summary: | Spectacle displays found barcode contents with escaped HTML entities | ||
|---|---|---|---|
| Product: | [Applications] Spectacle | Reporter: | Tobias Leupold <tl> |
| Component: | General | Assignee: | Noah Davis <noahadvs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde, tl |
| Priority: | NOR | ||
| Version First Reported In: | 24.12.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/spectacle/-/commit/713cd2d57fbac84795cd6678dbac2a38334c8a77 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
Example QR code encoding `Some string with "quotes"`
Spectacle displaying "Some string with "quotes"" as the QR code dataset |
||
|
Description
Tobias Leupold
2025-01-13 18:06:44 UTC
Created attachment 177324 [details]
Example QR code encoding `Some string with "quotes"`
Created attachment 177325 [details]
Spectacle displaying "Some string with "quotes"" as the QR code dataset
A possibly relevant merge request was started @ https://invent.kde.org/graphics/spectacle/-/merge_requests/432 Git commit ce6542fec0c6bd5fd4f4c5c4116165474926517e by Noah Davis. Committed on 13/01/2025 at 18:35. Pushed by ndavis into branch 'master'. Force QR code inline message to always be HTML Without this, some characters will sometimes be shown in their raw html escaped forms when the internal text object of Kirigami InlineMessage is detecting plain text. M +1 -1 src/Gui/QRCodeScannedMessage.qml https://invent.kde.org/graphics/spectacle/-/commit/ce6542fec0c6bd5fd4f4c5c4116165474926517e Git commit 6fdd77148f5356647f63cb0b6fce17b7a2649871 by Noah Davis. Committed on 13/01/2025 at 21:04. Pushed by ndavis into branch 'release/24.12'. Force QR code inline message to always be HTML Without this, some characters will sometimes be shown in their raw html escaped forms when the internal text object of Kirigami InlineMessage is detecting plain text. (cherry picked from commit ce6542fec0c6bd5fd4f4c5c4116165474926517e) Co-authored-by: Noah Davis <noahadvs@gmail.com> M +1 -1 src/Gui/QRCodeScannedMessage.qml https://invent.kde.org/graphics/spectacle/-/commit/6fdd77148f5356647f63cb0b6fce17b7a2649871 Git commit 713cd2d57fbac84795cd6678dbac2a38334c8a77 by Noah Davis. Committed on 13/01/2025 at 21:04. Pushed by ndavis into branch 'Plasma/6.3'. Force QR code inline message to always be HTML Without this, some characters will sometimes be shown in their raw html escaped forms when the internal text object of Kirigami InlineMessage is detecting plain text. (cherry picked from commit ce6542fec0c6bd5fd4f4c5c4116165474926517e) Co-authored-by: Noah Davis <noahadvs@gmail.com> M +1 -1 src/Gui/QRCodeScannedMessage.qml https://invent.kde.org/graphics/spectacle/-/commit/713cd2d57fbac84795cd6678dbac2a38334c8a77 That was fast. Thanks :-) |