Closed Bug 843712 Opened 11 years ago Closed 11 years ago

JS error on setting up payments

Categories

(Marketplace Graveyard :: Developer Pages, defect, P2)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME
2013-03-14

People

(Reporter: andy+bugzilla, Assigned: scolville)

References

()

Details

(Whiteboard: p=)

Traceback:

http://cl.ly/image/06153Q3U2u0r

On -dev I get: 

http://cl.ly/image/1M3747063K15

Which is presumably the same thing.
Can you reproduce this locally and if so, which file/where is the error happening?
Assignee: nobody → scolville
Priority: -- → P2
Whiteboard: p=
Target Milestone: --- → 2013-03-14
It looks like the error is because of that nasty HTML parse bug that we've been seeing because of the migration:

$('some html here') is no longer valid
$($.parseHTML('some html here')) is the way we need to go

Basically, if there's any whitespace or non-'<' characters at the head of the string, jQuery barfs.
Can't reproduce this in local env or at the url supplied.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.