question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to delete blockquote if its the top element

See original GitHub issue
screen shot 2016-02-22 at 9 54 16 pm

Video reproducing the issue

Steps to reproduce

I am using node v4.3.1

  1. Build the project and open examples/rich.html
  2. Click Blockquote
  3. Hit Enter to create another blockquote
  4. Use the arrow keys (or mouse) to go up one line to the top blockquote
  5. Hit Delete

Results

Expected:

The blockquote would delete allowing you to add new text type(s) to the line

Actual:

The blockquote does not delete if there are other blockquotes below it, making it difficult to go back and add lines above it.


The issue only occurs if the topmost line is a blockquote.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sophiebitscommented, Aug 30, 2017

I think 9d3da64afb2a514fc4d3117e47b05e4f87df1d25 fixed this. 😃

1reaction
awearycommented, Aug 30, 2017

@flarnie it’s a small world 😄 I totally forgot about this issue, glad to see it got resolved!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I remove the bottom padding from a blockquote?
Try adding this to the end of your CSS: blockquote p { padding:0; margin:0; }. If that doesn't work, right-click and view the...
Read more >
Remove the bar in blockquote - HTML & CSS - SitePoint Forums
Hi. How do I remove the side bar when using blockquote. Example code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" ...
Read more >
Remove vertical bar associated with blockquote element
Hello,. I would like to either remove the vertical bar that appears to the left of blockquotes, or place it to the right...
Read more >
Blockquote Bulge | CSS-Tricks
In HTML, a block of text being quoted from elsewhere is marked up like this: <blockquote>Hey, I'm a block of text from elsewhere....
Read more >
<blockquote>: The Block Quotation element - MDN Web Docs
A URL for the source of the quotation may be given using the cite ... The <blockquote> HTML element indicates that the enclosed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found