Changeset 7360
- Timestamp:
- 08/27/07 18:40:09 (1 year ago)
- Files:
-
- spinoffs/prototype/branches/dom/CHANGELOG (modified) (1 diff)
- spinoffs/prototype/branches/dom/src/dom/style.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/branches/dom/CHANGELOG
r7337 r7360 1 1 *SVN* 2 3 * Make sure setting opacity works on elements that have "no layout" in IE. [Thomas Fuchs] 2 4 3 5 * 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 78 78 } 79 79 element = $(element); 80 if (!element.currentStyle.hasLayout) element.style.zoom = 1; 80 81 var filter = element.getStyle('filter'), style = element.style; 81 82 if (value == 1 || value === '') {