[Dojo-checkins] [dojo] #10409: _setOpacity IE handling: should remove zoom=1.0 if opacity==1

dojo trac at dojotoolkit.org
Thu Nov 26 11:26:28 EST 2009


#10409: _setOpacity IE handling: should remove zoom=1.0 if opacity==1
---------------------+------------------------------------------------------
 Reporter:  CnEY     |        Owner:  elazutkin
     Type:  defect   |       Status:  new      
 Priority:  normal   |    Milestone:  1.5      
Component:  Core     |      Version:  1.4.0b   
 Severity:  normal   |   Resolution:           
 Keywords:  opacity  |  
---------------------+------------------------------------------------------

Comment(by CnEY):

 Oh dear. I just noticed that the fix line I supplied got part of its code
 wikified, there's supposed to be an empty string in the true part of the
 ternary operator, i.e.:

 node.style.zoom = (opacity == 1 ? "" : 1.0);

-- 
Ticket URL: <http://trac.dojotoolkit.org/ticket/10409#comment:2>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit


More information about the Dojo-checkins mailing list