stable
Clone or download
Read-only
request #18002 "List Picker" should rely on "pointerdown" event instead of "click" event
The List Picker is now opended/closed when the button is down and not after a complete "click" cycle. ( button down + up ) Change-Id: I8053f1a26ce2a50db90e8037382d93c388850947
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/list-picker/src/events/EventManager.test.ts | +12 | −7 | Go to diff View file |
M | src/scripts/list-picker/src/events/EventManager.ts | +10 | −6 | Go to diff View file |
M | src/scripts/list-picker/src/list-picker.ts | +1 | −0 | Go to diff View file |
M | src/scripts/list-picker/src/selection/MultipleSelectionManager.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/list-picker/src/selection/MultipleSelectionManager.ts | +2 | −2 | Go to diff View file |
M | src/scripts/list-picker/src/selection/SingleSelectionManager.test.ts | +1 | −1 | Go to diff View file |
M | src/scripts/list-picker/src/selection/SingleSelectionManager.ts | +1 | −1 | Go to diff View file |
M | src/scripts/list-picker/themes/style.scss | +1 | −0 | Go to diff View file |