[wp-hackers] widget select field problems?
    Andrew Ozz 
    admin at laptoptips.ca
       
    Tue Aug  4 03:13:05 UTC 2009
    
    
  
Stephanie Leary wrote:
> (I hadn't noticed until just now that the </select> tag is missing as 
> well as the <option>s. How bizarre!)
Yes, looks like something is stripping all html tags after the <select 
.. >. Don't see any js in WordPress that would do this.
It still may be worth it disabling some of the js that runs after the 
ajax loading of the html for a saved widget, like addEvents() or 
fixLabels(), to see if it makes any difference. You can set 
`define('SCRIPT_DEBUG', true);` in wp-config to load the dev. versions 
of the default js.
    
    
More information about the wp-hackers
mailing list