I think this is something on the fbss side, forgive me if I'm incorrect.
The status change form has an id of #edit-status-wrapper
This should not be, #edit-status-wrapper is already taken by the 'publish' checkbox in node form. The ID should be changed.
Thanks.
Comments
Comment #1
icecreamyou commentedGood catch. That causes a problem with the JavaScript that I'd been trying to find. I won't have time to fix this for another week or two though.
Comment #2
icecreamyou commentedJust committed a fix to CVS. Unfortunately this will break a lot of form customizations, but better to bite the bullet as soon as possible I guess.
For those visiting this issue wondering how to update your customizations:
The name of the form item for the status update textbox changed from "status" to "fbss-status." You'll have to change your form_alter()s to match, and your CSS/JS to match the #edit-fbss-status-wrapper that results.
Comment #3
ManyNancy commentedThanks! :D