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.

Add new row indicator

See original GitHub issue

The main idea - to have a ‘ghost’ row in each region which will displays that user can add a new row. By clicking on it new text node will be appended to the region.

Use cases

  • When user opens page with content editor but there is no data in it yet (it’s hard to understand that you can edit something here if there is blank white page).
  • Case #91 create a new paragraph after uploading images described earlier.

Some thoughts on behavior

  • Don’t add new rows if bottom ones is empty. Just focus caret on it.
  • Have an ability to disable\enable this behavior.
  • Fixtures requires placeholders and shouldn’t have add new row button.

This is how I see it

selection_135

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
antonkomarevcommented, Jun 4, 2016

@anthonyjb Pressing enter is possible solution, but not intuitive. A lot of my testers failed this task 😄 I think that making feature to add button at the end of each editable region as optional will leave current behavior and will give give more flexibility to your awesome tool.

0reactions
anthonyjbcommented, Jul 12, 2016

I’ve not had any further feedback on this enhancement so I’m closing it for the moment, but happy to re-open if more support for the changes is forthcoming.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Example 3: creating a row indicator - Sybase Infocenter
Example 3: creating a row indicator. This example demonstrates the use of several functions: Bitmap, Case, CurrentRow, GetRow, and RGB.
Read more >
Add New Row at Specific Index Position to Data Frame in R ...
This tutorial shows how to insert a new data frame row at a certain row index in the R programming language. The post...
Read more >
Changing / Adding a Row Indicator in a Gridview for Selected ...
Hi, Im currently trying to add a different indicator in the indicator column using gridView1_CustomDrawRowIndicator via your video ...
Read more >
Pandas: Appending a row to a dataframe and specify its index ...
where the new row gets the index label automatically. Is there any way to control the new label? python · pandas · Share....
Read more >
CSS New record row indicator - Alpha Anywhere Documentation
Use the Default css link in the Define CSS dialog located below the text area to insert the default CSS for the row...
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