[Webkit-unassigned] [Bug 9077] Result page is not loaded completely on www.expedia.com

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri May 26 12:08:11 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9077





------- Comment #3 from sriram.yadavalli at nokia.com  2006-05-26 12:08 PDT -------
Expedia populates car rental entries by replacing comments in HTML with actual
data. In the S60 browser code base,comment nodes are not created when <!--c-->
is encountered. 

Here is piece of HTML that causes the problem on the S60 browser:
function writeCarRow2(s, c, v)
{
s = s.replace(/<!--C-->/,c.carccart);
....
}

For the Safari browser, Expedia sends out "<!--c-->" instead of
"<!--c-->" and thats why the string replace works fine.

This would work on the S60 HW if fix for #5312 is available.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list