Opened 9 years ago
Closed 9 years ago
#15824 closed defect (invalid)
test_EdgeToEdgeList-editable-a11y.html: reordering last items is not possible
Reported by: | Damien Mandrioli | Owned by: | cjolif |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.8.0rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
OS affected: All
- Run dojox/mobile/tests/test_EdgeToEdgeList-editable-a11y.html
- Click 'Edit' button
- Scroll down the page
- Try to move up 'Item l', it's not possible, the item does not move
Note: Should be fixed by replacing the main View by a ScrollableView?, like in test_EdgeToEdgeList-editable-sv.html which works correctly.
Attachments (1)
Change History (9)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.9 |
---|---|
Owner: | changed from Eric Durocher to cjolif |
Status: | new → assigned |
comment:4 Changed 9 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
test_EdgeToEdgeList-editable.html (and test_EdgeToEdgeList-editable-a11y.html) is a test case for editable list on View, while test_EdgeToEdgeList-editable-sv.html is a test case for editable list on ScrollableView. Changing View in test_EdgeToEdgeList-editable.html to ScrollableView is not a solution.
comment:6 Changed 9 years ago by
Yes, the test cases are correct. Fixing them would hide the real problem. Note that -sv of test_EdgeToEdgeList-editable-sv.html stands for "ScrollableView".
BTW, I was not able to reproduce the problem on my Chrome. Am I missing something? Or perhaps you didn't notice there was Item k below Item l because of the scroll position?
comment:8 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Same problem with test_EdgeToEdgeList-editable.html