]> git.eshelyaron.com Git - emacs.git/commit
Fix EWW <textarea> properties when it's on the same line as other text
authorJim Porter <jporterbugs@gmail.com>
Sun, 20 Jul 2025 19:49:40 +0000 (12:49 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 08:10:43 +0000 (10:10 +0200)
commitda1b4f552064c85f6da82775979a00670c9137a8
tree51c74cb42daea24bc7cd2a112546854ef8e9fda5
parente61e6d279699f4a4e51254e42843e24b24f380aa
Fix EWW <textarea> properties when it's on the same line as other text

* lisp/net/eww.el (eww-tag-textarea): Set 'start' after ensuring
preceding newline.

* test/lisp/net/eww-tests.el (eww-test/tag/textarea/starts-on-new-line):
New test.

(cherry picked from commit 49376118a1cec24d185fdf1ed2d5bb5bfc116699)
lisp/net/eww.el
test/lisp/net/eww-tests.el