Coder Social home page Coder Social logo

Comments (10)

obuchtala avatar obuchtala commented on June 20, 2024

Actually, what we see is just our own warning...
But in general this is a undesired situation.
ATM, we trigger surface selection rerendering from within the text-property component after rendering, which works.

However, maybe there is a better solution?

from lens.

michael avatar michael commented on June 20, 2024

I still don't understand the situation, i was poking in the code but could not find the environment that causes that warning. Where is this triggered in the component? i guess that's a textproperty component thing?

from lens.

michael avatar michael commented on June 20, 2024

Ok, I think i got it now. Somehow it would be nice when the textproperty knows nothing about selection rerenderings. So i would tend to remove that explicit call there? Instead maybe in Surface._setModelSelection we should make a setTimeout this.rerenderDomSelection, so we make sure the ui is up to date?

Just as a general idea.. i'm probably overlooking something...

from lens.

michael avatar michael commented on June 20, 2024

Pls review: substance/substance@cfc7300

I think we should inverse the control and let only the surface call rerenderDOMSelection but give it a change to know when this is necessary. E.g. when some text texproperty has been updated, but then only if the selection is affected there should be a rerender dom selection.

from lens.

obuchtala avatar obuchtala commented on June 20, 2024

Do you see the warning on the console?
You can click on the location link... then u know where it is done.

from lens.

obuchtala avatar obuchtala commented on June 20, 2024

Sorry... last comment was probably not up2date anymore.

from lens.

obuchtala avatar obuchtala commented on June 20, 2024

Yeah... the timeout thing we used to do before.
I suppose it is as good as any solution could be... considering concurrent situations where u type rapidly
the pure fact of render being async could possibly cause troubles...
But I think this is not a real problem for us, as the only situation where we pull the selection from DOM is after cursor navigation and mouse click.
During typing we just rerender and maybe causing a wrong cursor for a tiny bit of a second.

from lens.

obuchtala avatar obuchtala commented on June 20, 2024

And hopefully the async render is more like setTimeout(0), otherwise we would have to delay longer.

from lens.

michael avatar michael commented on June 20, 2024

Yeah we need to investigate that a bit more.. but i'm relatively certain it's the setTimeout(0) thing.

Maybe we could describe the rerender necessity in a condition. E.g. the surface could listen to document changes and determine wether a selection rerender is necessary or not.

Not sure how hard it is to implement such a checker generically:

selectionIsAffectedByDocChange(docChange, sel) {}

from lens.

obuchtala avatar obuchtala commented on June 20, 2024

We don't do rerender from TextProperty anymore... instead Surface.rerenderSomSelectin() does it delayed.

Seems to work.

from lens.

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.