Closed
Bug 821175
Opened 12 years ago
Closed 12 years ago
download.cnet.com popups don't work in Firefox 18
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: michalurban, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:18.0) Gecko/20100101 Firefox/18.0
Build ID: 20121212073002
Steps to reproduce:
The following web page lists new Mac software releases:
http://download.cnet.com/new-mac-software/
Actual results:
Hovering mouse over any list item's title should open a pop-up with more details. This only works for the topmost list item in the Fx 18 betas.
Expected results:
All items should produce pop-ups, this works fine in Fx 17 and current versions of Safari, Opera and Chrome.
Comment 1•12 years ago
|
||
Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/20fc34efd733
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0 ID:20120804030551
Bad:
http://hg.mozilla.org/mozilla-central/rev/0a17cde2a4b6
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0 ID:20120804111326
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=20fc34efd733&tochange=0a17cde2a4b6
Regression window(m-i)
Good:
http://hg.mozilla.org/integration/mozilla-inbound/rev/aa100b9efcca
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0 ID:20120803104127
Bad:
http://hg.mozilla.org/integration/mozilla-inbound/rev/87e7abe891a9
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0 ID:20120803113827
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=aa100b9efcca&tochange=87e7abe891a9
The site used mooTools in the http://asset3.cbsistatic.com/cnwk.1d/html/rb/js/tron/oreo.moo.rb.combined.js.
>var MooTools={version:"1.2dev",
So,I think this is the site problem.
Comment 2•12 years ago
|
||
*Sigh* I thought this had been fixed completely in bug 781796, but I guess they didn't upgrade MooTools on download.cnet.com.
Assignee: nobody → english-us
Component: Untriaged → English US
Product: Firefox → Tech Evangelism
Summary: Pop-ups don't work in Firefox 18 → download.cnet.com popups don't work in Firefox 18
Version: 18 Branch → unspecified
Comment 3•12 years ago
|
||
Looks like they fixed it with some hack, but for Windows only?!
<script type="text/javascript">
if ( (navigator.userAgent.indexOf("Firefox") != -1) && (navigator.appVersion.indexOf("Win") != -1) ) {
// fix moo tools override of JSON.stringify clicktale
JSON.stringify = JSON.encode;
}
</script>
Comment 4•12 years ago
|
||
Err, sorry, that's about stringify, not about contains. Not sure what the purpose of that script is? The STR in Comment 0 seems to work though in FF 18 on Windows.
Reporter | ||
Comment 5•12 years ago
|
||
Interesting: navigator.appVersion returns "5.0 (Macintosh)" on my FF 18 but all pop-ups work for me now on the reported cnet site. Perhaps there were more fixes than the one Frank found.
So this bug can be closed?
Comment 6•12 years ago
|
||
Yes, can be closed. My Comment 3 was just me not properly looking at what this script does. Not quite sure what they try to accomplish with that script. From some googling it looks like it's another MooTools bug workaround (not related to this bug here).
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•