User tests: Successful: Unsuccessful:
Pull Request for Issue # .
PR #38863 introduces a bug if Codemirror is selected as default editor.
Set the default editor to Codemirror
When an article is edited, there is an error when Codemirror is set ad default editor.
Warning: Undefined property: stdClass::$readOnly in C:\wamp64\www\joomlacms\plugins\editors\codemirror\layouts\editors\codemirror\element.php on line 41
The error is the article editor is gone and the changes made in #38863 still work.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
?
|
Doesn’t isset also cover the check for not null so the check for not null can be removed?
You are right. isset will return true if variable is set and not NULL.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-10-23 07:42:53 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
Doesn’t isset also cover the check for not null so the check for not null can be removed?