]> source.dussan.org Git - gwtquery.git/commit
- Select the appropriate DocumentStyleImpl and Selectors for ie8 in .gwt.xml.
authorManolo Carrasco <manolo@apache.org>
Sun, 13 Jun 2010 12:24:42 +0000 (12:24 +0000)
committerManolo Carrasco <manolo@apache.org>
Sun, 13 Jun 2010 12:24:42 +0000 (12:24 +0000)
commit462b2c58cbc0e6a9f800b8288a3201c6f547c2cb
treee57aef5ab47c7b461bc5f6f937183eec3313ca09
parent090869279562932f7e49a5dab4957e1ebb3b778d
- Select the appropriate DocumentStyleImpl and Selectors for ie8 in .gwt.xml.
- Do not change overflow when it is not a resize animation
- Restore correctly attibutes in show/hide animations
- Restored the parameter force in css and curCSS methods
- Changed the way show sets the display property in order to use block only when it is needed
- change the parameter order of the setStyleProperty method
gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/DocumentStyleImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/DocumentStyleImplIE.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/PropertiesAnimation.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEffectsTest.java
samples/pom.xml
samples/src/main/java/gwtquery/samples/client/GwtQueryEffectsModule.java
samples/src/main/java/gwtquery/samples/public/GwtQueryBench.html
samples/src/main/java/gwtquery/samples/public/GwtQueryEffects.html