Closed
Bug 203814
Opened 22 years ago
Closed 22 years ago
Unable to download QuickTime - Download Quicktime button not rendered on site
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: ksheka, Assigned: asa)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030313
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030313
When trying to download QuickTime from the official Apple site,
http://www.apple.com/quicktime/download/ , the is no button to do the actual
download.
This makes it effectively impossible to download QuickTime using Mozilla. :-(
P.S. This is not bug 161493.
Reproducible: Always
Steps to Reproduce:
1. Go to the quicktime site.
2. Look for the button to download quicktime.
3. Be frustrated.
Actual Results:
In the "Download the free player" text box, at the bottom of the box there
should be a button that says "Download QuickTime". This button does not render
under Mozilla.
Expected Results:
This button exists under IE6.
If you try to download the standalone installer, from
http://www.apple.com/quicktime/download/standalone/ , the button isn't there,
either.
| Reporter | ||
Comment 1•22 years ago
|
||
Just realized that the problem was in my userContent.css file.
I had the following in the file:
[src*="ads."],
[src*="ad/"],
[src*="ads/"],
When I changed it to the following, the site rendered correctly:
[src*=".ads."],
[src*=".ad/"],
[src*=".ads/"],
Will resolve bug as invalid (if I can :-)
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•