Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Codemirror Cant Type Forward Slash #6280

Closed
wants to merge 3 commits into from
Closed

Fix for Codemirror Cant Type Forward Slash #6280

wants to merge 3 commits into from

Conversation

PhilETaylor
Copy link
Contributor

This PR applies an upstream bug fix to CodeMirror
see: codemirror/codemirror5@076afcb14e8be6

Steps to reproduce the issue

Set Codemirror as default editor.
Either create a new article or edit an existing article.
Type a forward slash ( / ) in the editor window.

Expected result

A forward slash appears in the editor window

What happens

No slash....

To test this PR

Apply patch - set CodeMirror as active editor see if you can type a slash in editor window

Closes #6277
Closes #6181

@brianteeman
Copy link
Contributor

Is this issue in an external library or our implementation of it?
If it is in the codemirror code then we shouldnt be touching it and should
instead just report upstream

On 3 March 2015 at 16:55, Phil Taylor notifications@github.com wrote:

This PR applies an upstream bug fix to CodeMirror
Steps to reproduce the issue

Set Codemirror as default editor.
Either create a new article or edit an existing article.
Type a forward slash ( / ) in the editor window.
Expected result

A forward slash appears in the editor window
What happens

No slash....
To test this PR

Apply patch - set CodeMirror as active editor see if you can type a slash
in editor window

Closes #6277 #6277

Closes #6181 #6181

You can view, comment on, or merge this pull request online at:

#6280
Commit Summary

  • Fix for Codemirror Cant Type Forward Slash

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#6280.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

@n9iels
Copy link
Contributor

n9iels commented Mar 3, 2015

@test confirmed, but the patch doesn't solve the issue for me.


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

@PhilETaylor

This comment was marked as abuse.

@PhilETaylor

This comment was marked as abuse.

@brianteeman
Copy link
Contributor

Please see #6150
On 3 Mar 2015 17:06, "Phil Taylor" notifications@github.com wrote:

Ok I have now upgraded CodeMirror to 5.0.0 released 11 days ago in this PR
for testing - this includes all upstream bugfixes


Reply to this email directly or view it on GitHub
#6280 (comment).

@PhilETaylor

This comment was marked as abuse.

@n9iels
Copy link
Contributor

n9iels commented Mar 3, 2015

I'm not able to test this patch via the Pacht tester component. When I apply I get a white screen. Not sure if this is a problem with my localhost or the patch..

@PhilETaylor

This comment was marked as abuse.

@n9iels
Copy link
Contributor

n9iels commented Mar 3, 2015

The PR brian mentioned is planned for Joomla! 3.5.0 (am I right?).
Should be nice if you can find a fix for this problem for Joomla! 3.4.1, because it is a very irritating bug. Things like typing a css path are impossible now.

@PhilETaylor

This comment was marked as abuse.

@wilsonge
Copy link
Contributor

wilsonge commented Mar 3, 2015

As we already have a open PR upgrading to Codemirror 5 (#6150) may I suggest we focus efforts there. If you want to test that it would be hugely appreciated :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot type forward slash in Joomla 3.4 template editor Codemirror Can't Type Forward Slash
5 participants