Another Fvwm on PPC Bug?

Any other PPCers that can try this and see what they get? Works as expected on my intel boxes, but not my iBook.

I have the following in my config:

Key l A 4 Focus-Next-Window
Key n A 4 Focus-Next-Window
Key h A 4 Focus-Prev-Window
Key p A 4 Focus-Prev-Window

DestroyFunc Focus-Prev-Window
AddToFunc Focus-Prev-Window
+ I Prev (AcceptsFocus !Iconic CurrentPage) Warp-Focus

DestroyFunc Focus-Next-Window
AddToFunc Focus-Next-Window
+ I Next (AcceptsFocus !Iconic CurrentPage) Warp-Focus

DestroyFunc Warp-Focus
AddToFunc Warp-Focus
+ I WarpToWindow
+ I Focus

Expected behavior:
Pressing Apple+[L or N] Should jump to the next window on the current page, bring it to the foreground, and focusing it.
Pressing Apple+[H or P] Should jump to the previous window on the current page, bring it to the foreground, and focusing it.

Actual behavior:
Either Keybinding pressed more than once on a page other than the first page (page zero) will cause a warp to the first page and focus a window there.

Fvwm version:
I think I might be running 2.5.12 still. I will have to check when I get home, this evening.

[Edit: Oops, I mean the Apple Key, not the Win key :blush: It’s all mod4 anyway…]

[Edit: It appears to be related to windows that overlap the edge of the page and are partially in the next page. On ppc it sometimes moves the viewport to the page containing the window’s mini-icon, but it never does this on my x86… Similar issue when iconifying/uniconifying windows that overlap the page border]