Browser issue indication for selected image in Editor

erich37

Well-known member
1)
you "Drag & Drop" 3 images into the editor

2)
then you decide you want to delete 1 of those 3 images.

3)
you click onto one of those images in order to "select" the image

4)
it does not indicate, which image you have selected.


Windows 8 / Firefox 21
 
also:

removing (deleting) a certain image, does not delete the automatically embedded "Image Source URL".
Image gets deleted, "Image Source URL" remains.


So if you have 2 embedded images and delete one image, you end up having one embedded image and 2 "Image Source URLs".
It is hard to distinguish which "Image Source URL" belongs to which image.
 
Unfortunately, this is a Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=674132 It's rather hard to workaround as there's no CSS to really even target it (img:active works but only while the click is happening).

I have tweaked things a bit such that if you click an image and it's one where changing the source makes sense, it pops up the overlay automatically.
 
Top Bottom