Conversation
|
The formatted name -uncompressed is specially used when debug is on. One should not get rid of it. |
|
@infograf768 I think @okonomiyaki3000 has covered nicely this option $ext = JFactory::getConfig()->get('debug') ? '.js' : '.min.js';same thing goes for css, so no real worries for dropping the -uncompressed |
|
Why would we? imho, better normalize. |
|
so this |
|
For some time now, The line of code that @DGT41 mentions is not using |
There was a problem hiding this comment.
See this change right here? Can't use JHtml::script for this. This string is a pattern used by CodeMirror to autoload the mode files. They all exists in both min and normal forms so we select which one we want and use it. Prior to this change, there was no minified version so it was not an issue.
|
This needs to be testes and merged quickly as this fixes a major issue with CodeMirror in the template manager (you can't type / ) This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6150. |
|
test show that it works (also type / fixed) |
|
yes the milestone was before the serious bug was discovered On 5 March 2015 at 19:09, Fedir Zinchuk notifications@github.com wrote:
Brian Teeman |
|
Without patch: After Patch: Everything seems to work correctly Test MacBook Pro: Successful |
|
@FrankyDE one easy test you can do is before the patch try to type a / it wont work. After the patch it will |
|
Test successfully. Works as expected. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6150. |
|
RTC based on testing! Thanks! This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6150. |
|
thanks Brian, I tested that now without the patch and "/" does not display it simply vanishes. Patch tested successful ! :-) #happy |
CodeMirror 5.0 is out and here it is. Please see http://codemirror.net/ for details. Basically, it might work on mobile now.
Also: