Giter VIP home page Giter VIP logo

Comments (7)

chandrewz avatar chandrewz commented on July 18, 2024

Hi Yermo, this is a bump since you were on vacation. This is kind of odd, but rich_textarea does not like spaces.

from rich_textarea.

Yermo avatar Yermo commented on July 18, 2024

The intent of insertObject() was to insert a block of HTML to represent some "thing" you want to embed in the text such as an image, a description of a link, etc. It's not intended to insert a single blank space.

Do you just want to insert a space at some location?

from rich_textarea.

chandrewz avatar chandrewz commented on July 18, 2024

I was trying to reconstruct a rich textarea based on plaintext. So I parsed '[o=object1] [o=object2]', needing to use insertObject on object 1, followed by a space, then insertObject on object2.

I also noticed that you can insert text (e.g. 'This is an object: '). If the last character is a space, it gets dropped. Only if the last character is a space.

from rich_textarea.

chandrewz avatar chandrewz commented on July 18, 2024

But actually, I brought up this issue about 2-3 weeks ago. Since then, I ended up inserting & nbsp; instead of a whitespace, which allows that as an insert in the single case.

And I started appending &npsp ; to make up for the missing last space.

These are workarounds and if you want handle some edge cases. Still really appreciate your plugin!

from rich_textarea.

Yermo avatar Yermo commented on July 18, 2024

Encase your objects in some tag. I didn't anticipate plain text for
insertObject().

e.g. This is an object

On 06/27/2014 01:55 PM, Andrew Chan wrote:

I was trying to reconstruct a rich textarea based on plaintext. So I
parsed '[o=object1] [o=object2]', needing to use insertObject on object
1, followed by a space, then insertObject on object2.

I also noticed that you can insert text (e.g. 'This is an object: '). If
the last character is a space, it gets dropped. Only if the last
character is a space.


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


Yermo Lamers Software Guy, Motorcyclist and Reluctant Writer

            http://miles-by-motorcycle.com

A social network for the lucky few who travel by motorcycle

and those who care about them.

from rich_textarea.

chandrewz avatar chandrewz commented on July 18, 2024

Ah, I see. I thought it was an insert for plaintext OR objects.

from rich_textarea.

Yermo avatar Yermo commented on July 18, 2024

You can just insert a DOM text node for that or I could add a separate convenience method for that.

from rich_textarea.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.