[Webkit-unassigned] [Bug 61321] New: zipcar.com does not load properly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 16:37:10 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61321

           Summary: zipcar.com does not load properly.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://zipcar.com
        OS/Version: Mac OS X 10.6
            Status: NEW
          Keywords: InRadar
          Severity: Major
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jonlee at apple.com
                CC: adele at apple.com, abarth at webkit.org,
                    simonjam at chromium.org


There are at least two pages where zipcar.com breaks:

1. Go to zipcar.com. The Flash video on the homepage does not load properly.

2. You will need to have a zipcar membership to go to the second page. Log in, and go to reserve a car (for me, it is http://www.zipcar.com/sf/reservations/search-by-time).  A calendar icon should appear next to the date fields, and when you click on the clock icon a drop-down list of times should appear. Neither of these occur.

I traced the changelist that breaks this to 79114. The code that makes 2. work doesn't get called because of a bug in the jQuery plugin loading code. On a working browser I see that req.callReady (line 1602) in requireplugins-jquery-1.4.3.js gets called at least twice, in which the second time s.isDone is true. Right now on ToT req.callReady gets called only once, when s.isDone is false.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list