GNU bug report logs - #15860
24.3.50; [PATCH] eww: Handle optgroup tag.

Previous Next

Package: emacs;

Reported by: <nakayamakenjiro <at> gmail.com>

Date: Mon, 11 Nov 2013 16:44:01 UTC

Severity: normal

Tags: fixed, patch

Found in version 24.3.50

Fixed in version 24.4

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 15860 <at> debbugs.gnu.org (full text, mbox):

From: Kenjiro NAKAYAMA <nakayamakenjiro <at> gmail.com>
To: 15860 <at> debbugs.gnu.org
Date: Mon, 25 Nov 2013 00:34:52 +0900
The following HTML(test.html) reproduces the bug.

* Reproduce the bug.

 1. M-x ewww-open-file RET
 2. ~/$PATH_TO_THE_FILE/test.html
 3. select box with options(Value A to D) dispears.

-- test.html --
<html>
<head><title>SELECT TEST</title></head>
<body>

<form method="POST" action="./dummy.php">
<input type="text" name="text1">
<input type="submit" name="btn1" value="val1">

<select>
<optgroup label="group 1">
<option value="a">Value A</option>
<option value="b">Value B</option>
</optgroup>
<optgroup label="group 2">
<option value="c">Value C</option>
<option value="d">Value D</option>
</optgroup>
</select>

</form>
</body>
</html>
--




This bug report was last modified 11 years and 171 days ago.

Previous Next


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