Fit.UI
Fit.UI copied to clipboard
Fit.UI is a JavaScript based UI framework built on Object Oriented principles
Currently ContextMenu only detects the bottom edge of the viewport and opens the context menu and sub menus upwards if needed.  As the image demonstrates, the context menu reacts...
A DropDown configured with boundary detection relative to the boundaries of the viewport (DetectBoundaries(true, true)) does not work properly on iOS when pinching to zoom and "scrolling" the zoomed area...
iOS 9 and below does not work well with BoundaryDetection(true). The DropDown picker is incorrectly positioned if the user clicks the input area of the dropdown, in which case an...
Internet Explorer still has ~6% market share, and probably more in larger organisations, so this might still be relevant. IE10 and IE11 picks up on CSS hacks targeted for IE9...
An input control which is switched to DesignMode via its OnFocus event lose focus, but does not fire OnBlur, nor does it fire OnFocus again (which is good) if it...
The implementation of GetPosition(..) seems to be based on a very specific use case which makes it inappropriate as a generic feature. GetPosition(..) returns the position of a given container...
ContextMenu is rendered to the root of `` which prevents it from inheriting styles from any given container on the page. Being able to specify a render target would be...
Recently we changed the implementation of OnDismiss for the Dialog control ([commit](https://github.com/Jemt/Fit.UI/commit/e11bd9a59904db3afa957930237e6c84cf8e8603)) so it now allow an OnDismiss handler to dispose the dialog without causing it to fail. One downside...
In some scenarios the traditional HTML editor takes up too much space. It would be really nice to have support for the floating toolbar instead, which is automatically shown above...
Selecting items in a DropDown control is nearly impossible on IOS 9 and older if the control was initially given focus (input area clicked rather than just opened using arrow...