[Dojo-checkins] [dojo] #7714: IE unit test failure in NodeList::style

dojo trac at dojotoolkit.org
Wed Sep 24 02:48:35 UTC 2008


#7714: IE unit test failure in NodeList::style
--------------------+-------------------------------------------------------
 Reporter:  peller  |       Owner:  anonymous
     Type:  defect  |      Status:  new      
 Priority:  normal  |   Milestone:  tbd      
Component:  Core    |     Version:  1.2beta  
 Severity:  normal  |    Keywords:           
--------------------+-------------------------------------------------------
 seen on ie6 & ie7

 {{{
     _AssertFailure: [object Error]: assertEqual() failed:  expected 1 but
 got 0.5  [object Error]     ERROR IN:  function style(){ var tnl = new
 dojo.NodeList(s, t); tnl.style("opacity", 1); doh.is(1,
 tnl.style("opacity")[0]); dojo.style(t, "opacity", 0.5); doh.is(1.0,
 tnl.style("opacity")[0]); doh.is(0.5, tnl.style("opacity")[1]); // reset
 things tnl.style("opacity", 1); }
 }}}

-- 
Ticket URL: <http://trac.dojotoolkit.org/ticket/7714>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit


More information about the Dojo-checkins mailing list