Bug 146123 - [test case] Konqueror stops processing html
Summary: [test case] Konqueror stops processing html
Status: CONFIRMED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml parsing (show other bugs)
Version: 4.5.4
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 19:30 UTC by Michael Wood
Modified: 2012-02-18 21:53 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
test case (106 bytes, text/html)
2007-05-30 15:16 UTC, Tommi Tervo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Wood 2007-05-29 19:30:45 UTC
Version:           3.5.6 (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages
OS:                Linux

This is really a bug in khtml i think, inside a select if there is "<sp" or other open html tag the browser stops processing the page. 

example 

<option value="blabal" > bla </option>
<sp </select>

Gecko based browsers handle this fine.
Comment 1 Tommi Tervo 2007-05-30 09:27:24 UTC
Cannot reproduce. My test case:
<html>
Some text
<select>
<option value="blabal" > bla </option>
<sp </select>
more text
</html>


Comment 2 Michael Wood 2007-05-30 15:03:43 UTC
Sorry, i didn't make that clear, you need to have no space between the <sp and the </select> like this: <sp</select> 

I've re-tested your test case: 

<html>
Some text
<select>
<option value="blabal" > bla </option>
<sp</select>
more text
</html

And can confirm this is happening.
Comment 3 Tommi Tervo 2007-05-30 15:16:16 UTC
Created attachment 20728 [details]
test case
Comment 4 FiNeX 2008-04-21 12:58:30 UTC
bug confirmed in konqueror 4 (trunk r797319)
Comment 5 Samuel Brack 2011-01-09 23:44:11 UTC
Confirmed in 4.5.4.