Closed
Bug 908193
Opened 11 years ago
Closed 11 years ago
on slideshare.net, some slidesets do not display
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: karlcow, Unassigned)
References
()
Details
(Whiteboard: [mobile-compat-form])
Site: http://slideshare.net/mobile/nuuneoi/mobile-market-past-present-now-and-then
on slideshare.net, some slidesets do not display
:: Steps To Reproduce
1. With Firefox 0S, ZTE device.
2. Go to http://slideshare.net/mobile/nuuneoi/mobile-market-past-present-now-and-then
:: Expected Result
Going through the slides.
:: Actual Result
Not working: Once I select a slideset. The slideset page is showing up, but then I have the spinning wheel for ever without any slides displayed. Note: Firefox doesn't have flash.
:: Additional Information
Software Version: 1.1
Device Information: ZTE roamer2
Reporter's User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:23.0) Gecko/20100101 Firefox/23.0
![]() |
Reporter | |
Comment 1•11 years ago
|
||
Saptarshi, if you have any clues, tell us.
![]() |
Reporter | |
Updated•11 years ago
|
Flags: needinfo?(saptarshi)
Comment 2•11 years ago
|
||
I've seen this issue on desktop when spoofing as Firefox OS, but could not at the time reproduce on the phone. It's like it's waiting for an onload event on an IMG element that fails to fire..?
Comment 3•11 years ago
|
||
[10:45:58.153] ReferenceError: SSBandInteraction is not defined @ http://public.slidesharecdn.com/javascripts/ssplayer/combined_mobile_scroll_player.js?c55c1ebae7:222
SSBandInteraction is used here:
this.config.touch?(b.touchInteraction=new SSTouchInteraction({container:b.slidedisplayer.container,playerType:this.config.player_type,hostedIn:this.config.hosted_in}),b.navigators.push(b.touchInteraction)):"document"!==
this.config.player_type&&("video"!==this.config.player_type&&"infographic"!==this.config.player_type)&&(b.bandInteraction=new SSBandInteraction({container:b.slidedisplayer.container,width:b.width,linksDisabled:this.config.disable_links}),b.navigators.push(b.bandInteraction))
so maybe this.config.touch is false and should be true? Well, this sort of explains why it fails on a spoofing desktop but should work on mobile:
(code defining Modernizr.touch, I assume):
e.touch="ontouchstart"in a||9===c.touch.offsetTop
this.config.touch=a&&(Modernizr.touch||"Windows Phone"==a)&&!cookie("nomobile");
Comment 4•11 years ago
|
||
(I have not stepped through code or anything - the above is not analysis, just guesswork)
I can not reproduce on the phone - only on desktop. Karl, still seeing this?
(On the other hand, sometimes when scrolling down a long presentation the screen goes black - is that an OOM? That would be our problem anyway, not something for Slideshare to fix IMO.)
Flags: needinfo?(saptarshi)
Comment 5•11 years ago
|
||
I'm unable to reproduce after going through about 10 slidedecks. Please reopen if you can still see this problem Karl. <3
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
Updated•1 year ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•