[GitHub] incubator-weex pull request #827: * [html5] bugfix

2017-10-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/827


---


[GitHub] incubator-weex pull request #827: * [html5] bugfix

2017-10-30 Thread MrRaindrop
GitHub user MrRaindrop opened a pull request:

https://github.com/apache/incubator-weex/pull/827

* [html5] bugfix

  - scroll event listenning on window.
  - img lazyloading.
  - scrollToElement on latest chrome.
  - rm id of a comp.
  - fix stream.fetch.
  - add statistics for components and modules.
  - support lazyload and appear watcher when body height set to 100%
  - add try catch for accessing localStorage may throw a error.
  - image support sprite (sprite-src, sprite-position, sprite-width).


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MrRaindrop/incubator-weex 0.16-dev

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/827.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #827


commit 7d438d78292f5c810a1581e0f9763624295385c2
Author: MrRaindrop 
Date:   2017-09-26T07:56:51Z

* [html5] bugfix:
  - scroll event listenning on window.
  - img lazyloading.
  - scrollToElement on latest chrome.
  - rm id of a comp.
  - fix stream.fetch.
  - add statistics for components and modules.
  - support lazyload and appear watcher when body height set to 100%
  - add try catch for accessing localStorage may throw a error.
  - image support sprite (sprite-src, sprite-position, sprite-width).




---