Skip to content
Snippets Groups Projects
  1. Jul 03, 2017
  2. Jul 02, 2017
  3. Jun 27, 2017
  4. Jun 25, 2017
  5. Jun 24, 2017
  6. Jun 23, 2017
    • Jonathan Wilkes's avatar
      guard against Chromium's counter-intuitive mouseenter/mouseover/mousemove... · 46714d39
      Jonathan Wilkes authored
      guard against Chromium's counter-intuitive mouseenter/mouseover/mousemove events that get generated when a scroll event moves the element under the mouse
      Also, use "mousemove" instead of "mouseover" event as it properly highlights
      the element under the mouse even for single pixel mouse movements. "mouseover"
      would fail to highlight if the keyboard navigation had moved the highlight
      to a different element within view.
      These changes fix the problem of generating a chain of mouse events that
      would mess up keyboard navigation when the mouse pointer happened to be over
      the <ol>. These changes make the interaction between mouse and keyboard much
      more like what's expected in most GUI toolkits. (The only difference now is
      that the menu can't overflow the browser window, but there's nothing we can
      do about that.)
      46714d39
  7. Jun 22, 2017
  8. Jun 21, 2017
  9. May 28, 2017
  10. May 22, 2017
  11. May 17, 2017
  12. May 16, 2017
  13. May 15, 2017
  14. May 14, 2017
  15. May 11, 2017
  16. May 09, 2017
  17. May 06, 2017
  18. May 05, 2017
  19. May 04, 2017
  20. May 03, 2017
  21. May 01, 2017
  22. Apr 30, 2017
  23. Apr 27, 2017
  24. Apr 26, 2017
Loading