Ticket #2531486 (closed defect)
Reporter Derek Gathright |
Opened: 11/23/11 Last modified: 07/21/12 Status: closed Type: defect Resolution: fixed |
Owner Derek Gathright |
Target Release: 3.6.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | ScrollView bounds twice | ||
| Description: | Message I'd like to fix the probrem of ScrollView in 3.4.1. The content bounds twice when I flick it from the edge beyond the end. It seems that the cause of this probrem is that the handler of gesturemoveend event conflicts with that of flick event. I tried to fix this problem like following statement, for your information. $ diff -u scrollview-base{,.new}.js --- scrollview-base.js 2011-11-21 11:10:54.000000000 +0900 +++ scrollview-base.new.js 2011-11-21 17:25:23.000000000 +0900 @@ -740,6 +740,12 @@ + if (sv._snapToEdge) { + sv._flicking = false; + sv._killTimer(false); + return; + } + Thanks, |
||
| Type: | defect | Observed in Version: | 3.4.1 |
| Component: | ScrollView | Severity: | S3 (normal) |
| Assigned To: | Derek Gathright | Target Release: | 3.6.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 12/14/11
|
|
Posted: 01/31/12
|
|
Posted: 03/27/12
|
|
Posted: 03/27/12
|
|
Posted: 07/21/12
|
This isn't an issue with the my latest dev code. Will be integrated into core soon. https://github.com/derek/scrollview-sandbox/tree/master/dualaxispaginator