Skip to content
Snippets Groups Projects
  1. Sep 15, 2017
  2. Sep 13, 2017
  3. Aug 29, 2017
  4. Jul 24, 2017
  5. Jul 22, 2017
  6. Jul 10, 2017
  7. Jul 07, 2017
  8. Jun 28, 2017
    • Adrian Heine's avatar
      Use cursor stickiness in scrollPosIntoView · 695d0086
      Adrian Heine authored
      This way, only one char's left and right edges are used, instead of its
      (logical) neighbour's right edges.
      
      In bidi content, this avoids trying to scroll to two logically close,
      but visually far apart positions in some situations.
      695d0086
  9. Jun 27, 2017
  10. Jun 22, 2017
  11. Jun 21, 2017
  12. Jun 14, 2017
  13. Jun 13, 2017
  14. May 28, 2017
  15. May 25, 2017
  16. May 24, 2017
  17. May 23, 2017
  18. May 16, 2017
  19. May 04, 2017
  20. Apr 19, 2017
  21. Mar 09, 2017
  22. Mar 08, 2017
  23. Mar 05, 2017
  24. Mar 01, 2017
  25. Feb 28, 2017
  26. Feb 06, 2017
  27. Feb 05, 2017
    • Adrian Heine's avatar
      Add failing tests for coordsChar · e49d5e89
      Adrian Heine authored
      1. End of wrapped line in bidi content is wrong (my mistake)
      2. coordsChar({left:0, top: *}) in bidi content is wrong after Marijn's code
         style changes
      e49d5e89
Loading