Bug 34030 - noVNC session tab title: umlauts and special characters are decoded incorrectly
noVNC session tab title: umlauts and special characters are decoded incorrectly
Status: CLOSED DUPLICATE of bug 35428
Product: UCS
Classification: Unclassified
Component: Virtualization - UVMM
UCS 4.2
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-31 14:34 CET by Erik Damrose
Modified: 2023-06-28 10:46 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 1: Cosmetic issue or missing function but workaround exists
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.006
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Damrose univentionstaff 2014-01-31 14:34:43 CET
noVNC uses unescape() in its javascript files to decode the page title. This does not work for special characters. 

Unescapt is marked deprecated in javascript, decodeURIComponent() should be used.
Comment 1 Philipp Hahn univentionstaff 2017-05-03 12:27:25 CEST
Fix for upcoming 0.7 release of noVNC: <https://github.com/novnc/noVNC/pull/817>
Comment 2 Florian Best univentionstaff 2019-11-13 16:16:21 CET
Fixed due to package upgrade from Debian buster Bug #35428.

*** This bug has been marked as a duplicate of bug 35428 ***