#12636 closed defect (fixed)
scrollable.js allows scrolling past the end
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
If you open tests/test_ScrollableMixin-custom.html and scroll to the bottom, the scrolling proceeds past the end and never bounces back.
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
(In [24259]) Fixes #12636 !strict. Fixed a problem where resize() is not called under some conditions.