#2997736: Fix tests fails in 8.x-2.x caused a regression.
The problem is that the selector above also seems to be match the hidden path element and then that doesn't have a data-uuid attribute. Before that apparently didn't matter because clicking that didn't do anything but now it assumes that it has this attribute.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | entity-browser-2998317-data-selector-4.patch | 2.73 KB | berdir |
| #2 | entity-browser-2998317-data-selector-2.patch | 1.3 KB | berdir |
Comments
Comment #2
berdirComment #3
berdirThis is actually not a complete fix yet, as iframe is also hardcoded there explicitly in the drupal settings array, didn't realize that before.
Comment #4
berdirMaybe the easiest fix is to promote the open setting one level up, as there are already some settings there while others are inside iframe/modal.
Comment #5
miiimoooFixed this #3027524: Replace inside paragraphs field breaks when pressing Replace for me but there is a remaining issue that when I cancel the selection the old image/media reference is removed.
I think it should keep the original reference in that case.
Comment #6
berdir@miiimooo, yeah that is a limitation, technically, replace currently is just delete + select combined into a single action, it's not so easy to change that. That not really related to this issue so, so I'd suggest you create a separate issue for that, but we don't have any plans to work on that.
Comment #7
berdirComment #10
primsi commentedCommited. Thx.