gecko-dev/toolkit/content/widgets
Jessica Jong 98b67c9ce2 Bug 1371121 - [DateTimeInput] Remove activeElement check in blur event handler. r=smaug
In the original code, we check if input element is still the
document.activeElement in blur event handler, if so, we do nothing and early
return.
This check is not necessary, since it's not possible to refocus an element
during a blur. It also breaks the case of date/time input being in an iframe,
since when the iframe loses focus, the activeElement in the iframe is still the
date/time input, so we behave incorrectly after that.

MozReview-Commit-ID: 4matbsfxC0A
2017-06-14 02:06:00 -04:00
..
autocomplete.xml Backed out changeset f54fca58d189 (bug 1300996) for eslint failure in own test 2017-06-07 11:46:36 +02:00
browser.xml Bug 1327118 - Fix the charset encoding menu not being properly enabled when dragging tabs into a new window. r=mconley 2017-06-06 17:04:54 -07:00
button.xml Bug 1340643 - Make some labels and all buttons highlightable. r=mconley 2017-05-02 18:09:22 +08:00
calendar.js Bug 1361676 - Show selection highlight on date picker. r=mconley 2017-05-03 18:05:36 +08:00
checkbox.xml
colorpicker.xml
datekeeper.js Bug 1361676 - Show selection highlight on date picker. r=mconley 2017-05-03 18:05:36 +08:00
datepicker.js Bug 1370671 - DateTimeFormat timeZone set to UTC to show correct year-month header for datepicker. r=mconley 2017-06-07 20:04:44 -07:00
datetimebox.css Bug 1311857 - Adjust CSS for date/time widget internals to prevent them from overflowing the widget. r=dholbert 2017-04-21 16:18:19 +08:00
datetimebox.xml Bug 1371121 - [DateTimeInput] Remove activeElement check in blur event handler. r=smaug 2017-06-14 02:06:00 -04:00
datetimepicker.xml
datetimepopup.xml Bug 1370294 - Lazily create the iframe for the date time picker;r=mconley 2017-06-05 20:53:54 -07:00
dialog.xml
editor.xml
expander.xml
filefield.xml
findbar.xml Backed out changeset b89704b3bc19 (bug 1358500) for failures in browser_bug537013.js 2017-05-29 10:52:37 -07:00
general.xml
groupbox.xml
listbox.xml Bug 1359211 - Handle touch-scrolling of XUL <listbox> in JS. r=bz,dao,kats 2017-04-24 17:12:21 -04:00
menu.xml Bug 1366148 - Making menulist and menupopup highlightable r=jaws,mossop 2017-05-20 00:09:25 +08:00
menulist.xml Bug 1366148 - Making menulist and menupopup highlightable r=jaws,mossop 2017-05-20 00:09:25 +08:00
notification.xml Bug 1358431 - Remove delay rendering add-on permissions popup header r=florian 2017-06-09 14:59:04 -05:00
numberbox.xml
optionsDialog.xml
popup.xml
preferences.xml Bug 1356569 - Update the no-useless-parameters eslint rule to report trailing optional parameters for addObserver, appendElement and notifyObservers, r=jaws. 2017-04-14 21:51:40 +02:00
progressmeter.xml
radio.xml
remote-browser.xml Bug 1361650 - drop beforeunload timeout down to 1 second to make tab closing faster when the content process is slow, r=billm 2017-05-03 10:07:48 +01:00
resizer.xml
richlistbox.xml Backed out changeset f54fca58d189 (bug 1300996) for eslint failure in own test 2017-06-07 11:46:36 +02:00
scale.xml
scrollbar.xml
scrollbox.xml Bug 1371620 - Make arrowscrollbox._canScrollToElement not flush styles. r=mconley 2017-06-09 15:00:48 +02:00
spinbuttons.xml
spinner.js
splitter.xml
stringbundle.xml
tabbox.xml
text.xml
textbox.xml
timekeeper.js
timepicker.js
toolbar.xml
toolbarbutton.xml
tree.xml Bug 1355211 - Scroll events should be prevented in all cases except when allowunderflowscroll is true and the scrollbar is hidden. r=enndeakin+6102 2017-04-10 16:45:33 -04:00
videocontrols.css
videocontrols.xml Bug 1352724 - Fix the indentation and spelling error. r=jaws 2017-05-15 18:30:30 +08:00
wizard.xml