Colin Rudd

Results 15 comments of Colin Rudd

I'm on Windows 10. Changing postinstall to: `"postinstall": "npm run webdriver-update && bash ./scripts/protractor.sh"` fixed the issue for me

I found the same issue in the [demos](https://sharlaan.github.io/): select option by pressing the `Enter` key is not working.

Ok, reviewed and ran the changes. All good. Let me know if there's something else you'd like me to do with regard to this.

After discussion with [Lee](https://github.com/lbwexler) and [Anselm](https://github.com/amcclain), we have agreed that when it comes to saving a resized panel's new size in panel state, panel size should be: “stored in px...

well, it worked for 5 years... turns out break-word breaks numbers in a date-picker opened in a dialog: This issue was discovered in a client app in a datepicker in...

Looks like this react-windowed-select bug might be cleaned up: https://github.com/jacobworrel/react-windowed-select/issues/19 and that these workarounds could be removed: https://github.com/xh/hoist-react/blob/develop/desktop/cmp/input/Select.ts#L531 https://github.com/xh/hoist-react/blob/develop/desktop/cmp/input/Select.ts#L657 if the matching react-windowed-select upgrade goes well.

In other themes/frameworks I've seen: - Readonly fields look exactly the same as editable & enabled fields, but you just can't change the values. - Disabled fields have that greyed...

For the first step BP dialog wrapper component with defaulted props: these are the BP defaults to use to turn off open/close animations: ``` transitionDuration: 0, transitionName: ‘none’ ```

Lee and I reviewed the code in branch 'hoistDialog', which produces a draggable/resizeable dialog or fixed pos/size dialog. We determined we want to make Dialog a function component with its...