]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1852782 Context menu nagivation and FF repairs
authorBill Erickson <berickxx@gmail.com>
Wed, 11 Dec 2019 17:31:15 +0000 (12:31 -0500)
committerBill Erickson <berickxx@gmail.com>
Tue, 31 Dec 2019 16:23:02 +0000 (11:23 -0500)
commitdd5e0fd732c16ae1cfba735cbc859e1f8dad5061
treed2bdbd8d666381056e40f242c3236ceb36489b5f
parent5b755e5bec9a5f8de7bcc44cf280f36fa2e70e66
LP1852782 Context menu nagivation and FF repairs

Allow keyboard navigation of context menus by changing the action links
to buttons.  Teach the menu to close itself once an action has been
selected to cover cases where the popover does not close itself,
specifically on keyboard Enter to select.

Teach the editor to reload the tagtable data when the record type has
changed and refresh all of its child component, since a Type change
impacts all of the tagtable options.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/context-menu/context-menu-container.component.html
Open-ILS/src/eg2/src/app/share/context-menu/context-menu.directive.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/tagtable.service.ts