ariostar / chrominframe

Automatically exported from code.google.com/p/chrominframe
0 stars 0 forks source link

Maximized window does not let me access hidden Windows task bar #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set Windows Task Bar to auto-hide
2. Maximize firefox window (with Chrominframe installed)
3. Try to access the hidden task bar by moving your mouse to the bottom of
the screen.  It does not pop up.

What is the expected output? What do you see instead?
The expected output is to see the Windows Task Bar popup.
I instead see nothing.

What version of the product are you using? On what operating system?
Firefox 3.5.1, Chrominframe 1.0.9.2

Please provide any additional information below.

Original issue reported on code.google.com by tkarasick on 30 Jul 2009 at 10:50

GoogleCodeExporter commented 9 years ago
I notice this bug for a long time. Currently, there is no good solution.

Original comment by zero.flamy@gmail.com on 1 Aug 2009 at 2:01

GoogleCodeExporter commented 9 years ago
Alright.  Thanks for the reply.

Original comment by tkarasick on 1 Aug 2009 at 4:49

GoogleCodeExporter commented 9 years ago
i actually like this "bug".  Would accept having it work the right way 
(allowing the
taskbar).  I'd be happy to see an option to leave the taskbar unavailable in the
settings.

Original comment by leavi...@gmail.com on 18 Aug 2009 at 4:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
In overlay.js change in two places window.screen.availHeight to
window.screen.availHeight-1

This leaves 1px at the bottom for the Taskbar to popup.

This works for when using the maximize button.  If you resize a non-maximized 
screen
to fill the whole screen in order to show the caption bar then what I did was to
manually with my mouse grab the bottom and move it up about 2px or so.  FF will
remember your settings  There is a frame around the edges so it will require a 
little
more room.

I tried to find where in overlay.js this might be changed but as yet no dice.

Original comment by garys...@gmail.com on 15 Sep 2009 at 2:15

GoogleCodeExporter commented 9 years ago
I have actually grown to like this feature, at least when on my netbook.  I get 
some
extra screen real estate and don't accidentally pop up the task bar because of 
the
super sensitive movements of the touchpad.

Original comment by tkarasick on 15 Sep 2009 at 2:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
So there is no official fix for this issue yet?

Just do as garyshap suggested. -2px works good (-1 px is not enough on Win7)
And about resizing window manually... this may be unfixable, at least I can't 
fix it
on win7 since all normal windows automatically maximized by width/height of
fullscreen if I trying to stretch them to full screen.

P.S.
I really miss "edit" button here -_-

Original comment by kigar...@gmail.com on 24 Sep 2009 at 3:13

GoogleCodeExporter commented 9 years ago
I put the taskbar on the top and have the same issue...

I edit the overlay.js file like  garyshap did and it works

Original comment by myb...@gmail.com on 1 Nov 2009 at 4:44

Attachments: