Ticket #6646 (closed Bug: fixed)
text inputs and areas lack context menu if they are present in the initial content
| Reported by: | alfonsoml | Owned by: | Saare |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.1 |
| Component: | General | Version: | 3.4 |
| Keywords: | Cc: |
Description
Follow up from #6046
That ticket fixed the context menu for those elements when they are inserted, but if they are present in the original content, then the isReadOnly() check returns the element and so they aren't editable.
Reproduction steps:
- Insert a text input, check that the context menu for editing it appears.
- Switch to source and back to design.
- The context menu entry is missing.
(be careful if checking with IE due to #5522)
Attachments
Change History
comment:2 Changed 3 years ago by garry.yao
- Owner set to garry.yao
- Status changed from confirmed to review
- Milestone set to CKEditor 3.5.1
One thing need to be reviewed is whether it works with [some hacks http://dev.fckeditor.net/browser/CKEditor/trunk/_source/plugins/forms/dialogs/textfield.js#L177 ] we introduced in IE for inputs.
comment:3 follow-up: ↓ 6 Changed 2 years ago by tobiasz.cudnik
- Status changed from review to review_failed
The Value field is empty when trying to edit the control.
comment:4 Changed 2 years ago by Saare
- Owner changed from garry.yao to Saare
- Status changed from review_failed to review
comment:6 in reply to: ↑ 3 Changed 2 years ago by garry.yao
Replying to tobiasz.cudnik:
The Value field is empty when trying to edit the control.
Missing value attribute is an known IE7 bug and we've already had a ticket for it.
