emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Carbon: resize event from accessibility API


From: YAMAMOTO Mitsuharu
Subject: Re: Carbon: resize event from accessibility API
Date: Mon, 21 May 2007 21:18:46 +0900 (JST)

>>>>> On Mon, 21 May 2007 12:03:12 +0100, David Reitter <address@hidden> said:

> Begin forwarded message:

> From: Pedro Pinto <address@hidden>
> Date: 18 May 2007 22:11:38 BDT
> To: address@hidden
> 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
                                address@hidden

*** 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 ();
            }
        }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]