http://drupal.org/node/100787 changed (for the better) the behavior of how FAPI #prefix works. it now appears completely outside of the <form> tag, which is good. however, this means that if use used #prefix to add a custom <div> around a node form (like project_issue does), the .css has to change. previously, the order of classes was ".node-form .custom". now, it's ".custom .node-form". see http://drupal.org/node/64279#prefix for more.

not sure when to commit this change, since 4.7.5 hasn't been released yet.

CommentFileSizeAuthor
project_issue_prefix_css.patch.txt2 KBdww

Comments

dww’s picture

Status: Needs review » Fixed

committed to DRUPAL-4-7 and DRUPAL-4-7--2. Drupal 4.7.5 is about to be released, and when it does, we need this code. since we want to update d.o to the latest 4.7.5 code, this needs to go in now. i'll make new official releases that specifically target 4.7.5. core once that's out.

Anonymous’s picture

Status: Fixed » Closed (fixed)