After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144100 - gnome-terminal full screen view blocks accessibility
gnome-terminal full screen view blocks accessibility
Status: RESOLVED DUPLICATE of bug 136159
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other Linux
: High normal
: ---
Assigned To: David Bolter
David Bolter
AP3
Depends on:
Blocks:
 
 
Reported: 2004-06-10 12:48 UTC by Frances Keenan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Frances Keenan 2004-06-10 12:48:26 UTC
Using JDS-release_3 Build_11

-Launch GOK
-Launch gnome-terminal
-On gnome-terminal: View-> Full Screen
-gnome-terminal now takes over the whole screen and GOK is hidden behind it.
This scenario makes GOK unusable.
GOK should appears on top of this application
Comment 1 David Bolter 2004-06-10 13:00:42 UTC
Is this an allowed (HIG) behaviour?  To cover the panels etc.
Comment 2 bill.haneman 2004-06-10 13:09:34 UTC
Frances: Is GOK in DOCK mode when you do this?

If not, then this isn't really a bug (or at least isn't fixable without a new
window manager type).
Comment 3 Frances Keenan 2004-06-10 14:01:53 UTC
Bill: Yes, GOK is in DOCK mode

Comment 4 bill.haneman 2004-06-10 14:09:13 UTC
I don't see this with Cinnabar build 10.
Comment 5 bill.haneman 2004-06-10 14:13:05 UTC
s/Cbar/jds I don't see this with jds3-10.  I don't think it's necessarily AP1
since there's a simple workaround (though it limits the end-user).  Very strange
though.  Does this happen when other applications are maximized, as well, or
only with gnome-terminal?
Comment 6 Frances Keenan 2004-06-10 14:31:12 UTC
If you maximize gnome-terminal from the max button on the titlebar, GOK doesn't
get obscured. Same for gedit and other applications I tried
This bug only seems to occur when you select View -> Full Screen in gnome-terminal
Comment 7 bill.haneman 2004-06-10 14:46:14 UTC
Ah, I see.  This is a gnome-terminal bug then, since it obscures _all_ panels. 
It's not fixable without a new window manager type, unless gnome-terminal's
"full screen" option changes its implementation.
Comment 8 bill.haneman 2004-06-10 14:47:48 UTC
Since almost the same thing can be accomplished via maximizing the
gnome-terminal window (from the window manager menu, or titlebar), this is
certainly not an AP1 or even AP2 bug.
Comment 9 bill.haneman 2004-06-10 14:49:25 UTC
actually, thinking about this more... probably it _is_ AP2 since the GOK end
user can lock himself or herself out by doing this.  I suggest that in our own
release of gnome-terminal (or any "accessible" gnome-terminal), the
view->fullscreen option should be patched out, i.e. removed from the menu, as
too dangerous.
Comment 10 korn 2004-06-10 16:49:07 UTC
Can a user use GOK (or AccessX) to press Ctrl-Shift-F1 to switch to the first
virtual (text) console in Linux?  If so, we are in a similar situation (though
arguably a less easily unintentionally invoked one).  I think it is a valid
question how far we should go to protect the user from features like this.  Mind
you, I'm not saying *this* bug shouldn't be marked AP2; just thinking more
broadly...
Comment 11 bill.haneman 2004-06-18 12:17:53 UTC
This is a dup of 136159; vte/gnome-terminal calls gdk_window_fullscreen, which
sets the _WM_FULLSCREEN hint, which in turn obscures all panels.  Making
'FULLSCREEN' not obscure GOK will require a new WM_TYPE or WM_STATE.

*** This bug has been marked as a duplicate of 136159 ***