just testing the new PHP IDE : NetBeans IDE 6.5 and noticed that in wp-lists.js, line 252 is } while ( elem = elem.parentNode ); and should be } while ( elem == elem.parentNode ); What do you think ?