Can't change target anchor using id selector (in link dialog)
Can't change target anchor id (in a link dialog)
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- use following source
<p>Fancy link</p>
<p> </p>
<p><a id="a1" name="a1"></a></p>
<p><a id="a2" name="a2"></a></p>
- go back to the wysiwyg mode
- make a following selection in first paragraph
Fancy [link]
- apply link using a Link button
- change Link Type to " Link to anchor in the text"
- in "By Element Id" select set value to: "a1"
- click OK
- open once more link dialog using a button
- change the value of "By Element Id" to "a2"
- click OK
- open link dialog once more
Expected result:
"By Element Id" value should be changed to a2
Current result:
"By Element Id" stays with previous value
additional info:
- I've checked in 4.3.0 and it still occur there (didn't check any earlier versions) so it's not a recent regression
Change History (14)
Description: |
modified (diff)
|
Status: |
new →
confirmed
|
Version: |
→ 4.0
|
Description: |
modified (diff)
|
Milestone: |
→ CKEditor 4.5.6
|
Owner: |
set to kkrzton
|
Status: |
confirmed →
assigned
|
Status: |
assigned →
review
|
Milestone: |
CKEditor 4.5.6 →
CKEditor 4.5.7
|
Milestone: |
CKEditor 4.5.7 →
CKEditor 4.5.8
|
Milestone: |
CKEditor 4.5.8 →
CKEditor 4.5.9
|
Milestone: |
CKEditor 4.5.9 →
CKEditor 4.5.10
|
Milestone: |
CKEditor 4.5.10 →
CKEditor 4.5.11
|
Milestone: |
CKEditor 4.5.11 →
CKEditor 4.6.1
|
Milestone: |
CKEditor 4.6.1 →
CKEditor 4.6.2
|
Milestone: |
CKEditor 4.6.2
|
Priority: |
Normal →
Nice to have (we want to work on it)
|
Problem can be reproduced from the very beginning (CKE 3.0) but I'm setting 4.0 since it will be fixed there.