- From: Viktor via GitHub <sysbot+gh@w3.org>
- Date: Thu, 26 Sep 2019 21:25:45 +0000
- To: public-css-archive@w3.org
Yaffle has just created a new issue for https://github.com/w3c/csswg-drafts: == [cssom] scroll event support for textearea and input[type=text] elements == Hello, Can the scroll event support for textarea and input[type=text] elements be specified? Current scroll event support: browser | input[type=text] | textarea[wrap=off] --|------------ | ------------- Safari | - | + Chrome | - | + Firefox | + | + Edge | + | + It seems, all these browsers also support `scrollLeft` property for those elements. I have opened an issue at https://bugs.chromium.org/p/chromium/issues/detail?id=1007153#c3 . I am trying to make a text editing widget with a syntax highlighting based on a transparent input element with non-transparent caret (caret-color/-webkit-fill-text-color). May be, the use case is wrong, and I should try to use `contenteditable=plaintext-only`, `scrollbar-width: none;` and do something to prevent line breaks, but the browser support is not good now. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4376 using your GitHub account
Received on Thursday, 26 September 2019 21:25:46 UTC