Bug 135603

Summary: [site-issue] https://secure.ingdirect.it/start/diventa_cliente/newaccount.stm displays a blank page
Product: [Applications] konqueror Reporter: Roberto <r087r70>
Component: khtml parsingAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: dharman, lex.lists
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Roberto 2006-10-13 20:31:09 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
OS:                Linux

https://secure.ingdirect.it/start/diventa_cliente/newaccount.stm

works correctly in firefox, does nothing in konqueror.
Comment 1 Maksim Orlovich 2006-10-13 20:52:27 UTC
Something the parser doesn't like there --- it drops all content after the first few script tags in head. Not sure why, all looks sane.
Comment 2 Maksim Orlovich 2006-10-13 20:58:53 UTC
Broken website, I think, use the UA string switcher plugin to claim you're using Mozilla or IE or such.

var na=(navigator.appName=="Netscape");
if(!na||(parseInt(navigator.appVersion)<5))document.write("<\!--");

The only thing I don't get -- and why I don't close this --- is how this would ever work with IE.



Comment 3 Philip Rodrigues 2008-04-21 00:47:36 UTC
In konq trunk r796129, the site mostly seems correct, AFAICT. There's one small issue: beneath "Scegli la tipologia", there should be two buttons ("gia cliente" and "nuovo cliente"), but only one is shown. The reason is that the image tag for the first button has:

<img id="btnClient" " alt src="/images/ba_giacliente.gif"  border="0" name="btnClient">

ie, there's an extra double-quote that shouldn't be there. Removing the extra quote results in the button being shown. I think I'll open a separate report about this issue.
Comment 4 dharman 2009-02-10 11:46:04 UTC
I have a similar problem, but with the login page of this site. After the login page submission, should appear a pad with digits, to select personal pin. In old (3.5.10) konqueror and in firefox2-3 it works. The resulting image url(working if opened in another window/tab) in a valid session was: "https://secure.ingdirect.it:443/secure/PinPadHandler.ashx?ts=1234266187276"
Comment 5 dharman 2009-02-10 11:49:51 UTC
Sorry, aother thing: I've experienced this problem on kde4.1/4.2 and I've tried the same site in kde3.5.10 on another machine. I think this is a regression, not a fresh bug...