Fit.UI icon indicating copy to clipboard operation
Fit.UI copied to clipboard

Fit.UI is a JavaScript based UI framework built on Object Oriented principles

Results 89 Fit.UI issues
Sort by recently updated
recently updated
newest added

Currently ContextMenu only detects the bottom edge of the viewport and opens the context menu and sub menus upwards if needed. ![image](https://user-images.githubusercontent.com/10479064/97542406-fa63de00-19c6-11eb-96ce-ed6e1b151487.png) As the image demonstrates, the context menu reacts...

enhancement

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...

minor bug

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...

minor bug

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...

minor bug

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...

code quality
redesign
consistency
compatibility

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...

enhancement
consistency

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...

enhancement
consistency

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...

enhancement

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...

minor bug