WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
11674
REGRESSION: tvguide.com XHR doesn't complete
https://bugs.webkit.org/show_bug.cgi?id=11674
Summary
REGRESSION: tvguide.com XHR doesn't complete
dnigdong
Reported
2006-11-21 23:06:02 PST
You may have to log-in and specify a zip-code and such, but after that, just loading that page should show the problem. I see the following error in the Console.app log: [18789]
http://www.tvguide.com/Listings/
line 559: TypeError: Undefined value
Attachments
Add attachment
proposed patch, testcase, etc.
Matt Lilek
Comment 1
2006-11-22 00:42:19 PST
Regressed between
r16634
and
r16680
.
mhaque
Comment 2
2006-12-27 19:18:25 PST
After formatting through their mangled source, error occurs because selectedIndex for the select option they are looking at is returning -1. Trying to come up with a stripped down test case function getSelectListValue(strListName, boolDefault) { var list = document.getElementById(strListName); if(list != null) { return list[list.selectedIndex].value; } return boolDefault; } optionTimebarRepeat=getSelectListValue("selTimebarRepeat", optionTimebarRepeat); ..... <select class=optionSelector id=selTimebarRepeat disabled onchange="javascript:setOptionsChanged()" name=selTimebarRepeat> <option value=5>5 rows</option> <option value=10 selected>10 rows</option> <option value=15>15 rows</option> <option value=20>20 rows</option> <option value=25>25 rows</option> <option value=30>30 rows</option> <option value=35>35 rows</option> <option value=40>40 rows</option> <option value=45>45 rows</option> <option value=50>50 rows</option> </select>
Joost de Valk (AlthA)
Comment 3
2007-01-19 06:44:01 PST
mhague, is that testcase complete? if so, please attach and change the keyword of this bug to hasreduction :)
Stephanie Lewis
Comment 4
2007-01-22 18:05:26 PST
In Radar 4896972
Alexey Proskuryakov
Comment 5
2007-02-03 02:05:13 PST
The fix for <
rdar://problem/4896972
> landed in revision 19383 didn't fix the problem for me - the listings still don't load.
Maciej Stachowiak
Comment 6
2007-02-07 06:26:12 PST
For me, with 19463, the listings display but after a delay the page reloads as blank. Probably a separate bug.
Alexey Proskuryakov
Comment 7
2007-02-08 10:48:04 PST
I cannot reproduce the failure to load anymore.
Anders Carlsson
Comment 8
2007-02-16 18:17:37 PST
I can't reproduce this either, closing.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug