This is a follow-up issue to #2994702: Allow editors to alter embed-specific metadata, as well as `data-align` and `data-caption`.
The tabbing was fixed in #118 and #119 so that the "Edit media" button is accessible by tabbing.
We should add functional javascript testing of the tabbing. Unfortunately, I spent some time on this and have been unable to simulate a tab key press in the test so far (in media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php).
After discussing with phenaproxima, we decided to defer this to a follow-up, so as not to block the issue on the test coverage for this feature.
For now we are going to manually test the feature. This follow-up is to add actual function javascript test coverage for tabbing to the "Edit Media" button.
Comments