Opened 16 years ago
Closed 14 years ago
#2570 closed Bug (worksforme)
"align" attribute on Images breaks image dialog and context menu
Reported by: | mucter | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.5 |
Keywords: | Confirmed Safari? | Cc: | fabrice.marchon@…, Matt |
Description (last modified by )
I have verified on the nightly build that this is still broken.
- Add an Image to html using the Image dialog
- Re-open the image dialog and set the Image's "Align" to "left" using the drop down in the image dialog.
- Close the dialog and right click on the image
- Image properties will be missing from the menu and you can't click the image dialog button to pre-populate the dialog with the selected image's info
This problem shows itself in Safari 3 on Windows and Mac and also Google Chrome, I'm not sure if it happens in Safari 2, but I'd imagine so.
Attachments (1)
Change History (12)
comment:1 Changed 16 years ago by
Summary: | [Webkit] "align" attribute on Images breaks image dialog and context menu → "align" attribute on Images breaks image dialog and context menu |
---|---|
Version: | FCKeditor 2.6.3 |
comment:2 Changed 16 years ago by
Keywords: | Confirmed added |
---|
comment:3 Changed 16 years ago by
Component: | UI : Dialogs → General |
---|---|
Description: | modified (diff) |
Milestone: | → Safari Compatibility |
I guess that this is due to http://dev.fckeditor.net/ticket/58 (btw, Safari 2 isn't supported in FCKeditor)
comment:4 Changed 16 years ago by
Keywords: | Safari added |
---|
comment:5 Changed 16 years ago by
Cc: | fabrice.marchon@… added |
---|---|
Version: | → FCKeditor 2.6.3 |
I confirm the same behaviour but not in all cases with Safari (tested with version s 3.1 and 3.2) and the fckeditor 2.6.3 demo.
a) When the image is placed alone into a paragraph and aligned, the Images properties is shown.
b) When the image is placed into a paragraph with existing text and aligned, the Images properties is not shown, because the selection seems to apply over the surrounding element and not over the image itself.
c) In point b), it depends on the image alignement and its position into the text, because of the rendering of elements.
Here is the hmtl code I used for my tests:
<p>Une image seule alignée à droite: Images props ok!</p> <p><img align="right" alt="" src="http://www.fckeditor.net/_userfiles/image/FCKeditor.png" /></p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p>Une image alignée en haut après un texte: Images props ok!</p> <p>Un texte précédant l'image ci-contre avec br<br /> <img align="right" alt="" src="http://www.fckeditor.net/_userfiles/image/FCKeditor.png" /></p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p>Une image alignée en haut après un texte: Images props does not work!</p> <p>Un texte précédant l'image ci-contre sans br <img align="right" alt="" src="http://www.fckeditor.net/_userfiles/image/FCKeditor.png" /></p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p>Une image alignée au milieu d'un texte: Images props ok!</p> <p>Un texte qui précède l'image. <img align="middle" alt="" src="http://www.fckeditor.net/_userfiles/image/FCKeditor.png" /> Un texte qui suit l'image.</p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p>Une image alignée à droite d'un texte: Images props does not work!</p> <p>Un texte qui précède l'image. <img align="right" alt="" src="http://www.fckeditor.net/_userfiles/image/FCKeditor.png" /> Un texte qui suit l'image.</p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p>Une image alignée à gauche d'un texte: Images props does not work!</p> <p>Un texte qui précède l'image. <img align="left" alt="" src="http://www.fckeditor.net/_userfiles/image/FCKeditor.png" /> Un texte qui suit l'image.</p> <p> </p>
I hope it will help you.
comment:6 Changed 16 years ago by
Version: | FCKeditor 2.6.3 → FCKeditor 2.5 |
---|
comment:7 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Alfonso Martínez de Lizarrondo |
Status: | new → assigned |
The attachment is a proposed testcase for this issue for V3. At the same time, it says that there is no selected element in Opera right after selecting the test image (without any floating). That's a different issue.
comment:11 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | review → closed |
I can't reproduce this issues anymore. Seems to be outdated.
Confirmed in Safari 3 and Google Chrome (Vista32)