GNOME Bugzilla – Bug 630877
Windows are black in gnome-mag
Last modified: 2010-10-30 14:50:42 UTC
Created attachment 171326 [details] screenshot Start Orca, and enable magnifier in full screen. Some windows are black and totally inaccessible.
Could you run from a terminal: /usr/bin/magnifier -v -m and check if it works? Which version of the magnifier is it?
With "/usr/bin/magnifier -v -m", it can not show menus right, no right click menus, windows are cut. As you can see in https://defect.opensolaris.org/bz/show_bug.cgi?id=17162.
Hi Fernando, can you point me the code which is responsible for magnification of a single window?
Created attachment 171995 [details] [review] Patch The patch to fix the bug.
Review of attachment 171995 [details] [review]: The patch fixes the issue, however, aren't we clipping too much extra area setting coords to 0,0? Why pgmag_win->attr.x and pgmag_win->attr.y values are not correct?
I think it is because final_clip hasn't been translated since it is created. Translate the final_clip by pgmag_win->attr.x and pgmag_win->attr.y can also fix the problem.
Ok, I have applied the patch to master and released 0.16.3 Thanks for this!