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

NaNundefined when typing a generic list #9372

Closed
QuarkRobot opened this issue Jan 5, 2018 · 3 comments
Closed

NaNundefined when typing a generic list #9372

QuarkRobot opened this issue Jan 5, 2018 · 3 comments
Assignees
Labels
affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly

Comments

@QuarkRobot
Copy link

Issue Summary

When typing a generic list, the parent asterisk gets replaced with NaNundefined. Child asterisks are not affected.

ghost

Steps to Reproduce

  1. Type * apple and press Enter
  2. Type * banana and press Enter
  3. Type * carrot and press Enter
  4. Move the caret to a blank line above apple
  5. Type * donkey and press Enter

Here is a GIF that shows it (with me typing very slowly)

ghost

Technical details:

  • Ghost Version: 1.19.2
  • Node Version: no idea (Ghost Pro)
  • Browser/OS: Microsoft Edge 41.16299.15.0
  • Database: mysql
@acburdine
Copy link
Member

acburdine commented Jan 5, 2018

This looks like the same issue as #9302 - however I can confirm this happens on 1.19.2 as well so this is likely a regression.

@acburdine acburdine added affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly labels Jan 5, 2018
@QuarkRobot
Copy link
Author

QuarkRobot commented Jan 5, 2018

Sorry, didn't see the issue - I only looked for issues currently open. It appears to be the same as issue #9302 as you said.

@kevinansfield
Copy link
Contributor

The regression occurred in yesterday's dependency update. Somehow yarn has handled the codemirror deps differently this time and our fixed version wasn't respected. Fix incoming for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly
Projects
None yet
Development

No branches or pull requests

3 participants