Bug 127363

Summary: www.cbfsms.com is not usable
Product: [Applications] konqueror Reporter: Haris Kouzinopoulos <kouzinopoulos>
Component: khtml parsingAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: kde
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Site in konqueror
Site in firefox
testcase

Description Haris Kouzinopoulos 2006-05-15 14:33:14 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Some buttons are not shown on the above site, making it unusable
Comment 1 Haris Kouzinopoulos 2006-05-15 14:35:27 UTC
Created attachment 16099 [details]
Site in konqueror
Comment 2 Haris Kouzinopoulos 2006-05-15 14:35:52 UTC
Created attachment 16100 [details]
Site in firefox
Comment 3 Thiago Macieira 2006-05-20 11:40:37 UTC
Broken page. This tag confuses KHTML:

<a href="javascript:Enter()"onmouseover="window.status=' '; return true" onmouseout="window.status=' '" onmousedown="window.status=' '" onmouseup"=window.status=' '">

Note the
   onmouseup"=window.status=' '"
part.

If you write it correctly (=" instead of "=), the parsing goes correctly.
Comment 4 Nic Gould 2008-04-20 19:14:22 UTC
Tested in 4.0.3 and the buttons are still not visible.

The source from the site shows the coding error identified in comment #3 is still present. It does render correctly in Firefox though, even with the coding error.
Comment 5 Nic Gould 2008-04-20 19:17:08 UTC
Created attachment 24445 [details]
testcase

cut down testcase created and attached. The offending piece of javascript
(onmouseup"= instead of onmouseup=") is at line 24 in the source file.
Comment 6 Janek Bevendorff 2012-06-18 19:17:12 UTC
This is most likely a KDE3 bug. Since we don't have the manpower to support KDE3 any longer, I close it as UNMAINTAINED. If this issue is still valid for Konqueror 4.8.4 or later, please reopen or create a new report.