aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dom_utils.coffee
AgeCommit message (Expand)Author
2016-05-07Merge pull request #2118 from smblott-github/fix-ui-component-init-issuesStephen Blott
2016-04-28Fix UI-component initialization issues.Stephen Blott
2016-04-28Make vimiumFlash a class.Stephen Blott
2016-04-18Revert "UI-compnent commands must wait for the document to be ready."Stephen Blott
2016-04-17UI-compnent commands must wait for the document to be ready.Stephen Blott
2016-04-12Make rects absolute in window earlier.Stephen Blott
2016-04-05Check for document.activeElement.Stephen Blott
2016-04-02Refactor DomUtils.documentReady.Stephen Blott
2016-04-02Rework DomUtils.documentReady().Stephen Blott
2016-04-02Move the test for small windows to DomUtils.Stephen Blott
2016-03-28Global link hints; revert b7535a604954b5873d825eb66bfecd08f1f2c99b.Stephen Blott
2016-03-27Remove simulateUnhover(); not being used.Stephen Blott
2016-03-21Rework visual mode.Stephen Blott
2016-03-06Tweak documentReady().Stephen Blott
2016-03-03Remove methods which aren't used.Stephen Blott
2016-02-26Don't try to evaluate DomUtils.isSelectable on non-elementsmrmr1993
2016-02-26Remove outdated blacklist in DomUtils.isEditable, use .isSelectablemrmr1993
2016-02-18Wait-for-enter: for filtered hints.Stephen Blott
2016-01-30Rework unhovering to occur automatically for all simulated hoversmrmr1993
2016-01-30Emit mouseout when clicking a new element link hintsmrmr1993
2016-01-26Disable position-at-end in text areas.Stephen Blott
2015-09-07Traverse shadow DOMs when looking for scrollable elementsmrmr1993
2015-08-28a better way to detect document typesgdh1995
2015-08-28fix a new typogdh1995
2015-08-28remove `.bind` imported in da8653f because dom tests fail if bind existsgdh1995
2015-08-28fix a typo in PR #1798gdh1995
2015-08-28clean codegdh1995
2015-08-26Use createElementNS for XML documents and remove XML specific codepathsmrmr1993
2015-07-20Treat links with fixed position children like absolutely positionedmrmr1993
2015-06-10Move finding the element at a selection's focus to a library functionmrmr1993
2015-04-28Recognise inline child elements of height=0 elements caused by font-sizemrmr1993
2015-04-28Make DomUtils.getVisibleClientRects default to expected behaviourmrmr1993
2015-04-28Remove redundant testmrmr1993
2015-03-17Activate vomnibar in window.top; more clean up.Stephen Blott
2015-03-06Merge branch 'fix-focus-html5-inputs'Stephen Blott
2015-03-06Cosmetic changes (following #1490).Stephen Blott
2015-03-03Note relevant PR number for link-hint-text change.Stephen Blott
2015-03-03Do not include duplicated texts in link hints.Stephen Blott
2015-02-19Only send cursor to end when selection has the cursor at the startmrmr1993
2015-02-19Make DomUtils.isSelected behave correctly for all editable elementsmrmr1993
2015-02-19Stop trying to place the cursor at the end of an input on focusmrmr1993
2015-02-18Remove redundant check, make isSelected's behaviour match its contractmrmr1993
2015-02-17Guard against input elements which don't support selectionStart/Endmrmr1993
2015-02-06Visual/edit modes: code cleanup.Stephen Blott
2015-01-28Visual/edit modes: fix some movements...Stephen Blott
2015-01-23Visual/edit modes: more (and better) commands.Stephen Blott
2015-01-23Visual/edit modes: develop edit mode.Stephen Blott
2015-01-20Add contentEditable as criterion for isSelectable.Stephen Blott
2015-01-20Minor refactoring of isSelected().Stephen Blott
2015-01-18Move isSelected test to before possible blur/click.Stephen Blott