Closed Bug 1085047 Opened 10 years ago Closed 10 years ago

Firefox doesn't scroll into image

Categories

(Core :: CSS Parsing and Computation, defect)

x86_64
Windows 8.1
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1083997

People

(Reporter: mp3geek, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20140930073022

Steps to reproduce:

Open. http://www.apple.com/imac-with-retina/
Unable to zoom In/Out of picture (the waterfall picture). 
Tested with a chrome user-agent, made no difference.

Chrome seems to allow you to zoom on this image


Actual results:

No zoom, just scrolls on the page.


Expected results:

Allow you to zoom in/out on the image
Version: 35 Branch → Trunk
Confirming, although it appears to work only with WebKit and derivatives -- given that IE 11 also does not work.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
I doubt this is a CSS implementation issue.  Given all the browser-sniffing and different codepaths this site has, chances are it's a bug in their code...
Flags: needinfo?(kdubost)
Well, assuming only working in WebKit/Blink is considered a bug by the website's creator.  With Apple, sometimes they just do that on purpose.
So going to http://www.apple.com/imac-with-retina/
and using Command + and Command - and the image is getting bigger and smaller.
Did I miss something in how to reproduce the bug?
Flags: needinfo?(kdubost)
→ http -b GET http://www.apple.com/imac-with-retina/ 'User-Agent:Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0' > apple-gecko.txt

→ http -b GET http://www.apple.com/imac-with-retina/ 'User-Agent:Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36' > apple-chrome.txt

→ git diff apple-*


→ ls -l apple*

25734 22 oct 10:57 apple-chrome.txt
25734 22 oct 10:56 apple-gecko.txt

The files sent are identical so no user agent sniffing on server side. 


The only way I can reproduce what is happening is by explicitly selecting View -> Zoom -> Zoom Text Only.
(In reply to Karl Dubost :karlcow from comment #4)
> So going to http://www.apple.com/imac-with-retina/
> and using Command + and Command - and the image is getting bigger and
> smaller.
> Did I miss something in how to reproduce the bug?

In Safari the image grows as you scroll down the page. No manual zooming involved.
Er, it shrinks. As you scroll down you see more and more of it.
Ah ok. This is a duplicate of Bug 1083997
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.