>>>>> On Mon, 21 May 2007 12:03:12 +0100, David Reitter <[EMAIL PROTECTED]> 
>>>>> said:

> Begin forwarded message:

> From: Pedro Pinto <[EMAIL PROTECTED]>
> Date: 18 May 2007 22:11:38 BDT
> To: [EMAIL PROTECTED]
> Subject: [Aquamacs-bugs] (no subject)

> Aquamacs seems to react poorly when told to resize one of its
> windows through the accessibility API. To reproduce this bug run the
> UIElementInspector app (http://developer.apple.com/samplecode/
> UIElementInspector/index.html) using it to set change AXSize
> property of the Aquamacs window. The window bill resize, but the
> scrollbars and general layout will not be redrawn to fit the new
> size.

Does this change work?

                                     YAMAMOTO Mitsuharu
                                [EMAIL PROTECTED]

*** src/macterm.c.~1.214.2.2.~  Sat May 19 14:08:55 2007
--- src/macterm.c       Mon May 21 21:06:22 2007
*************** mac_handle_window_event (next_handler, e
*** 9893,9898 ****
--- 9893,9899 ----
              width = bounds.right - bounds.left;
              height = bounds.bottom - bounds.top;
              mac_handle_size_change (f, width, height);
+             mac_wakeup_from_rne ();
            }
        }
  


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to