Opened 17 years ago

Closed 16 years ago

#913 closed Bug (fixed)

can edit broken image's alt text, but it is not saved

Reported by: kae Owned by: Martin Kou
Priority: Normal Milestone: FCKeditor 2.6
Component: General Version:
Keywords: Confirmed Firefox Cc:

Description

if you have an image with a broken URL, the alt text will show in Firefox. this alt text is editable, but the changes are not saved.

to test:

  1. open 2.4.3 demo
  2. click Source
  3. replace all source with '<img src="blah" alt="test" />'
  4. click Source
  5. the word "test" is visible and editable. edit the text.
  6. click Source again.
  7. the changes you made are not visible.

Change History (4)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Keywords: Confirmed Firefox added
Milestone: FCKeditor 2.6

This is a bug in Firefox, it should be reported in http://bugzilla.mozilla.org after checking that isn't fixed in their latest alpha, and using http://www.mozilla.org/editor/midasdemo/

marking for 2.6 to report later.

comment:2 Changed 16 years ago by Alfonso Martínez de Lizarrondo

If the broken image has dimensions set then the alt isn't editable:

<img src="" alt="picture" height="200" width="200">

comment:3 Changed 16 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

comment:4 Changed 16 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Testing with Firefox 3.0 beta 3, the bug no longer happens. So it seems the Mozilla devs have already fixed this bug.

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