Opened 11 years ago
Closed 11 years ago
#11435 closed Bug (invalid)
ReadOnly mode acts as Disabled
Reported by: | Dennis Jakobsen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Read-only | Version: | |
Keywords: | Cc: |
Description
We use CkEditor for internal messaging. With links allowing pointing around our internal system.
But ckeditor in ReadOnly mode prevent links from being clicked.
My understanding of ReadOnly is that content cannot be edited. It shouldn't prevent interaction, selection or navigation of content.
Change History (1)
comment:1 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.3.1 |
The only difference between read-only mode and read-write mode is that in read-only mode content cannot be changed. Links should not be clickable still, because this is still a content, not a preview of a web page. If you want to make links clickable, destroy CKEditor and load its content into a container in your internal system.