Opened 15 years ago

Closed 15 years ago

#3226 closed Bug (expired)

Anchor image not visible in Safari on empty paragraph

Reported by: ambio Owned by:
Priority: Normal Milestone: Safari Compatibility
Component: General Version: FCKeditor 2.6.4
Keywords: WorksForMe Pending Cc:

Description

If you create an anchor (Safari on windows) where no text is present, the anchor is created but the anchor image is not visible in the editor window.

Steps to reproduce the problem:
1) Type some text
2) Create an anchor before the typed text (anchor will be visible)
3) Put some returns after the typed text
4) Create somewhere an anchor in the empty text (so somewhere in the returns)
5) Anchor is created in html but not visible in the editor window.

This problem happens also in the latest nightly build.

This is the html code of my test:

<p><a name="test1"></a>This is my first text paragraph</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a name="test2"></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

Change History (3)

comment:1 Changed 15 years ago by ambio

Priority: NormalHigh

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

Keywords: WorksForMe Pending added; safari anchor removed
Priority: HighNormal

Works fine for me using the 4.0 beta: AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16

comment:3 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Resolution: expired
Status: newclosed
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