Bug #2519
suspicious looking scrolling code
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/20/2015
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Greg Shah over 11 years ago
- Subject changed from Suspiciously looking code to suspicious looking scrolling code
- Description updated (diff)
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).