xwartz / xwartz.github.com

Home Page
https://xwartz.github.com/
1 stars 0 forks source link

textarea line-height 第一行和其他行,光标表现不一致 #21

Closed xwartz closed 7 years ago

xwartz commented 9 years ago
<textarea name="" id="" cols="30" rows="10"></textarea>
textarea {line-height: 1.5rem;}

目前看 Safari 和 chrome 表现一样,都是第一行光标正常,第二行开始光标就和 line-height 一样高了,不应该是这样的。 Firefox 倒是正常,光标和字体高度一致。未测试 IE。

目前查到都是webkit内核的bug,持续关注.. https://code.google.com/p/chromium/issues/detail?id=511140

https://bugs.webkit.org/show_bug.cgi?id=13820