aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/document.js
Commit message (Expand)AuthorAge
* Add correction to offset of imposter recttoasted-nutbread2019-10-17
* Handle null return value of document.caretPositionFromPointtoasted-nutbread2019-09-18
* Normalize XHTML document node.nodeNode to upper casetoasted-nutbread2019-09-15
* Return only single element when deepDomScan is not enabledtoasted-nutbread2019-09-14
* Remove destructuring from searchAt, containsPoint, docRangeFromPointtoasted-nutbread2019-09-14
* Replace some instances of Array.concattoasted-nutbread2019-09-02
* Fix typotoasted-nutbread2019-09-02
* Fix issues caused by scanning ranges which don't start with a text nodetoasted-nutbread2019-09-02
* Fix issue with whitespace rangestoasted-nutbread2019-09-02
* Reduce amount of isPointInRange calls for repeated rangestoasted-nutbread2019-09-02
* Add option for enabling deep scanningtoasted-nutbread2019-09-02
* Allow elements behind other transparent elements to be scannedtoasted-nutbread2019-09-02
* Improve definition of caretRangeFromPointtoasted-nutbread2019-09-02
* Destructure point to {x, y} only oncetoasted-nutbread2019-09-02
* Create container for imposter elementtoasted-nutbread2019-09-01
* Use important CSS priority for imposter element stylestoasted-nutbread2019-08-31
* Fix imposter issues with <input type="text">toasted-nutbread2019-08-31
* Make the imposter element tracked using TextSourceRangetoasted-nutbread2019-08-31
* Disable pointer events on hidden impostertoasted-nutbread2019-08-31
* Remove roundingtoasted-nutbread2019-08-31
* Fix some size and positioning issues related to imposter elementtoasted-nutbread2019-08-31
* Update isPointInRange to be more accuratetoasted-nutbread2019-08-29
* Clean up docRangeFromPointtoasted-nutbread2019-08-16
* fix scanning start of line on Firefoxsiikamiika2019-08-04
* Fix docRangeFromPoint sometimes not returning resultstoasted-nutbread2019-06-22
* Improve handling of null values from caretRangeFromPointtoasted-nutbread2019-02-20
* Catch exceptions thrown by range.getClientRects()toasted-nutbread2018-12-10
* Fixes for imposter element and range y positionGareth Parker2018-06-08
* Place `nodeType` checks inside `caretRangeFromPoint` functionRoderic Day2017-10-13
* make sure ranges are created over text nodes only (fixes #80)Alex Yatskov2017-09-19
* bugfix and versionAlex Yatskov2017-08-19
* fix flicker on form elements on mouseover (fixes #56)Alex Yatskov2017-08-17
* cleanupAlex Yatskov2017-08-14
* cleanupAlex Yatskov2017-07-20