Sorted with new deterministic order
Add Street Fighter IV FightStick TE
check.py format changed sort order
It's an unfortunate side effect of the coarse nature of the patch.The ideal implementation would be to grab exactly those Button+Modifier combinations that are necessary due to the configuration. In your case that would be Button1+Alt. Unfortunately the Fluxbox grabbing code isn't easy to understand, so I wasn't able to do the fine-grained solution. For you personally, you can simply change the patch so that in the function ungrabClickToFocus() after the XUngrabButton()... you add a XGrabButton(display,Button1,Mod1Mask,frame().window().window(),True,ButtonPressMask,GrabModeSync,GrabModeSync,None,None)...
I uploaded the fix under Patches.
Fix the bug #1187 (Chromium-based apps misbehave)
nmark,abort has side effects
I analyzed this and fixed it in my tree. I went to fluxbox.org to see if there is maybe a github repository I can send a pull request to. Turns out there's still only links to this Indian site and you can't even find the address of the git repository, not to mention instructions on contributing. It is sad to see a window manager that I've used for so long rot away like this.