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
checkbox.xml
colorpicker.xml
datekeeper.js
datepicker.js
datetimebox.css
datetimebox.xml
datetimepicker.xml
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
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
timepicker.js
toolbar.xml
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