search for: stylefloat

Displaying 6 results from an estimated 6 matches for "stylefloat".

2006 Dec 19
2
Effect.Pulsate on last scriptaculous
...element.style.filter = element.getStyle(''filter'').replace(/alpha\([^\)]*\)/gi,'''') + ''alpha(opacity=''+value*100+'')''; } } else if(name == ''float'') name = (typeof element.style.styleFloat != ''undefined'') ? ''styleFloat'' : ''cssFloat''; element.style[name.camelize()] = value; } return element; }, ---------------------------------------------------------------------------------------------------------------------------...
2016 Jan 09
0
Wine release 1.9.1
...attr_value_by_dispid. mshtml: Added IHTMLDocument4::hasFocus implementation. jscript: Added support for Function constructor called as a function. mshtml: Merge htmlstyle2.c into htmlstyle.c. mshtml: Merge htmlstyle3.c into htmlstyle.c. mshtml: Added IHTMLCurrentStyle::styleFloat property implementation. mshtml: Added IHTMLDocument3::uniqueID implementation. Jactry Zeng (2): po: Update Simplified Chinese translation. riched20: Print boundary for ME_CheckCharOffsets only when richedit_check channel was opened. Jared Smudde (3): winefile: Use own ico...
2018 Sep 14
0
Wine release 3.16
...at property implementation. mshtml: Added IHTMLCSSStyleDeclaration::put_cssStyle implementation. mshtml: Added IHTMLCSSStyleDeclaration::get_cssText implementation. mshtml: Added IHTMLCSSStyleDeclaration::removeProperty implementation. mshtml: Added IHTMLCSSStyleDeclaration::styleFloat property implementation. mshtml: Use dispex_compat_mode in update_filter. mshtml: Expose IHTMLCSSStyleDeclaration interface to scripts. mshtml: Expose CSS properties names from style object via IHTMLCSSStyleDeclaration dispids. Jactry Zeng (3): ole32: Partially implement Ol...
2015 Jan 09
0
Wine release 1.7.34
...). Hugh McMaster (2): msvcrt: Fix a spelling error. msvcrt/tests: Add more tests for _vsnwprintf. Jacek Caban (29): mshtml: Resolve duplicated IDispatch entries as soon as they are processed. jscript: Added test of Date object default value. mshtml: Added IHTMLStyle::styleFloat attribute implementation. mshtml: Improved IHTMLStyle3::zoom stub. mshtml: Handle VT_ERROR in IHTMLSelectElement::add. mshtml: Added IHTMLElement4::focusin semi-stub implementation. d3d11.idl: Added D3D11_APPEND_ALIGNED_ELEMENT declaration. mshtml: Added IHTMLDOMTextNo...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...+ try { element.offsetParent } + catch(e) { return Element._returnOffset(0,0) } + return proceed(element); + } + ); + Element.Methods.getStyle = function(element, style) { element = $(element); style = (style == 'float' || style == 'cssFloat') ? 'styleFloat' : style.camelize(); @@ -2324,7 +2338,10 @@ else if (Prototype.Browser.IE) { }; Element._attributeTranslations.write = { - names: Object.clone(Element._attributeTranslations.read.names), + names: Object.extend({ + cellpadding: 'cellPadding', + cellspacing: 'c...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server