Bug 17804 - TiVo Online Scheduling category pickers broken in Safari
Summary: TiVo Online Scheduling category pickers broken in Safari
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.tivo.com/redirects/tco/ind...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 13:33 PDT by David Kilzer (:ddkilzer)
Modified: 2009-04-21 02:53 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2008-03-12 13:33:33 PDT
* SUMMARY
The category pickers for the online scheduling page for TiVo don't work in Safari.

* STEPS TO REPRODUCE
1. Click on "Online Scheduling" link at left (or go to URL on this bug).
2. Click on "Browse TV listings" link in center of page.
3. Move mouse around the page (or try to click on category link like "Movies", "Sports", etc.).

* RESULTS
No drop-down menu appears.  Hundreds of JavaScript errors start appearing in the JavaScript Console.

Value [object Object] (result of expression Hash) is not a constructor. Cannot be used with new.
https://www3.tivo.com/tivo-tco/inc/js/domTT/domLib.js (line 514)

* REGRESSION
Unknown.  Have not tested Safari 2.0.4.

* NOTES
Searching for "Hash", a similar class is defined in prototype.js, so I'm not sure if they're conflicting or what's really going on.
Comment 1 Cameron Zwarich (cpst) 2009-04-20 22:12:03 PDT
This site now works correctly, presumedly due to a change in the site itself.
Comment 2 David Kilzer (:ddkilzer) 2009-04-21 02:53:00 PDT
Thanks, Cameron!