Closed (fixed)
Project:
Project issue tracking
Version:
4.7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Dec 2006 at 01:22 UTC
Updated:
13 Jan 2007 at 18:31 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| project_issue_prefix_css.patch.txt | 2 KB | dww |
Comments
Comment #1
dwwcommitted 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.
Comment #2
(not verified) commented