Changes between Initial Version and Version 1 of Ticket #28888, comment 8
- Timestamp:
- 05/29/2017 07:24:58 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28888, comment 8
initial v1 16 16 - should have some screen reader text to say what it does: "Edit {widget name} widget" and when expanded "Close {widget name} widget" 17 17 - the "Remove" and "Close" links should be buttons 18 - looks like the "s ave as you type" saves on each keystroke. Should really try to detect when users actually end typing. See for example what was done for the Themes search using `_.debounce` in #26600 and #3181218 - looks like the "search as you type" searches on each keystroke. Should really try to detect when users actually end typing. See for example what was done for the Themes search using `_.debounce` in #26600 and #31812 19 19 - the "Remove" label: it says "Remove" and has a title attribute `"Trash widget by moving it to the inactive widgets sidebar."` So is it removing, trashing, or moving? What is the "widgets sidebar" in the Customizer context? Bit confusing and doesn't explain the most important thing: settings/content will be preserved. 20 20