Closed
Bug 499771
Opened 16 years ago
Closed 16 years ago
Window-Zoom-Button behavior: Nothing happens, if window is larger than pagecontent. (Camino)
Categories
(Camino Graveyard :: OS Integration, enhancement)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 360765
People
(Reporter: mehmetxsahin, Unassigned)
Details
Attachments
(1 file)
|
92.89 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en; rv:1.9.0.12pre) Gecko/2009062200 Camino/2.0b4pre (like Firefox/3.0.12pre)
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en; rv:1.9.0.12pre) Gecko/2009062200 Camino/2.0b4pre (like Firefox/3.0.12pre)
Hello Camino-Team,
I have a request to the window-zoom behaviour (green zoom button) of Camino.
It is really great that camino resize only to the content of the site !!!
But one thing I noticed:
*see steps to reproduce*
Reproducible: Always
Steps to Reproduce:
1.) open a new window (for example www.caminobrowser.org)
2.) Be sure that the window is (left&right) larger than the content of the site
3.) Try to Minimize the window (to size of content) by clicking on the green-button.
Actual Results:
Nothing happens. Window is fixed on its size. So I have to minimize it manually a bit. And after that I click on the green button and it resize correctly to the contentsize of the page.
Expected Results:
1.) The window should minimize a bit if the window is larger than the content so that a second click on the green-button could resize to the contentsize.
I have create a bookmarklet so that I only have to click on it and I don’t have to minimize it manually.
javascript:if(window.outerWidth>=(window.scrollMaxX+window.outerWidth)){javascript:self.resizeTo(700,580);};
Is it possible to implement something like this in the behavior of the green-zoom-button, so that when the window is larger than the content, the first click on the green button could minimize the window a bit and the second click resize it to the full content of the page.
It would be a little bit more like the „safari-behavior“.
Hope I could explain the problem :-)
Thanks in advance.
Mehmet
This is basically bug 360880; I'm not sure if we want to dupe it there or if there's benefit to have a bug on "not shrinking" all to itself.
Ohh... sorry !!!! I don't have seen that there is already a bug !!! :-)
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
I wonder why that one didn't come up in my query for "shrink"?
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•