editor.js/test/cypress/tests
Tanya Fomina c29d244194
feat(toolbox): popover adapted for mobile devices (#2004)
* FIx mobile popover fixed positioning

* Add mobile popover overlay

* Hide mobile popover on scroll

* Alter toolbox buttons hover

* Fix closing popover on overlay click

* Tests fix

* Fix onchange test

* restore focus after toolbox closing by ESC

* don't move toolbar by block-hover on mobile

Resolves #1972

* popover mobile styles improved

* Cleanup

* Remove scroll event listener

* Lock scroll on mobile

* don't show shortcuts in mobile popover

* Change data attr name

* Remove unused styles

* Remove unused listeners

* disable hover on mobile popover

* Scroll fix

* Lint

* Revert "Scroll fix"

This reverts commit 82deae543e.

* Return back background color for active state of toolbox buttons

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-04-07 16:04:57 +03:00
..
api feat(block-api): the new dispatchChange() method (#1794) 2021-10-05 23:41:03 +03:00
modules feat(toolbar): toolbar refactored and ui improved (#1815) 2021-11-24 21:14:24 +03:00
tools Tunes improvements for inline actions (#1722) 2021-07-21 21:33:09 +03:00
block-ids.spec.ts feat(toolbox): popover adapted for mobile devices (#2004) 2022-04-07 16:04:57 +03:00
copy-paste.spec.ts feat(toolbar): toolbar refactored and ui improved (#1815) 2021-11-24 21:14:24 +03:00
initialization.spec.ts fix(readonly): crash with readonly property (#1969) 2022-02-09 20:46:26 +03:00
onchange.spec.ts feat(toolbox): popover adapted for mobile devices (#2004) 2022-04-07 16:04:57 +03:00
sanitisation.spec.ts onChange improvements (#1678) 2021-05-26 18:59:32 +03:00
selection.spec.ts Tunes improvements for inline actions (#1722) 2021-07-21 21:33:09 +03:00
utils.spec.ts [Fix] isFunction function for async functions (#1857) 2022-01-13 00:46:07 +03:00