all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Nicolas Graner <nicolas.graner@universite-paris-saclay.fr>
Cc: 43176-done@debbugs.gnu.org
Subject: bug#43176: 26.1; EWW fails to display text in textarea
Date: Thu, 03 Sep 2020 09:04:31 +0200	[thread overview]
Message-ID: <m2d03349z4.fsf@gmail.com> (raw)
In-Reply-To: <867dtb3n4n.fsf@hypra-xx> (Nicolas Graner's message of "Wed, 02 Sep 2020 23:05:44 +0200")

>>>>> On Wed, 02 Sep 2020 23:05:44 +0200, Nicolas Graner <nicolas.graner@universite-paris-saclay.fr> said:

    Nicolas> Whenever EWW renders a page that includes a <textarea> element which
    Nicolas> contains text, that text is not displayed.

    Nicolas> The reason is that the text of a textarea is not given in an
    Nicolas> attribute, as with other input elements, but as the textual contents
    Nicolas> of the element.

    Nicolas> Specifically, in function 'eww-tag-textarea', the line:
    Nicolas> 	(value (or (dom-attr dom 'value) ""))
    Nicolas> should be replaced with:
    Nicolas>         (value (or (dom-text dom) ""))

    Nicolas> Hope this helps,
    Nicolas> Nicolas Graner

Thanks. This bug had already been fixed on master, and will be part of
emacs-28

Robert





      reply	other threads:[~2020-09-03  7:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02 21:05 bug#43176: 26.1; EWW fails to display text in textarea Nicolas Graner
2020-09-03  7:04 ` Robert Pluim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2d03349z4.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=43176-done@debbugs.gnu.org \
    --cc=nicolas.graner@universite-paris-saclay.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.