Coder Social home page Coder Social logo

Comments (5)

willplatt avatar willplatt commented on June 2, 2024 2

The bug report has been evaluated now, so here's the link for anyone who wants to follow its progress: https://bugs.java.com/bugdatabase/view_bug?bug_id=JDK-8315653

from richtextfx.

willplatt avatar willplatt commented on June 2, 2024 1

I have reported the bug to Oracle's bug database now. I also discovered "த" + "文".repeat(32_001) + "b" is rendered as தb, unlike "த" + "a".repeat(32_001) + "b", which is rendered .

from richtextfx.

Jugen avatar Jugen commented on June 2, 2024

This happens with TextArea as well, so I think it's a limitation of Text nodes and probably has something to do with the number of Unicode characters allowed.

I'm guessing that with just plain characters, Text can handle 64K characters but if there's a single Unicode character then it halves to 32K.

Each style is split into its own Text node, so that's why the workaround works when you add a style at 32K.

from richtextfx.

willplatt avatar willplatt commented on June 2, 2024

Ah, I didn't notice it was a bug in TextArea as well. I also tested with a Text node and the behaviour is the same.

I'm not sure what you mean by "Unicode characters", but other characters with higher code points (such as ) don't trigger the bug. No matter how many characters are in the segment I can't get the bug to occur unless or one of the other specific characters I know of are used. All of the above is true with Text and TextArea as well.

from richtextfx.

Jugen avatar Jugen commented on June 2, 2024

Great :-)

from richtextfx.

Related Issues (20)

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.