Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source
Show
Ignore:
Timestamp:
08/27/07 18:40:09 (1 year ago)
Author:
madrobby
Message:

apply [7359] to the dom branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/branches/dom/CHANGELOG

    r7337 r7360  
    11*SVN* 
     2 
     3* Make sure setting opacity works on elements that have "no layout" in IE.  [Thomas Fuchs] 
    24 
    35* Change Class.extend to allow for superclass method resolution and remove Class.inherit.  Closes #9274.  [Samuel Lebeau] 
  • spinoffs/prototype/branches/dom/src/dom/style.js

    r7345 r7360  
    7878          } 
    7979          element = $(element); 
     80          if (!element.currentStyle.hasLayout) element.style.zoom = 1; 
    8081          var filter = element.getStyle('filter'), style = element.style; 
    8182          if (value == 1 || value === '') {