1. 25 Oct, 2016 1 commit
  2. 21 Oct, 2016 5 commits
  3. 20 Oct, 2016 2 commits
  4. 19 Oct, 2016 4 commits
  5. 17 Oct, 2016 3 commits
  6. 14 Oct, 2016 2 commits
    • Robert Knight's avatar
      Add a set of HTML anchoring tests with expected failures · 025d41e2
      Robert Knight authored
      Add a set of tests which check that Ranges within a DOM tree are
      correctly 'described' as selectors and then successfully converted back to
      Range objects by anchoring.
      
      The tests are derived from the suite of test cases collected for the
      Annotator project at
      https://github.com/openannotation/annotator/blob/v1.2.x/test/spec/range_spec.coffee
      
      These tests found failures in describing ranges with position and quote
      selectors in many cases and with a range selector in one case. The test
      lists and checks these expected failures.
      025d41e2
    • Robert Knight's avatar
      Fix formatting changes made via toolbar buttons not persisting · 3e084ccb
      Robert Knight authored
      When making formatting changes to the text of an annotation with the
      toolbar button without subsequently making a manual edit before clicking
      Preview or Save, the onEditText() callback was never triggered and so
      the unsaved changes were reverted when exiting edit mode.
      
      This happened because onEditText() was only fired in response to the
      'input' event which only occurs in response to programmatic, not manual
      changes to the input's value.
      
      Fixes #147
      3e084ccb
  7. 13 Oct, 2016 1 commit
  8. 12 Oct, 2016 1 commit
  9. 29 Sep, 2016 6 commits
  10. 28 Sep, 2016 6 commits
  11. 27 Sep, 2016 1 commit
  12. 26 Sep, 2016 6 commits
  13. 21 Sep, 2016 2 commits