Closed
Bug 953213
Opened 12 years ago
Closed 10 years ago
Southcentre Mall website doesn't work in Firefox
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wesj, Assigned: adamopenweb)
References
()
Details
(Whiteboard: [country-ca][sitewait][clientsniff])
http://www.mobilefringeserver.com/mw/southcentre/index.html is blank in fennec. Not sure why yet.
| Assignee | ||
Comment 1•12 years ago
|
||
Moving this over to the mobile component.
Some tests:
Firefox for Android: the page doesn't load. Requesting desktop site makes page load, links do not work.
Firefox OS (simulator): page loads but links do not work.
Firefox desktop: page loads but links do not work
Assignee: english-us → nobody
Component: English US → Mobile
Summary: Mall site shows nothing In fennec → Southcentre Mall website doesn't work in Firefox
Whiteboard: [country-ca]
Updated•12 years ago
|
Assignee: nobody → miket
Comment 2•12 years ago
|
||
TypeError city:
TypeError: e.navigator.userAgent.match(...) is null code.photoswipe.jquery-3.0.4.min.js:132
TypeError: $.mobile.activePage is undefined java.js:53
TypeError: $.mobile.activePage is undefined java.js:540
TypeError: $.mobile.activePage is undefined java.js:53
TypeError: e.navigator.userAgent.match(...) is null code.photoswipe.jquery-3.0.4.min.js:132
TypeError: $.mobile.activePage is undefined java.js:540
TypeError: $.mobile.activePage is undefined java.js:53
Updated•12 years ago
|
Whiteboard: [country-ca] → [country-ca][notcontactready]
Comment 3•12 years ago
|
||
| suggestedfix | ||
if(a.Browser.android&&e.navigator.userAgent.match(/Android (\d+.\d+)/).toString().replace(/^.*\,/,"")>=2.1) {
}
Looks like our old null regexp return value friend due to missing Android OS version in the UA string.
This code is pretty old though, it was "fixed" two years ago: https://github.com/dimsemenov/PhotoSwipe/commit/9640e2162519122f9f745d6412ef6bedd81659f8
I suppose we should reach out and suggest they upgrade PhotoSwipe to v3.0.5 (the latest version).
Updated•12 years ago
|
Whiteboard: [country-ca][notcontactready] → [country-ca][contactready][clientsniff]
| Assignee | ||
Comment 4•12 years ago
|
||
We can try to reach out here. http://www.southcentremall.com/contact.php
Email sent to info@southcentremall.com
Assignee: miket → astevenson
Status: NEW → ASSIGNED
Whiteboard: [country-ca][contactready][clientsniff] → [country-ca][sitewait][clientsniff]
| Assignee | ||
Comment 5•11 years ago
|
||
No response so far.
Comment 6•10 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•2 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•