Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. Fixed:
  2. =====
  3.  
  4. √ a) The Grid data is not scroll able using the keyboard up and Down arrows.(780)
  5.  
  6. √ b) Page Up/Down: show work within the pixel first and then jump the pixel.(New)
  7. Right now it jumps 1 pixel.
  8.  
  9. √ c) Scrollbar disappears from the screen after multiple page downs.(New)
  10. Scrollbar sometime does not come all the way down when the user scrolls all the way down (on Android) (760)
  11.  
  12. √ o) Empty row should not be considered as a Data Row for row count (791) (759) (758)
  13.  
  14. √ k) Scrolling Jerk issue: (754) (757)
  15. http://screencast.com/t/fxy0dV8Yvf
  16.  
  17. √ g) Browser resize :
  18. We should resize the scrollbar as well.
  19.  
  20. √ i) Scrollbar width should be same as normal browser scrollbar (e.g. bottom horizontal bar) (782) (761) (733)
  21.  
  22. √ p) Test scroll in Android (760)
  23.  
  24. √ j) Scrollbars overlap (horizontal and vertical) and arrows are not visible (due to overlap). (799)
  25.  
  26. √ m) Test if Scrolling works properly with Middle Scroll and counter updates (mouse) 790
  27.  
  28. √ e) 1-Click buttons : on top and bottom of the scrollbar (732)
  29. which will scroll up and down 1 row at a time.
  30. This would be most useful once user scrolls all the way to
  31. the bottom and wants to click a few times to check
  32. if there is any more data below
  33.  
  34.  
  35. Need More Info:
  36. ============
  37.  
  38. d) Mobile touchscroll up/down should work (within the pixel) as well same way
  39. like pageup/down. Scrollbar width must be fixed and check for mobile also. (755)
  40.  
  41. What exactly is touchscroll?
  42.  
  43.  
  44. Can’t reproduce:
  45. ============
  46.  
  47. f) User brings scrollbar to the top and the top row (New)
  48. (whitepsace) is getting cut at the top and not showing
  49. the row fully.
  50. Same happens at the bottom sometimes. (731)
  51.  
  52. h) Scroll with scrollbar drag is showing negative numbers on the row IDs
  53. on Product Backlog grid which is a multisheet xls (756) (773)
  54.  
  55. l) Scrollbar in Orders screen shows NAN (776)
  56.  
  57. m) 753
  58.  
  59. Need External Help:
  60. =============
  61.  
  62. q) Cross Grid search does not scroll beyond 50 records (800)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement