User tests: Successful: Unsuccessful:
Pull Request for Issue #13665 .
This PR adds support for readonly/disabled editors
Another test:
readonly="true"
attribute to it. Eg edit /administrator/models/forms/article.xml and change<field
name="articletext"
type="editor"
label="COM_CONTENT_FIELD_ARTICLETEXT_LABEL"
description="COM_CONTENT_FIELD_ARTICLETEXT_DESC"
filter="JComponentHelper::filterText"
buttons="true"
/>
to
<field
name="articletext"
type="editor"
label="COM_CONTENT_FIELD_ARTICLETEXT_LABEL"
description="COM_CONTENT_FIELD_ARTICLETEXT_DESC"
filter="JComponentHelper::filterText"
buttons="true"
readonly="true"
/>
Editor should be readonly/disabled.
You can edit the content fine.
https://docs.joomla.org/Editor_form_field_type can now have added attributes "readonly" and "disabled" (they both do the same thing here).
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries Front End Plugins |
Good catch, now to figure out where that comes from
Labels |
Added:
?
|
Category | Libraries Front End Plugins | ⇒ | Layout Libraries Front End Plugins |
@brianteeman Can you try again? I think I fixed that now.
@Bakual http://213.160.72.75/joomla/joomla-cms/2432 Drone is complaining ;)
I have tested this item
@brianteeman can i alter your Test as successfully?
I have tested this item
Patch ok for me
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
@brianteeman can i alter your Test as successfully?
No - I did not fully test it - I only tested the one small part
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-08 18:29:09 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
I have tested this item? unsuccessfully on 7fef75c
with tinymce as the editor I created an editor field for a contact and set it to read only.
I created a new contact and can confirm that the tinymce editor is disabled BUT I then click on the Toggle Editor and can enter text into the editor AND this text will be saved
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15157.