Git Product home page Git Product logo

Comments (3)

FlowIT-JIT avatar FlowIT-JIT commented on July 20, 2024

The bug relates to the manipulation of TreeView (data is reloaded) obtained via GetTreeView(). The DropDown control does not take external manipulation into account. Maybe it should, or maybe the DropDown control should expose a function allowing for data to be reloaded.

from fit.ui.

FlowIT-JIT avatar FlowIT-JIT commented on July 20, 2024

Accommodating every possible change external code can and might do to the picker controls will probably be very difficult. One could argue that GetTreeView() and GetListView should never have exposed the internal pickers, but rather have returned an interface with a limited set of capabilities.
For the sake of reliability and predictability, we have merely added a new function that can be used to reload data. This will ensure that the DropDown handles the state of the Action Menu as expected.
The updated JSFiddle (running fixed Fit.UI v. 2.12.4) demonstrates that the problem has been resolved using the new ReloadData(..) function: https://jsfiddle.net/ze9Lxuhs/2/

from fit.ui.

FlowIT-JIT avatar FlowIT-JIT commented on July 20, 2024

Notice comment regarding commit resolving the problem with "flickering" action menu: 55c1a2e#commitcomment-100093878

from fit.ui.

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.