Bug 8185 - It's easy to miss ligature setting for Space mono font in tlwebadm
Summary: It's easy to miss ligature setting for Space mono font in tlwebadm
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Other (show other bugs)
Version: trunk
Hardware: Other Other
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-07 12:52 CEST by Alexander Zeijlon
Modified: 2023-07-11 13:17 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Alexander Zeijlon cendio 2023-07-07 12:52:17 CEST
Ligatures are disabled in CSS for elements where our Space mono font is currently used in tlwebadm and tlwebaccess. See bug 8166.

There is a risk that the ligature property set for elements that use Space mono accidentally gets inherited by elements where other fonts should be used with the ligature property enabled.

Ex, doing the following (with our CSS-files):
<div class="command">
  <textarea></textarea>
</div

This results in a textarea where the font is set to Mulish, and ligatures turned off. Where the expectation would be to have ligatures enabled, since the font-family is not set to Space-mono.

We could fix this by for example disabling ligatures for the font itself.

Note You need to log in before you can comment on or make changes to this bug.