Giter Site home page Giter Site logo

Comments (3)

hyanwong avatar hyanwong commented on June 3, 2024

Yes, this is a bugbear, and would be good to fix properly. Have you a suggestion of a way forward? I find all the async stuff intensely confusing!

from oztree.

lentinj avatar lentinj commented on June 3, 2024

Not yet, I need to rummage through and work out how it all joins together currently. But probably will result in it with some "page_state_changed" event that setupUI can be hung off.

from oztree.

lentinj avatar lentinj commented on June 3, 2024

Okay, my initial diagnosis was a bit off. What's happening on language change is that jQuery was being used to replace the DOM content for the UI, then firing an event on done (i.e. calling setupUI).

UIKit keeps an eye on any DOM changes and wires up any components it recognises (read: the advanced search tooltip). However, the jQuery event fires immediately after the DOM has been changed, UIKit hasn't had a chance to leap into action.

The fix above is a bit unsatisfying, but sufficient. Waiting a bit gives chance for the relevant events to fire and be processed, after which UIKit is ready to do it's thing.

This also used to happen on-load, but that seems to have evaporated. Not sure why.

from oztree.

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.