bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15860: (no subject)


From: Kenjiro NAKAYAMA
Subject: bug#15860: (no subject)
Date: Mon, 25 Nov 2013 00:34:52 +0900
User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.3

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>
--





reply via email to

[Prev in Thread] Current Thread [Next in Thread]