Open
Bug 1300774
Opened 9 years ago
Updated 3 years ago
Hover text (i.e., title) does not zoom with page zoom
Categories
(Core :: Layout, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: ckoppel, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160817112116
Steps to reproduce:
Create a webpage with <img src="http://imgs/xkcd.com/comics/migrating_geese.png" title="Something">
Note how if you hover over the image, the word Something appears.
Now press Ctrl++ several times to zoom in.
Note how all words and graphics on the page zoom.
Hover over the image once more and see the word Something appear.
Actual results:
The font was the same size as before and did not scale with the page zoom.
Expected results:
The font, like all other text, should have zoomed proportional to the page zoom.
Severity: normal → trivial
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
I don't think tooltips are affected by zoom level. It's the same behaviour than when you hover over a link <a>, the tooltip size is fixed.
Component: Untriaged → Layout
Product: Firefox → Core
@Loic - Agreed. I would assume that's an accessibility thing, but maybe the burden is on the OS for that piece of accessibility.
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•