Opened 18 years ago
Closed 17 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:
- open 2.4.3 demo
- click Source
- replace all source with '<img src="blah" alt="test" />'
- click Source
- the word "test" is visible and editable. edit the text.
- click Source again.
- the changes you made are not visible.
Change History (4)
comment:1 Changed 17 years ago by
Keywords: | Confirmed Firefox added |
---|---|
Milestone: | → FCKeditor 2.6 |
comment:2 Changed 17 years ago by
If the broken image has dimensions set then the alt isn't editable:
<img src="" alt="picture" height="200" width="200">
comment:3 Changed 17 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Testing with Firefox 3.0 beta 3, the bug no longer happens. So it seems the Mozilla devs have already fixed this bug.
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.