Closed
Bug 711955
Opened 13 years ago
Closed 12 years ago
"jQuery UI 1.8.4" uses "navigator.taintEnabled" for browser detection - Streaming realtime indices on http://www.beursduivel.be not possible
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: justinf.utest, Unassigned)
References
Details
(Keywords: regression, Whiteboard: [utest-fx9][utest-fx10][utest-fx11])
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2
Steps to reproduce:
Exists in Beta : Yes
Exists in Aurora Yes
Exists in Nightly: No
Exists in other browsers: No
Does it occur in safe mode: Yes
Does it occur with a clean profile: Yes
OS: Win 7 64 Bit
1. Open: http://www.beursduivel.be
2. Click in Indices Bel-20 (URL: http://www.beursduivel.be/koersen-BEL20.index)
3. Streaming realtime indices page is displayed
Error in Aurora and Beta: Whe page is refreshed a blank page is shown, stocks are not loaded.
Please see video for Aurora and Beta and fin about:support screenshot attached.
Error did not occur in FF8, FF Nightly (see screenshots) and Chrome
Actual results:
A blank page is shown.
Expected results:
Stock indices are reloaded.
Comment 1•13 years ago
|
||
I can reproduce and following errors show in Error console.
Error: LS_FqR is not defined
Source file: http://www.beursduivel.be/scripts/assets/javascript-asset-0005.js
Line: 33
Error: attempt to run compile-and-go script on a cleared scope
Source file: http://www.beursduivel.be/scripts/assets/javascript-asset-0005.js
Line: 33
Regression window(m-i)
Works:
http://hg.mozilla.org/integration/mozilla-inbound/rev/b727463566a1
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0a1) Gecko/20110820 Firefox/9.0a1 ID:20110820184005
Fails(blank page):
http://hg.mozilla.org/integration/mozilla-inbound/rev/857f058efa56
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0a1) Gecko/20110820 Firefox/9.0a1 ID:20110821013315
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=b727463566a1&tochange=857f058efa56
Suspected bug: Bug 679971
And if set general.useragent.override to "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1", it seems to work properly in Firefox9.0 and Aurora10.0a2 and Nightly11.0a1 .
So I think that this is the Site problem and this may be TE.
Blocks: 679971
Keywords: regression
http://www.beursduivel.be/scripts/assets/javascript-asset-0005.js
At least jquery 1.6.2 uses navigator.taintEnabled for browser detection,
Recent versions don't. So the above script file needs an update.
uTest, can you contact the webmaster?
Assignee: nobody → other
Status: UNCONFIRMED → NEW
Component: General → Other
Ever confirmed: true
OS: Windows 7 → All
Product: Firefox → Tech Evangelism
QA Contact: general → other
Hardware: x86_64 → All
Summary: Streaming realtime indices on http://www.beursduivel.be not possible → jquery 1.6 uses navigator.taintEnabled for browser detection - Streaming realtime indices on http://www.beursduivel.be not possible
Version: 9 Branch → unspecified
Keywords: dev-doc-needed
> At least jquery 1.6.2 uses navigator.taintEnabled
That's wrong, it's actually "jQuery UI 1.8.14"
Recent version is 1.8.16.
Summary: jquery 1.6 uses navigator.taintEnabled for browser detection - Streaming realtime indices on http://www.beursduivel.be not possible → "jQuery UI 1.8" uses navigator.taintEnabled for browser detection - Streaming realtime indices on http://www.beursduivel.be not possible
jQuery UA 1.8.16 seems unaffected.
Summary: "jQuery UI 1.8" uses navigator.taintEnabled for browser detection - Streaming realtime indices on http://www.beursduivel.be not possible → "jQuery UI 1.8.4" uses "navigator.taintEnabled" for browser detection - Streaming realtime indices on http://www.beursduivel.be not possible
uTest, any updates? Is this working meanwhile? Have you or any one else contacted the webmaster?
We're backing out bug 679971...
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
•