Closed
Bug 1314729
Opened 9 years ago
Closed 9 years ago
Some sites show 'Cannot Open Page' popup
Categories
(Firefox for iOS :: Browser, defect, P1)
Tracking
()
VERIFIED
FIXED
Iteration:
1.8
| Tracking | Status | |
|---|---|---|
| fxios | 6.0+ | --- |
People
(Reporter: njpark, Assigned: farhan)
Details
(Keywords: steps-wanted, Whiteboard: [MobileAS])
STR:
Open browser, type gizmodo.com in the url bar, press enter
Expected:
Browser displays site without error
Actual:
Browser displays the site, but it also shows a popup saying "Cannot Open Page - Firefox cannot open the page bacuse it has an invalid address."
Workaround:
Press OK each time it shows up.
This also happens on some other sites, not sure what's causing it. Also happens during the scrolling of the page in some cases.
Version info:
git commit ebc73e30d36821fc15d24083d97f36d3f383b939
Device: iPhone 6s
OS: iOS 10.1.1
| Assignee | ||
Comment 1•9 years ago
|
||
+1 I'm also getting this occasionally. I don't know why!
| Assignee | ||
Comment 2•9 years ago
|
||
I can't seem to reproduce this anymore. Can you see if this still happens?
I'm using a build with https://github.com/mozilla-mobile/firefox-ios/commit/2af5d3835b1a786d55e28774cb13988532a21c9f
This could be related to the mailto changes. Although looking at the code I don't see how this could be happening.
Flags: needinfo?(npark)
Comment 3•9 years ago
|
||
IIRC the last time this happened it was an ad iframe with a bad URL.
Updated•9 years ago
|
tracking-fxios:
--- → ?
Keywords: steps-wanted
| Assignee | ||
Comment 4•9 years ago
|
||
Yea that seems likely what was happening here. I guess the next question is do we really want to show an error here? In this case even though an ad might be broken the page loads fine. So an error here is really a nuisance. I'm gonna look into using WKNavigationType to see if the url is an explicit tap or something else.
Does it make sense to _only_ show the error when someone clicks a bad link?
Flags: needinfo?(npark)
Updated•9 years ago
|
Comment 5•9 years ago
|
||
Is it possible that you saw this on a build that did not have the fix from https://bugzilla.mozilla.org/show_bug.cgi?id=1312801 yet?
That patch fixed a very similar issue and it landed a few days before this was reported.
Before we make changes, I would really like to understand the exact URL that is causing this. Is there a site where this happens reliably?
Comment 6•9 years ago
|
||
Is it possible that you saw this on a build that did not have the fix from https://bugzilla.mozilla.org/show_bug.cgi?id=1312801 yet?
That patch fixed a very similar issue and it landed a few days before this was reported.
Before we make changes, I would really like to understand the exact URL that is causing this. Is there a site where this happens reliably?
| Reporter | ||
Comment 7•9 years ago
|
||
For me after rebuilding from the latest master, going to www.gizmodo.com shows the popup consistently.
Updated•9 years ago
|
Whiteboard: [MobileAS]
Updated•9 years ago
|
Iteration: --- → 1.8
| Assignee | ||
Comment 8•9 years ago
|
||
This was fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1312801
I've confirmed with No-Jun that it is fixed with the patch from the above bug (he wasn't running a correct version of master earlier)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 9•9 years ago
|
||
Tested on master 6dae35c6.
According to previous comment I am verifying this as fix. This issue is not longer reproducible on gizmodo.com.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•