Drupal EmField version 6.x-1.0 Changes CSS IDs
This had me scratching my head for the better part of today.
Prior to launching a site, I generally update to the latest versions of all the Drupal Modules used. (Often, new releases come out during development. So before I hand off the site to my client, I make sure everything has the latest release.)
I ended up updating about 11 modules for this site: http://utest2.bostonwebhost.org then proceeded to make a few tweaks here and there.
Imagine my surprise when my previously pretty news section (which features a YouTube video) was suddenly all askew.
After some serious troubleshooting (it didn't occur to me at first that the CSS ID had changed!) I finally discovered the source:
id="video-cck-youtube-flash-wrapper-1"
had changed to:
id="emvideo-youtube-flash-wrapper-1"
Whew.