cecilpeng

Results 4 issues of cecilpeng

Maybe masker should be considered to cover the whole panel after mousedown is triggered, becourse mousemove over an iframe can not be detected.

I simplify the plunker of #265 blow. http://plnkr.co/edit/tQlbI7cD39B5EjWhs9u9?p=preview > Problem: I have 2 screens, one summary and one detail. (in the plunk these are really dumb to illustrate the problem)....

bug
stickystate

``` if (percent > this.minPercent && percent < this.maxPercent) { this.percent = percent } else if (percent < this.minPercent) { this.percent = this.minPercent } else { this.percent = this.maxPercent }...

If I can change the config: range or meteWrite. I tested to download 60M file. Chrome: 1min. Here: 7min.