arnog / mathlive

A web component for easy math input
https://cortexjs.io/mathlive
MIT License
1.41k stars 266 forks source link

Bold menu option doesn't appear when selecting pi #2428

Closed andrew-murdza closed 1 week ago

andrew-murdza commented 2 weeks ago

Steps to Reproduce

  1. Run this code
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Change FontShape of MathField</title>
    <script defer src="https://unpkg.com/mathlive"></script>
    </head>
    <body>
    <math-field id='mf'>\pi</math-field>
    </body>
    </html>
  2. Right select pi, right-click, choose FontStyle

Actual Behavior

  1. Three options appear but none of them are bold

Expected Behavior

One of the options that appears is bold

Environment

0.100.0 Windows Google Chrome

arnog commented 1 week ago

Fixed in TOT.