Project

General

Profile

Bug #2519

Updated by Greg Shah over 9 years ago

1. The @ScrollBar.scroll()@ method looks to contain a typo: in line 253 @limit.x@ seems to be instead of @limit.y@
2. The @ScrollableContainer.processScrollEvent()@ looks suspicious for two reasons:
- the switch doesn't consider all possible values
- it makes no difference between LEFT and RIGHT (UP and DOWN).

Back