? ? Pending

User tests: Successful: Unsuccessful:

avatar Fedik
Fedik
25 Jun 2022

Pull Request for Issue #38127

Summary of Changes

Add options with better check

Testing Instructions

Follow #38127.

Or edit

public function display($tpl = null)
{

Add there:

\JFactory::getDocument()->addScriptOptions('plg_editor_tinymce', [
	'tinyMCE' => [
		'articletext' => [
			'quickbars_selection_toolbar' => 'bold italic | blockquote link',
		],
	],
]);

And open article editing.

Addittionaly: please repeat test from #37964

Actual result BEFORE applying this Pull Request

The editor is broken

Expected result AFTER applying this Pull Request

All works

Documentation Changes Required

none

avatar Fedik Fedik - open - 25 Jun 2022
avatar Fedik Fedik - change - 25 Jun 2022
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Jun 2022
Category Front End Plugins
avatar Fedik Fedik - change - 25 Jun 2022
The description was changed
avatar Fedik Fedik - edited - 25 Jun 2022
avatar matteo-galletti matteo-galletti - test_item - 25 Jun 2022 - Tested successfully
avatar matteo-galletti
matteo-galletti - comment - 25 Jun 2022

I have tested this item successfully on 5c06f26


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38138.

avatar Fedik Fedik - change - 25 Jun 2022
The description was changed
avatar Fedik Fedik - edited - 25 Jun 2022
avatar viocassel viocassel - test_item - 25 Jun 2022 - Tested successfully
avatar viocassel
viocassel - comment - 25 Jun 2022

I have tested this item successfully on 5c06f26


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38138.

avatar Quy Quy - change - 25 Jun 2022
Status Pending Ready to Commit
Labels Added: ?
avatar Quy
Quy - comment - 25 Jun 2022

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38138.

avatar richard67 richard67 - change - 26 Jun 2022
Labels Added: ?
b20bf65 26 Jun 2022 avatar richard67 CS
avatar richard67 richard67 - close - 26 Jun 2022
avatar richard67 richard67 - merge - 26 Jun 2022
avatar richard67 richard67 - change - 26 Jun 2022
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2022-06-26 11:24:33
Closed_By richard67
avatar richard67
richard67 - comment - 26 Jun 2022

Thanks all.

Add a Comment

Login with GitHub to post a comment