id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
8022,vml:fill color2 overwritten when using effect show/hide/toggle,rossi,rossi,"The fill-color in vml elements will be overwritten / set to ""white"" when using the effect show / hide / toggle at an parent element (e.g. div). When using the ""normal"" show/hide/toggle from jquery this bug won't appear.

Try this:

$(document)
  .ready(function() 
  {
    $('<div style=""position:absolute; left:100px; top:100px; width:200px; height:100px; background-color:#ffffff;"" />')
      .appendTo('body')
      .append('<v:rect id=""vmlRect"" fillcolor=""#0faaf0"" style=""position:absolute; top:0; left:0; width:50%; height:50%; z-index:9999999;"" />')
      .show('blind', 800)

    $('#vmlRect')
      .append('<v:fill color=""#ff00ff"" color2=""#00ff00"" type=""gradient"" angle=""90"" />');
  });


or at Fiddle: http://jsfiddle.net/F5WeP/",bug,closed,minor,1.9.0,ui.effects.core,1.8.16,wontfix,,,,
