#2933: Show broken image icon in Firefox
-------------------------+--------------------------------------------------
Reporter: alfonsoml | Owner:
Type: New Feature | Status: new
Priority: Normal | Milestone:
Component: General | Version:
Keywords: |
-------------------------+--------------------------------------------------
Using the custom extension [https://developer.mozilla.org/en/CSS/-moz-
force-broken-image-icon -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)
--
Ticket URL: <http://dev.fckeditor.net/ticket/2933>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac