weolar / miniblink49

a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef
Apache License 2.0
7.09k stars 1.06k forks source link

2021.12.20 版输入框有基于字体大小的内置最小行高限制 #535

Open horans opened 2 years ago

horans commented 2 years ago

版本:miniblink-2021220 程序:wkexe_x64.exe 问题:输入框(input)行高无法自由设置,最小值受字体大小限制,需额外通过高度进行修正 重现:

因此推测 input 有内置的 font-size/line-height 最低比 1.3 2021.08.31 版本显示正常,可能是 Chrome 自身问题:https://stackoverflow.com/questions/33185205/

(for intl. ref.: "line-height of input has internal minimum limit based on font-size")