Opened 9 years ago

Last modified 9 years ago

#14530 confirmed Bug

Ckeditor allows to create multiple anchors with same name and id

Reported by: Sibasish palo Owned by:
Priority: Normal Milestone:
Component: General Version: 4.5.7
Keywords: Cc:

Description

Steps to reproduce

1.click on anchor button,enter a name "Test"
2.Again click on anchor button ,enter "Test"

source view of two anchors:

<p><a id="Test" name="Test"></a></p>

<p><a id="Test" name="Test"></a></p>

Actual result: As shown above Ckeditor allows to create two anchors with same name and ID

Expected result: Ckeditor should not allow to create two anchors with same name and ID

Change History (3)

comment:1 Changed 9 years ago by Jakub Ś

Status: newconfirmed
Version: 4.5.74.0

This issue is correct.

There should be some mechanism in anchor dialog to validate which anchor ids were already entered. We should not expect our users to keep track of them.

comment:2 Changed 9 years ago by Sibasish palo

Version: 4.04.5.7

Thank you for the early reply
when can i expect a fix for this issue?
is there any way or workaround can i apply for now to restrict it?

comment:3 Changed 9 years ago by Jakub Ś

Please don't change version number - it is used to indicate when problem started occurring.

There is no workaround for this problem.

when can i expect a fix for this issue?

Decision which or when to fix particular bug is taken by core development team. At the moment there is no ETA for this ticket.

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