The javascript syntax is slightly off in phase2_profile.js, and with IE7 being very picky about such matters, the title/full name is not populated from the first and last names as is normally the case (and since you can't enter the title/full name directly, it actually prevents a user from creating a new node).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | openpublic-p2-profile-js-1706938-1.patch | 1.45 KB | brenk28 |
Comments
Comment #1
brenk28 commentedHere is a patch. It is against beta4. Basically makes beta4 version the beta8 version with the corrections.
Comment #2
hefox commentedI suspect the issue is trailing , isn't liked by ie7.
However, I don't think ie7 is being supported for content creators at this stage, so putting on postponed for now
Comment #3
e2thex commentedNot fixing ie7 issue with javascript commas