Jimmy Thomsen

Results 39 comments of Jimmy Thomsen

Bonus bug found. If we use DetectBoundaries(true, true) without configuring DropDownMaxWidth(..), then the pull down menu exceeds the boundaries of the viewport: https://jsfiddle.net/7vhewxgq/

Changed title to reflect a newly found problem related to updating z-index every time a draggable is touched. It prevents overflow:auto from working on iPhone (iOS 15.3.1) and on iPad...

Actually there is no need to adjust the font size in text selection mode. Use this instead: ``` div.FitUiControlDropDown[data-multiselect="true"][data-selectionmode="visual"] div.FitUiControlDropDownItems > span, div.FitUiControlDropDown[data-multiselect="true"][data-selectionmode="visual"] div.FitUiControlDropDownItems > input { font-size: 0.885em; /*original...

WARNING: Resolving this issue and making sure IE8/9 hacks are no longer applied to IE10 and IE11, would invalidate all prior testing done on IE10/11. We need to test everything...

The approach with prefixing CSS selectors can be achieved using [postcss](https://npmjs.com/package/postcss) and [postcss-prefix-selector](https://www.npmjs.com/package/postcss-prefix-selector). We could ship [fit-ui](https://www.npmjs.com/package/fit-ui) (the NPM package) with a "deploy" script that not only installs the dist...

Bundling Fit.UI with an application (e.g. using _browserify_) AND scoping CSS (e.g. using postcss and postcss-prefix-selector) will increase the specificity of a CSS rule that causes problems with CKEditor. **Core/Styles.css**...

Ultra simple - define a palette with e.g. 32 colors, and lighten/darken them using JS: https://css-tricks.com/snippets/javascript/lighten-darken-color/ With this approach we could build something like: ![image](https://user-images.githubusercontent.com/1258714/140624450-525ef151-f390-43f1-a247-93ecee93035f.png)

Here is a great color picker which also explains how colors compliment each other: https://htmlcolorcodes.com/color-picker/ - the picker is not available as source/download though.

Testing today on iOS 9 and iOS 13 - seems to be working acceptable. While the keyboard might still be annoying, it only pops up when clicking the input field....

Tested today with iOS 9.3.5 on an iPad Mini 1, and the keyboard does not re-emerge when selecting items. It hides and stays hidden. I wonder if the demonstration given...