Closed
Bug 1404093
Opened 8 years ago
Closed 1 year ago
speedtest cannot running if tab opened from link
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | affected |
| firefox57 | + | fix-optional |
People
(Reporter: kuchenmann, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20170926190823
Steps to reproduce:
https://www.kabelplus.at/SpecialPages/SpeedTest/Speed-Test.aspx
and then starting the speedtest on clicking link "Zum Starten klicken Sie hier".
After clicking on the link, the URL http://speed.kabelplus.at/test/index.html is opened in a new tab. Here you can start this speedtest by clicking on "LOS" which means start.
Actual results:
After trying for some time, speedtest is stopped with error "could not connect to server".
Expected results:
Speedtest should do a ping, then download and upload.
But it works, when the URL http://speed.kabelplus.at/test/index.html is directly copied in the FIRST TAB of the firefox browser.
| Reporter | ||
Updated•8 years ago
|
Component: Untriaged → Tabbed Browser
OS: Unspecified → Windows
Hardware: Unspecified → x86_64
Status: UNCONFIRMED → NEW
Has STR: --- → yes
Component: Tabbed Browser → Networking: WebSockets
Ever confirmed: true
Product: Firefox → Core
Summary: speedtest only running in tab1 → speedtest cannot running if tab opened from link
SecurityError: The operation is insecure.
testBundle.js:1
_createSocket
http://c.speedtestcustom.com/static/js/testBundle.js:1:1226593
connect
http://c.speedtestcustom.com/static/js/testBundle.js:1:1224776
_doCreateConnection
http://c.speedtestcustom.com/static/js/testBundle.js:1:1192974
initialize/this._createConnection/<
http://c.speedtestcustom.com/static/js/testBundle.js:1:1191290
n
http://c.speedtestcustom.com/static/js/testBundle.js:1:984228
Tt/<
http://c.speedtestcustom.com/static/js/testBundle.js:1:977381
Comment 2•8 years ago
|
||
"SecurityError: The operation is insecure" is shown when WebSocket.cpp returns NS_ERROR_DOM_SECURITY_ERR.
I tried to do a mozregression, and it seems in today's build this issue doesn't reproduce.
Likely one of the last few commits fixed it
https://hg.mozilla.org/mozilla-central/log/tip/dom/base/WebSocket.cpp
[Tracking Requested - why for this release]:
This bug reproduces in Firefox 57.
We probably need to uplift the bug that fixes it.
Comment 3•8 years ago
|
||
This is fix by bug 1404910. Ritu, can you reconsider bug 1404910 uplift? Thank you.
Flags: needinfo?(amarchesini) → needinfo?(rkothari)
Tracked for 57 and I can take the fix for bug 1404910. Just curious, is this a new regression in 57?
Comment 5•8 years ago
|
||
It's a bug landed in 55.
Given that this is not a new regression and that we are a week away from entering a hard code freeze, this is now a fix-optional for 57.
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
Comment 7•1 year ago
|
||
The UI of the site changed since the bug was reported. Now if I click "Go" to start testing, everything works as expected to me.
Please file a new bug, if you see a similar issue on a recent version of Firefox.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•