aninde

Results 44 comments of aninde

I can confirm, I checked both the development and production versions. It is not in production mode. This one interests us, as it will be deployed but it's in dev...

trimWhitespace is in the code but not in the documentation https://github.com/handsontable/handsontable/blob/7fa1857d40ee37f4e9ece759891015bf6a06148e/handsontable/src/dataMap/metaManager/metaSchema.js#L4259 I guess a typo at this point causes it not to be generated in the document https://github.com/handsontable/handsontable/blob/7fa1857d40ee37f4e9ece759891015bf6a06148e/handsontable/src/dataMap/metaManager/metaSchema.js#L4243

This issue is no longer reproducible on current LTS Edge 103.0.1264.77 (Official build) (x86_64) on macOS, but still valid on Windows 10.

Another example for this case date format: 'YYYY-MM-DD' Typing `10-11-12`, I expected 2010-11-12, but the result is inverted to 2012-11-10. https://user-images.githubusercontent.com/30186818/179528805-a742af21-6b6c-4f59-bd04-d1a300a07847.mov

@jansiegel thank you for spotting that. I fixed it.

I was able to reproduce it on some mobile via Browserstack. Filtering by values doesn't work on Android 12, 11, 10, 9 / Chrome, FF, but it worked from me...

`npm run in vue build` works after `npm i` with LTS node v16.15.1, npm v8.11.0 with v12.1.2 200cca2e2599fcc2bab1e9439803ec535799423a.

https://github.com/handsontable/handsontable/issues/9624#issuecomment-1178826538

Thank you for the hint. I was advised to get around the problem differently. I substitute MenuItem as MenuBar class in loop ` @Test public void menuBarShouldContainProperText_menuHelp_AddToOverView() { MenuBar bar...