on line 83 in the .module:

if (variable_get('form_beautifier_focus_enabled', 1) && !$focus_set) {

The variable get should be 'form_beautifier_focus_enable' not 'enabled'.

Basically it's not possible to disable the focus event because of this typo.

CommentFileSizeAuthor
form_beautifier_focus.patch620 byteshadsie