Dactyloidae/toolkit/content/widgets
Moonchild 808332c2c1 Issue #2019 - Follow-up: Make autocomplete and satchel listen to keypress events in the system event group
The autocomplete module listens to keypress events for both printable keys
and non-printable keys a lot. However, we're stopping dispatching keypress
events for non-printable keys in the default event group of web content.

This means that autocomplete should listen to keypress events in the
system event group.

Note that it's difficult to globally change keypress event listeners to
keydown event listeners because if we stop keypress events at preceding
keydown event in autocomplete or satchel modules, some other modules
fail to handle keydown or keypress events before autocomplete, and it's
not easy to investigate which keypress event listener in which modules
should be changed to a keydown event listener.

Therefore, this patch doesn't do that, and uses the event group approach.
2022-10-27 08:58:11 +08:00
..
autocomplete.xml Issue #2019 - Follow-up: Make autocomplete and satchel listen to keypress events in the system event group 2022-10-27 08:58:11 +08:00
browser.xml Issue #1770 - Fix incorrect reference to event parameter 2021-05-14 00:21:23 +08:00
button.xml
calendar.js Bug 1381421 - (Part 1) Handle dates earlier than 0001-01-01 and later than 275760-09-13 correctly 2019-02-15 23:44:57 +08:00
checkbox.xml
colorpicker.xml
datekeeper.js Bug 1381421 - (Part 1) Handle dates earlier than 0001-01-01 and later than 275760-09-13 correctly 2019-02-15 23:44:57 +08:00
datepicker.js moebius#110: HTML - input - datetime - Datepicker shows incorrect month for the first day of the month 2019-02-15 23:45:14 +08:00
datetimebox.css moebius#92: HTML - input - datetime 2019-02-15 23:44:39 +08:00
datetimebox.xml Bug 1446342 - Input type="date" not working if the other form elements has name="document" (any alternative solution) 2019-02-15 23:45:10 +08:00
datetimepicker.xml moebius#92: HTML - input - datetime 2019-02-15 23:44:39 +08:00
datetimepopup.xml Fix typo in variables in datetimepopup.xml 2019-02-15 23:54:12 +08:00
dialog.xml Issue #1829 - Revert "Issue #1751" 2022-05-04 09:40:24 +08:00
editor.xml
expander.xml
filefield.xml
findbar.xml Issue #1829 - Revert "Issue #1751" 2022-05-04 09:40:24 +08:00
general.xml
groupbox.xml
listbox.xml
menu.xml
menulist.xml
notification.xml
numberbox.xml
optionsDialog.xml Issue #1829 - Revert "Issue #1751" 2022-05-04 09:40:24 +08:00
popup.xml Follow up to Issue #1578 - Preprocess the popup binding 2020-06-10 21:00:33 +08:00
preferences.xml Issue #1829 - Revert "Issue #1751" 2022-05-04 09:40:24 +08:00
progressmeter.xml
radio.xml
remote-browser.xml
resizer.xml
richlistbox.xml
scale.xml
scrollbar.xml
scrollbox.xml Issue #991 Part 8: Toolkit everything else 2019-04-27 08:22:23 +08:00
spinbuttons.xml
spinner.js Bug 1397114 - Disable smooth scrolling when value changes come from input box 2019-02-15 23:45:06 +08:00
splitter.xml
stringbundle.xml
tabbox.xml Remove TelemetryStopwatch call sites from toolkit components. 2019-02-16 00:11:38 +08:00
text.xml
textbox.xml
timekeeper.js Bug 1382175 - Fix time picker step and min/max regressions 2019-02-15 23:44:54 +08:00
timepicker.js Bug 1382175 - Fix time picker step and min/max regressions 2019-02-15 23:44:54 +08:00
toolbar.xml [fix typo] palemoon#903 and #975: Customizable toolbars - persist the attribute "collapsed" (backward compatible) 2019-02-15 23:49:57 +08:00
toolbarbutton.xml
tree.xml Issue #1829 - Readd code cleanup that is not Mac related that got clobbered by reverting Issue #1751 2022-05-04 10:01:23 +08:00
videocontrols.css
videocontrols.xml
wizard.xml Issue #1829 - Revert "Issue #1751" 2022-05-04 09:40:24 +08:00