Error in HTML Live Preview inside Komodo IDE

I am working on a webpage and I am previewing the HTML page inside Komodo IDE.

However, the webpage does not appear the same as it does in a web browser. There seems to be an issue with the clamp command.

For instance:

font-size: clamp(0px, 5vw, 38px)

Which rendering engine does the Live Preview in Komodo IDE utilize? Is it based on Blink, Gecko, or some other engine?

Should the preview in Komodo IDE resemble the appearance in Edge, Firefox, and Chrome? Am I making any mistakes?

I´m new to web coding and Komodo and I´m coding for fun and I´trying to learn.

Any help would be appreciated.

Komodo IDE version 12.0.1, Windows 11

1 Like

Hi @sparqys,

Komodo 12 is build on top of Mozilla 35, which is very old now. It was released in 2015. I’d recommend previewing any of your HTML code in an external browser instead of the Komodo Tab.

FYI, development and support for Komodo IDE have stopped: ActiveState Komodo IDE Now Open Source

It’s now open sourced for the community to use as they like: ActiveState/OpenKomodoIDE: Open Komodo IDE is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform. (github.com)

1 Like

Thank you for letting me know!

1 Like