Bug 16679
Summary: | QVC button and LIVETV are not rendered or rendered improperly | ||
---|---|---|---|
Product: | WebKit | Reporter: | bob <nvdtech> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Critical | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.qvc.com/ |
bob
nav buttons on left are not render in color on rollover AND LIVETV does not work. Safari and Firefox render the live TV properly
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Confirmed using a local debug build of WebKit r29032 with Safari 3.0.4
(523.12.2) on Mac OS X 10.4.11 (8S165).
This is probably a duplicate of Bug 16605, although individual reductions would be helpful to make sure we don't miss anything.
Loading the QVC home page produces the following errors in the JavaScript console:
TypeError: Undefined value
http://www.qvc.com/js/mootools.v1.11.js
Line: 324
TypeError: Value undefined (result of expression window.addEvent) is not object.
http://www.qvc.com/js/menu.js
Line: 18
TypeError: Value undefined (result of expression window.addEvent) is not object.
http://www.qvc.com/js/hp/homepage.js
Line: 37
TypeError: Value undefined (result of expression window.addEvent) is not object.
http://www.qvc.com/js/hp/hp_environment_120507.js
Line: 85
TypeError: Value undefined (result of expression [window,document].contains) is not object.
http://www.qvc.com/js/mootools.v1.11.js
Line: 1771
David Kilzer (:ddkilzer)
(In reply to comment #1)
> Loading the QVC home page produces the following errors in the JavaScript
> console:
>
> TypeError: Undefined value
> http://www.qvc.com/js/mootools.v1.11.js
> Line: 324
This is Bug 16644.
David Kilzer (:ddkilzer)
None of the JavaScript console errors occur with WebKit nightly r28880.
The highlighting of the menu item works properly with r28880, but the "WATCH LIVE TV" link still doesn't work. A reduction of the "WATCH LIVE TV" link would be helpful.
David Kilzer (:ddkilzer)
Fixed in r29428.
*** This bug has been marked as a duplicate of 16644 ***
David Kilzer (:ddkilzer)
Oops...didn't mean to change the title.