Closed
Bug 860380
Opened 12 years ago
Closed 11 years ago
The slide show on the homepage at www.babygooroo.com not working (jquery.slidedeck)
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Swarnava, Unassigned)
References
()
Details
Since a recent update the slide show feature on websites babygooroo.com no longer works.
Related Discussion:- https://support.mozilla.org/questions/956129
Comment 1•12 years ago
|
||
Please include me in notification of any updates that resolve this issue.
The console shows: "This web browser is not supported by SlideDeck. Please view this page in a modern, CSS3 capable browser or a current version of Inernet Explorer"
This message comes from slidedeck.jquery.lite.js:652:
if((self.browser.opera && self.browser.version < "10.5") || self.browser.msie6 || self.browser.firefox2 || self.browser.firefox30){
if(typeof(console) != "undefined"){
if(typeof(console.error) == "function"){
console.error("This web browser is not supported by SlideDeck. Please view this page in a modern, CSS3 capable browser or a current version of Inernet Explorer");
}
}
return false;
}
And in this block passes cause self.browser.firefox2 is true.
browser.firefox2 is set in slidedeck.jquery.lite.js:85:
firefox2: UA.match(/firefox\/2/) ? true : false,
So this is caused by a broken ua sniffer finding firefox/2 in firefox/20.
Assignee: nobody → english-us
Component: Untriaged → English US
Product: Firefox → Tech Evangelism
Version: 20 Branch → Trunk
Temporary workaround is to go to about:config, create a new string value named general.useragent.override.babygooroo.com
and enter a useragent with firefox/20 replaced with firefox/19.
Comment 4•12 years ago
|
||
They have an issue tracker listed at http://developers.slidedeck.com/support-policy/
Comment 5•12 years ago
|
||
Looks like you need to request an updated script from them. See https://getsatisfaction.com/slidedeck/topics/slidedeck_stopped_work_sudenly_with_firefox_for_no_reason
Updated•12 years ago
|
Summary: The slide show on the homepage at www.babygooroo.com not working → The slide show on the homepage at www.babygooroo.com not working (jquery.slidedeck)
Comment 6•11 years ago
|
||
The slidedeck is working on babygooroo.com
Assignee: english-us → nobody
Status: NEW → RESOLVED
Closed: 11 years ago
Component: English US → Desktop
Resolution: --- → FIXED
| Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•