Open
Bug 422071
Opened 18 years ago
Updated 3 years ago
Full page zoom does not resize fixed size pop-up windows
Categories
(Firefox :: General, defect)
Tracking
()
NEW
People
(Reporter: fdaruwalla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008031004 Firefox/3.0b5pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008031004 Firefox/3.0b5pre
Full zoom leaves pop up windows the same size rather than enlarging/shrinking them based on the full zoom multiplier.
Reproducible: Always
Steps to Reproduce:
1. Zoom in on the BBC News website
2. Open a video news clip
Actual Results:
Content does not fit in the window.
Expected Results:
Window should resize to fit content.
Can be worked around by resizing the window.
| Reporter | ||
Updated•18 years ago
|
Flags: blocking-firefox3?
Version: unspecified → Trunk
Comment 1•17 years ago
|
||
This will not block the final release of Firefox 3.
Flags: blocking-firefox3? → blocking-firefox3-
Updated•17 years ago
|
Flags: wanted-firefox3+
Comment 2•17 years ago
|
||
I confirm.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008052406 Minefield/3.0pre
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 3•17 years ago
|
||
This bug affects the user experience for those using full zoom and in particular those using devices with unusually large or small screens. Should this bug block fx3.1? Or possibly a future release? Would this be trivial to fix?
Flags: blocking-firefox3.1?
Comment 4•17 years ago
|
||
This won't block, but I'll cc some people who might be able to help; I'm trying to understand why the site specific preferences don't apply here. Is it because the pop-up window is in a different domain?
Flags: blocking-firefox3.1? → blocking-firefox3.1-
| Reporter | ||
Comment 5•17 years ago
|
||
The pop-up is in the same news.bbc.co.uk domain and the window is being truncated. Most BBC videos no longer open in pop ups but some still do.
For example when the zoom level is at 120%, the latest programme link on the andrew marr show home page opens a pop up window which is too small for its contents.
| Reporter | ||
Comment 6•17 years ago
|
||
| Reporter | ||
Updated•17 years ago
|
Comment 7•17 years ago
|
||
(In reply to comment #4)
> I'm trying to understand why the site specific preferences don't apply here.
They do apply, to the content inside the window. This bug is asking for us to scale the window itself to match the zoomLevel so that stuff still "fits". This would be pretty complicated to fix given the way the site-specific text zoom is currently implemented, unless we resized the window after the fact or something (which would be pretty hacky).
| Reporter | ||
Comment 8•17 years ago
|
||
1. IE behaviour
Behaviour in IE is even worse: you cannot resize the window at all, although unlike Firefox they have scrollbars to view the remaining content. (This of course only applies if you increase the zoomlevel of the IE popup window as IE does not yet remember the zoomlevel per-site.)
2. Impact on users
Currently, new firefox users would be confused as to why they cannot see all the content (and no way to scroll), and more savvy users would need to resize the window every time
3. Implementation
Resizing the window after obtaining the zoomlevel sounds like a good idea, are there any reasons not to do this? It seems like a good idea, especially given that any patch is likely only to impact those windows that have fixed pixel dimensions set.
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•