Bug 33446
| Summary: | REGRESSION(r52948): JavaScript exceptions thrown on Google Maps when getting directions for a second time | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ggaren |
| Priority: | P1 | Keywords: | InRadar, NeedsReduction, Regression |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.6 | ||
Mark Rowe (bdash)
Steps to reproduce:
1) Load <http://maps.google.co.nz/> and search for Auckland.
2) Click “Get Directions”.
3) Enter “Taupo” in to the empty field and press “Get Directions”.
4) Press “Get Directions” a second time.
You’ll notice after step three that directions are displayed. After step four the directions will no longer be visible and the yellow “Loading…” indicator will remain at the top of the screen.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/7527346>
Mark Rowe (bdash)
I should probably mention the JavaScript exception that I see logged in the console:
TypeError: Result of expression 'a.lng' [undefined] is not a function. (main.js:709)
Geoffrey Garen
This bug seems to be reproducible getting directions on any google maps property going from anywhere to anywhere.
Another symptom is that the blue line of travel never shows up on the map.
Geoffrey Garen
Shorter steps to reproduce: Load this URL: http://maps.google.com/maps?f=d&hl=en&geocode=&saddr=cupertino&daddr=berkeley.
Geoffrey Garen
Committed r53341: <http://trac.webkit.org/changeset/53341>
Geoffrey Garen
*** This bug has been marked as a duplicate of bug 31871 ***