You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some investigation and it looks like the method below has invalid signature and hence is not used at all (typo in name s vs z and secod parameter is never passed)
Another problem with it is that value sometimes comes without unit and it's impossible to tell what is the actual unit (sometimes the values is express in px and sometimes in pt)
The problems might be cause by the fact that here is used totally different implementation responsible for value normalization
Jodit Version: 4.2.43
Browser: Chrome
OS: Windows
Is React App: True
Issue 1: Incorrectly displayed font size
Jodit config
After changing font size the value is displayed incorrectly on the toolbar (unit duplicated)
Issue 2: After starting new line, the font size in the toolbar has wrong value (14 -> 18 -> 14)
Issue 3: Default font size not working correctly
Setting the default font size to
12pt
is displayed as16pt
(probably pt <--> px conversion issue)The text was updated successfully, but these errors were encountered: