GNU bug report logs - #43176
26.1; EWW fails to display text in textarea

Previous Next

Package: emacs;

Reported by: Nicolas Graner <nicolas.graner <at> universite-paris-saclay.fr>

Date: Thu, 3 Sep 2020 05:10:02 UTC

Severity: normal

Tags: fixed

Merged with 39867

Found in versions 26.1, 26.3

Fixed in version 28.1

Done: Robert Pluim <rpluim <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 43176-done <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: Nicolas Graner <nicolas.graner <at> universite-paris-saclay.fr>
Cc: 43176-done <at> debbugs.gnu.org
Subject: Re: bug#43176: 26.1; EWW fails to display text in textarea
Date: Thu, 03 Sep 2020 09:04:31 +0200
>>>>> On Wed, 02 Sep 2020 23:05:44 +0200, Nicolas Graner <nicolas.graner <at> 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




This bug report was last modified 4 years and 259 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.