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 503075 - Setting the magfactor shouldn't "blank out" the screen
Setting the magfactor shouldn't "blank out" the screen
Status: RESOLVED FIXED
Product: gnome-mag
Classification: Deprecated
Component: others
0.14.x
Other All
: Normal enhancement
: ---
Assigned To: bill.haneman
bill.haneman
Depends on:
Blocks:
 
 
Reported: 2007-12-11 16:53 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2007-12-27 18:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
solves the problem (613 bytes, patch)
2007-12-21 14:38 UTC, Carlos Eduardo Rodrigues Diógenes
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2007-12-11 16:53:43 UTC
Being able to dynamically zoom in and out while viewing screen contents is helpful.  Clients can give users this functionality through keyboard shortcuts and "mouse wheel zooming" and allow the user to establish the best level of magnification via controls (sliders, spin buttons) in preferences dialogs.  

When using setMagFactor() to achieve this functionality, gnome-mag briefly "blanks out" the screen.  In other words, the user sees the original view, a flash of white, then the magnified view.  It would be helpful if this blanking out of the screen can be avoided.

Thanks!
Comment 1 Joanmarie Diggs (IRC: joanie) 2007-12-14 22:18:45 UTC
We have just added a bunch of support for gnome-mag features into Orca.  While it's still "rough around the edges" with support for more features still in the works, I think it's a good start.  Anyhoo.... The reason I bring this up is that you can now witness the "blanking" first hand if you grab Orca from svn trunk. :-)

Steps to reproduce:

1. Press Insert+Space to get into Orca Preferences.

2. Give focus to the scale factor spin button.

3. Press Up/Down (or Page Up/Page Down) to change the magnification level.

Expected results:  The screen wouldn't blank out for each change

Actual results:  The screen does blank out for each change.  It's more pronounced/longer at lower levels of magnification.

If this is not a gnome-mag bug but an Orca bug, feel free to reassign it.  But, if so, hints as to how to fix it would be most appreciated. :-)

Thanks!!
Comment 2 Carlos Eduardo Rodrigues Diógenes 2007-12-21 14:38:22 UTC
Created attachment 101411 [details] [review]
solves the problem
Comment 3 Joanmarie Diggs (IRC: joanie) 2007-12-21 14:56:19 UTC
Indeed it does!  Just tested on both a machine with composite and one without (tri-head box).  Works like a charm.  Thanks!!