-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed bug for the dialog, where a mouse up event closes the dialog and results in unexpected UX behaviour; Update and fixed README.md; * Forgot to change the ux-dialog-renderer, my bad... * Fixed some failing tests which only happens when running the following scripts: - npm run test - npm run cut-release If the run script 'npm run test:watch' is called this doesn't happen, really weird. * Added mouseEventType setting in the dialog-setting file, so the click handling is now configurable. Added MouseEventType typing with the following values: 'click' | 'mouseup' | 'mousedown' Update the setup and clear click handling in the native-dialog-renderer and ux-dialog-renderer, so it uses the new setting property 'mouseEventType', default fallback is 'click' so this is certainly not breaking; * Renamed mouseEventType to mouseEvent to have the same symmetry. Renamed setup and clearClickHandling to setup and clearEventHandling, to be consistent with the native-diaglog-renderer file. Fixed tslint error for the null value assignment on a zIndex string. Assign default/initial value 'auto' when no value is provided via the settings; * Update typos in the code documentation; * Attempt to fix the flaky tests Co-authored-by: Marco Knol <[email protected]>
- Loading branch information
1 parent
672a65e
commit 0c49b7d
Showing
7 changed files
with
116 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters