Opened 14 years ago
Closed 14 years ago
#6665 closed Bug (fixed)
NAME ATTRIBUTE IS MISSING FOR LINK ON IE
Reported by: | naresh.sivaraman | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | Core : Styles | Version: | 3.0 |
Keywords: | IE Oracle | Cc: |
Description
Happens in IE6 and IE7.
To reproduce:
- click "link" icon and input "Name" and other attributes in Advanced tab.
2.Then, right click the link created in step 1 and choose "Edit Link"
3.open Advanced tab in the editing link dialog,Name attribute is missing in it.
4.checking source mode, the name attribute is not set there either.
Attachments (2)
Change History (12)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Component: | General → Core : Styles |
---|---|
Keywords: | IE added |
Status: | new → confirmed |
Version: | 3.4.2 → 3.0 |
An unfixed part of #3008.
comment:3 Changed 14 years ago by
Keywords: | Oracle added |
---|
Changed 14 years ago by
Attachment: | 6665.patch added |
---|
comment:4 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:5 Changed 14 years ago by
Milestone: | → CKEditor 3.5.1 |
---|
comment:6 follow-up: 7 Changed 14 years ago by
Status: | review → review_failed |
---|
Create a link and go to source mode. Switch back to wysiwyg mode. Note that the anchor icon is on it.
Also, the findSavedSrcRegex
variable can now be removed.
Changed 14 years ago by
Attachment: | 6665_3.patch added |
---|
comment:7 Changed 14 years ago by
Status: | review_failed → review |
---|
Replying to Saare:
Create a link and go to source mode. Switch back to wysiwyg mode. Note that the anchor icon is on it.
This's the correct behavior. (inherited from v2)
comment:8 Changed 14 years ago by
The patch also fixes a bug reported at #6953 where old protected attributes were overridden by newly created ones.
comment:9 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6316].
Any updates on this bug please?