Opened 15 years ago

Closed 15 years ago

#2933 closed New Feature (fixed)

Show broken image icon in Firefox

Reported by: Alfonso Martínez de Lizarrondo Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Using the custom extension -moz-force-broken-image-icon it's possible to make Firefox show that there's an image with a broken url while editing.

So it's a matter of adding

img {
	-moz-force-broken-image-icon: 1;
}

to the internal stylesheet (the image must have some dimensions in order to show, but finally it will appear and it will be possible to edit it).

You can compare the current behavior with the new one loading this html:

<p>Pic 1:<img width="100" height="100" src="broken" alt="current"></p>
<p>Pic 2:<img width="100" height="100" src="broken" alt="proposed" style="-moz-force-broken-image-icon: 1;"></p>

(of course I've applied here the style inline to show how it will work)

Change History (1)

comment:1 Changed 15 years ago by Artur Formella

Resolution: fixed
Status: newclosed

Fixed with ticket #3289

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy