AJAX broken on bug page when accessed on the wrong domain
Bug #411657 reported by
Eleanor Berger
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Eleanor Berger |
Bug Description
If you access a bug page on a domain other than bugs. things stop working. The duplicate and privacy form no longer get initialized and the button for posting a comment disappears. The reason for that is that there are restrictions on making XHRs across domains, and the form overlays try to get their contents from the bugs domain.
Ideally, we should force using the correct domain by redirecting, but for now using the path portion of the URL instead of the full URL when setting the links works just fine.
Related branches
Changed in malone: | |
milestone: | 3.0 → 3.1.10 |
Changed in malone: | |
status: | Triaged → In Progress |
Changed in malone: | |
status: | In Progress → Fix Committed |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in devel r9084.