Bug 170694

Summary: website www.flughafen-graz.at/ not rendering correctly
Product: [Applications] konqueror Reporter: Christian González <christian.gonzalez>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: germain, maksim
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: firefox3/linux
konqueror3/linux
konqueror4/linux

Description Christian González 2008-09-08 19:13:34 UTC
Version:           4.1.1 (KDE 4.1.1) (using 4.1.1 (KDE 4.1.1), Kubuntu packages)
Compiler:          gcc
OS:                Linux (i686) release 2.6.24-21-generic

look at
http://www.flughafen-graz.at/
with 
Firefox (screenshot8)
Konqueror 3.5.10 (screenshot9)
Konqueror4 (screenshot10)

Konqueror4 does something wrong here...
Comment 1 Christian González 2008-09-08 19:14:04 UTC
Created attachment 27322 [details]
firefox3/linux
Comment 2 Christian González 2008-09-08 19:14:26 UTC
Created attachment 27323 [details]
konqueror3/linux
Comment 3 Christian González 2008-09-08 19:14:51 UTC
Created attachment 27324 [details]
konqueror4/linux
Comment 4 Germain Garand 2008-09-08 20:07:44 UTC
apparently our parser now chokes on the fact that there is a fragment of another document within this page ;-/

<td valign=top>

<img src="/home/images/spacer.gif" width="188" height="246" alt="" border="0">

<html>
<head>
<meta name="keyword" content="Gentics Content.Node(R) by Gentics (http://www.gentics.com/)" />
<link href="/home/styles/stylescss.css" type=text/css rel=stylesheet>
</head>
<body bgcolor="#EFEFEF" >
<div id="ContentInfobox" style="width: 130px;">

<div class="boxhead_left">
Comment 5 Germain Garand 2008-09-08 20:12:56 UTC
test case:

data:text/html, <table><tr><td>Lorem<head></head> ipsum
Comment 6 Maksim Orlovich 2008-09-08 20:16:11 UTC
Hrmhmh, I've touched the <head> error recovery lately. so I guess I should look at this. It was pretty broken, though.
Comment 7 Christian González 2009-05-08 13:57:21 UTC
still present under KDE 4.2.3 (Kubuntu)
Comment 8 Germain Garand 2009-05-22 17:47:40 UTC
hrm, SadEagle is planning to tatoo my forehead with 
  "the BUG commit hook is BROKEN. Got it?!".

-------------

SVN commit 965860 by ggarand:

more HTML5-compatible parsing additions.

follow most of 8.2.5.10, introducing check for scoping,
 and special </p> handling.

also check scope for </head>: although it isn't specified in html5,
it is more compatible that way (#170694).

BUG: 191294, 170694