? Success

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
4 Aug 2016

Pull Request for Issue #8428 .

Summary of Changes

This simple PR removes the confusing styles input in the insert module modal editor-xtd button that can be found in the toolbar when editing content.

It is given priority by being at the top of the screen and yet it is a very rare use case that you would want to override the style already set in the module.

If absolutely needed a user can still set a style by adding it to the generated syntax in the content item itself

After PR

cuuh

avatar joomla-cms-bot joomla-cms-bot - change - 4 Aug 2016
Category Administration Components
avatar brianteeman brianteeman - open - 4 Aug 2016
avatar brianteeman brianteeman - change - 4 Aug 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 4 Aug 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 4 Aug 2016
The description was changed
avatar brianteeman brianteeman - edited - 4 Aug 2016
avatar dgt41
dgt41 - comment - 4 Aug 2016

@brianteeman I think that there is some javascript that will be useless now and should be also removed. I like this! ?

avatar brianteeman
brianteeman - comment - 4 Aug 2016

@dgt41 if you can find it for me that would be great - js is all greek to me

avatar dgt41
dgt41 - comment - 4 Aug 2016

So line 30 to 41:

moduleIns = function(type, name) {
    var extraVal ,fieldExtra = jQuery("#extra_class");
    window.parent.jInsertEditorText("{loadmodule " + type + "}", "' . $editor . '");
    window.parent.jModalClose();
};
modulePosIns = function(position) {
    var extraVal ,fieldExtra = jQuery("#extra_class");
    window.parent.jInsertEditorText("{loadposition " + position + "}", "' . $editor . '");
    window.parent.jModalClose();
};
avatar Lavsteph Lavsteph - test_item - 4 Aug 2016 - Tested successfully
avatar Lavsteph
Lavsteph - comment - 4 Aug 2016

I have tested this item successfully on


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

avatar dgt41
dgt41 - comment - 4 Aug 2016

oops also var extraVal ,fieldExtra = jQuery("#extra_class"); is useless in both places

avatar brianteeman
brianteeman - comment - 4 Aug 2016

can you do a PR against my branch?

avatar dgt41
dgt41 - comment - 4 Aug 2016
avatar brianteeman
brianteeman - comment - 4 Aug 2016

Thanks I have merged that change

avatar jeckodevelopment jeckodevelopment - test_item - 4 Aug 2016 - Tested successfully
avatar jeckodevelopment
jeckodevelopment - comment - 4 Aug 2016

I have tested this item successfully on eb4f9a8


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

avatar 1apweb 1apweb - test_item - 4 Aug 2016 - Tested successfully
avatar 1apweb
1apweb - comment - 4 Aug 2016

I have tested this item successfully on eb4f9a8

Hi, May be displaying it in search tools?


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

avatar brianteeman brianteeman - change - 4 Aug 2016
Status Pending Ready to Commit
avatar brianteeman
brianteeman - comment - 4 Aug 2016

RTC thanks for testing


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

avatar joomla-cms-bot joomla-cms-bot - change - 4 Aug 2016
Labels Added: ?
avatar rdeutz rdeutz - close - 13 Aug 2016
avatar rdeutz rdeutz - merge - 13 Aug 2016
avatar joomla-cms-bot joomla-cms-bot - close - 13 Aug 2016
avatar rdeutz rdeutz - change - 13 Aug 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-08-13 17:44:30
Closed_By rdeutz
avatar joomla-cms-bot joomla-cms-bot - change - 13 Aug 2016
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment