Closed
Bug 977376
Opened 11 years ago
Closed 11 years ago
clarin.com mobile site never loads in Firefox OS web browser
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hsteen, Unassigned)
References
()
Details
(Whiteboard: [mobile-compat-form][country-ar][jserror][notcontactready])
Site: http://android.clarin.com
clarin.com mobile site never loads in Firefox OS web browser
:: Steps To Reproduce
Loading android.clarion.com never finishes, it hangs with a "loading" animation.
The reason appears to be a "g is not a function" error that is thrown inside jq.ui.min.js . Relevant code:
a.jqmScrollerId, h[b] ? a = h[b] : (n || (n = {}), d.feat
.nativeTouchScroll || (n.useJsScroll = !0), a = g(
this[f], n), h[b] = a);
return 1 == this.length ? a : this
};
var e = !1, g;
As the code never seems to set the g variable in this scope to a function, I'm not surprised that it throws. This looks like a bug, and by variable names (there's no copyright or script name in the code) I think this is code from the Intel App Framework.
After verifying that new versions of this framework work with Firefox, we can refer clarin.com developers to this link:
http://app-framework-software.intel.com/documentation.php#upgrade/upgrade
:: Expected Result
A working site
:: Actual Result
A broken site
:: Additional Information
Software Version: 1.4
Reporter's User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0
Reporter | ||
Comment 1•11 years ago
|
||
When we've done some analysis (and perhaps outreach) in bug 977370, we can switch this one to contactready..
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [mobile-compat-form] → [mobile-compat-form][country-ar][jserror][notcontactready]
Reporter | ||
Comment 2•11 years ago
|
||
the JS error is gone (although the content you get doesn't look like a mobile site..)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
Updated•1 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•