Closed
Bug 703642
Opened 13 years ago
Closed 13 years ago
gamefront dl page missing "download now" and "watch video" buttons--they dont render / are not visible
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: john.susm, Unassigned)
Details
Attachments
(6 files)
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110928 Firefox/7.0.1 SeaMonkey/2.4.1
Build ID: 20110928161145
Steps to reproduce:
went to page http://www.gamefront.com/files/21000217/Broncos_vs_Jets_Tebow_111117_tebow_mp4
Actual results:
the "download now" and "watch video" buttons did not render, or are not visible, or are hidden.
Expected results:
buttons should have been visible
Comment 2•13 years ago
|
||
WFM in Build identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111107 Firefox/8.0 SeaMonkey/2.5
Can you try that website again, after that try our latest SeaMonkey Beta?
Build identifier: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111107 Firefox/8.0 SeaMonkey/2.5
same problem. Maybe it's the wxp?
here's the div from show page source that looks like it's not showing up at all
<div class="action">
<a href="http://www.gamefront.com/files/service/thankyou?id=21000217" class="downloadNow" id="downloadLink">
<img src="http://www.gamefront.com/files/images/downloadNow.png" alt="Download 'Broncos_vs_Jets_Tebow_111117_tebow.mp4'" />
</a>
<a href="#" class="watchVideo" id="showVideoModal">
<img src="http://www.gamefront.com/files/images/watchVideo.png" alt="Watch 'Broncos_vs_Jets_Tebow_111117_tebow.mp4'" />
</a>
</div>
that looks fine to me. i'm guessing the next div "Editor's Picks" is hiding the buttons. The button .pngs by themselves display fine, if i nav to their url directly.
i am also guessing that all the positioning is done in the <link href="..."> files. so i could track this down based on the class "action" and the next <div id="linkto3">
or <iframe src="http://ad.doubleclick.net/adi/brk.ff/dl_ros;sz=300x250;ord=[timestamp]?" ...>
or any of
<div class="moreAbout">
<div class="featured_sub">
<div class="featured_post-1">
i do not have time now. maybe in the next week or 2. maybe in jan.
![]() |
||
Comment 5•13 years ago
|
||
Test SeaMonkey in safe mode e.g.
Help->Restart with Add-ons Disabled.
Is View->Zoom set to 100% ?
Also in Edit->Preferences->Appearance->Fonts.
Did you set a minimum font size?
Build identifier: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120312 Firefox/11.0 SeaMonkey/2.8
I have not yet tried the other suggestions. I will.
Reporter | ||
Comment 10•13 years ago
|
||
Reporter | ||
Comment 11•13 years ago
|
||
ok well i gradually whittled down that source code to the following lines, and the image does not render. Am i missing something really obvious? Do i have something cached that's blanking this out? I cleared my cache and reloaded this local file and no image. Is my ISP blocking this? Again i can paste the png ULR into the address bar of the browser and it works. This is in safe mode.
<html>
<body>
[
<img src="http://www.gamefront.com/files/images/downloadNow.png">
]
</body>
</html>
is it my graphics: from about:support
Graphics
Adapter Description
Mobile Intel(R) 945GM Express Chipset Family
Vendor ID
8086
Device ID
27a2
Adapter RAM
Unknown
Adapter Drivers
ialmrnt5
Driver Version
6.14.10.4693
Driver Date
9-15-2006
WebGL Renderer
Blocked for your graphics driver version. Try updating your graphics driver to version 6.14.10.4926 or newer.
GPU Accelerated Windows
0. Blocked for your graphics driver version. Try updating your graphics driver to version 6.14.10.4926 or newer.
Comment 12•13 years ago
|
||
What Add-ons you have installed? Also, open Tools - Web Development - Error Console, and when you opening problem page, is there any errors? If so, provide them
![]() |
||
Comment 13•13 years ago
|
||
Try this:
Edit->Preferences->Advanced->HTTP Networking
->User Agent String
--> ☑ Advertise Firefox compatibility.
Do those buttons now appear after turning this on?
Comment 14•13 years ago
|
||
Resolved per whiteboard
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Whiteboard: closeme WFM 2012-05-01
You need to log in
before you can comment on or make changes to this bug.
Description
•