Skip to content
  1. Mar 25, 2011
  2. Mar 24, 2011
  3. Mar 23, 2011
  4. Mar 22, 2011
  5. Mar 21, 2011
  6. Mar 19, 2011
  7. Mar 17, 2011
  8. Mar 13, 2011
  9. Mar 04, 2011
  10. Mar 02, 2011
  11. Mar 01, 2011
  12. Feb 28, 2011
    • Jesse Beach's avatar
      The form piece returned by AJAX is not being run through form_builder, so... · 2be747a7
      Jesse Beach authored
      The form piece returned by AJAX is not being run through form_builder, so #array_parents is not being set.
      
      When #array_parents is not set to at least an empty array(), theme_container does not copy the value from ['#id'] to ['#attributes']['id'].
      
      In this case, the styles hung off of a few ids were no longer applying because the ids were not being printed in the structure.
      
      I fixed this by moving the ids to ['#attributes']['id'] from ['#id'] in three cases.
      2be747a7