Searched refs:activeElement (Results 1 – 25 of 107) sorted by relevance
12345
41 let activeElement = document.activeElement;43 activeElement.classList.contains('navbar-toggler')44 && activeElement.getAttribute("aria-expanded")==="true"
39 $activeElement = $this->driver->switchTo()->activeElement();40 $activeElement->sendKeys($keys);
142 public function activeElement() function in Facebook\\WebDriver\\Remote\\RemoteTargetLocator
68 document.activeElement.blur();124 document.activeElement.blur();180 document.activeElement.blur();
68 public function activeElement(); function
77 document.activeElement.blur();
45 jQuery(document.activeElement).blur();
341 var activeElement = document.activeElement;342 if(activeElement === document.body && document.getSelection){343 activeElement = document.getSelection().focusNode || document.body;346 return activeElement;748 var currentFocus = document.activeElement;912 var activeElement = this.getActiveNode();918 if (!activeElement) {920 } else if (activeElement.findHandler(command)) {921 activeElement.doAction(command, e);1137 var node = document.activeElement;[all …]
232 if ( (!oDoc.hasFocus || oDoc.hasFocus() ) && oDoc.activeElement == this.Textarea )
184 activeEl = $(host).find(document.activeElement).data('dt-idx');
186 activeEl = $(host).find(document.activeElement).data('dt-idx');
4 …Language.oPaginate,w=i.oLanguage.oAria.paginate||{};try{t=x(e).find(n.activeElement).data("dt-idx"…
4 …uage.oPaginate,w=d.oLanguage.oAria.paginate||{},e=x(e);try{t=e.find(r.activeElement).data("dt-idx"…
187 activeEl = hostEl.find(document.activeElement).data('dt-idx');
4 …Language.oPaginate,w=s.oLanguage.oAria.paginate||{};try{t=x(e).find(n.activeElement).data("dt-idx"…
182 activeEl = $(host).find(document.activeElement).data('dt-idx');
4 …anguage.oPaginate),x=d.oLanguage.oAria.paginate||{};try{n=v(e).find(i.activeElement).data("dt-idx"…
4 …Language.oPaginate,m=s.oLanguage.oAria.paginate||{};try{t=v(e).find(n.activeElement).data("dt-idx"…
193 activeEl = $(host).find(document.activeElement).data('dt-idx');
46 …key bindings. Removed [`document.activeElement`](https://developer.mozilla.org/en-US/docs/Web/API/…
295 if ( (!oDoc.hasFocus || oDoc.hasFocus() ) && oDoc.activeElement == this.Textarea )
802 if (document.activeElement == graph.cellEditor.textarea)810 if (document.activeElement == graph.cellEditor.textarea)1529 if (force || input != document.activeElement)2356 if (force || document.activeElement != input)2618 if (force || document.activeElement != width)2623 if (force || document.activeElement != height)2638 if (force || document.activeElement != left)2643 if (force || document.activeElement != top)2976 if (force || document.activeElement != width)3862 if (document.activeElement == graph.cellEditor.textarea)[all …]
589 var focus = $.contains(tablePart[0], document.activeElement)590 ? document.activeElement700 if (focus && focus !== document.activeElement) {
4 …activeElement)?x.activeElement:null,d=m(m(this.s.dt.table().node()).parent()),"in-place"===t?(f.pl…
277 …if ((this.shadowRoot.activeElement === this.#input) && this.#multiple && this.#input.value !== '')…