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

icecreamyou’s picture

Good 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.

icecreamyou’s picture

Status: Active » Fixed

Just 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.

ManyNancy’s picture

Thanks! :D

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.