Closed
Bug 1127988
Opened 11 years ago
Closed 11 years ago
Badly fixed protocol relative URLs
Categories
(Firefox for iOS :: Reader View, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: st3fan, Unassigned)
References
Details
http://www.theguardian.com/cities/2015/jan/28/china-pearl-river-delta-overtake-tokyo-world-largest-megacity-urban-area
There is an image of a map in the middle of the page with the following src:
src="//i.guim.co.uk/static/w-620/h--/q-95/sys-images/Guardian/Pix/pictures/2015/1/27/1422377298156/8fd6b8d4-59f6-463a-aada-472eaa5f5ab9-620x469.png"
In reader mode this image is not loaded because it's src has changed to:
src="http:://i.guim.co.uk/static/w-620/h--/q-95/sys-images/Guardian/Pix/pictures/2015/1/27/1422377298156/8fd6b8d4-59f6-463a-aada-472eaa5f5ab9-620x469.png"
Reporter | ||
Comment 1•11 years ago
|
||
The problem is that we set Readability._uri.scheme to document.location.protocol, which as a trailing :
Reporter | ||
Updated•11 years ago
|
Summary: Missing image because of malformed url → Badly fixed protocol relative URLs
Reporter | ||
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Blocks: iosreaderview
You need to log in
before you can comment on or make changes to this bug.
Description
•