enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.34k stars 320 forks source link

Rendering issues for simple text #7455

Closed hubertp closed 6 months ago

hubertp commented 1 year ago

Discord username

No response

What type of issue is this?

Permanent – Occurring repeatably

Is this issue blocking you from using Enso?

Is this a regression?

What issue are you facing?

(standalone) Screenshot from 2023-07-31 12-42-41

(chrome) Screenshot from 2023-08-01 14-14-20

A simple text node is weirdly displayed during edition. Potentially related to OS (Linux)? Chrome version looks actually better than in the standalone one nightly.

Expected behaviour

Should render text in a similar way that it is displayed in a node and in visualization: Screenshot from 2023-08-01 14-18-50

How we can reproduce it?

  1. Create a new project
  2. Start typing "foo"

Screenshots or screencasts

No response

Logs

No response

Enso Version

c1e24629b0233e92f8a6a6323f686c256013ac8b (latest develop)

Browser or standalone distribution

Chrome

Browser Version or standalone distribution

c1e24629b0233e92f8a6a6323f686c256013ac8b (latest develop)

Operating System

Linux

Operating System Version

Ubuntu 22.04

Hardware you are using

No response

hubertp commented 1 year ago

/cc @Frizi

farmaazon commented 1 year ago

I cannot reproduce that on my Garuda Linux. @hubertp do you still reproduce it? Could you send me all logs from the web console?

hubertp commented 1 year ago

Tried again the nightly where it occurred and today's nightly and I also can't reproduce anymore. Weird. Closing then.

hubertp commented 1 year ago

Got it again today. When tried again failed to reproduce. It's a pretty elusive bug. Screenshot from 2023-08-18 14-10-45 Are those warnings maybe related? In the screenshot parse is already normal but a moment ago it wasn't rendered correctly. So yeah, pretty weird.

vitvakatu commented 1 year ago

@kazcw could you take a look at the warning about The font is not defined?

kazcw commented 1 year ago

@kazcw could you take a look at the warning about The font is not defined?

That has been occurring for some time--we are specifying ExtraBold for the non-code font somewhere and it doesn't support it.

vitvakatu commented 1 year ago

Gotcha, we use it for the execution environment selector (it had extra bold font in some previous design version). That warning is not related to this issue, then.

farmaazon commented 6 months ago

Likely a bug in EnsoGL engine, and GUI2 doesn't use it anymore.