-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more tests, add cozy styles, fix input event
New tests are added to cover using 'effective' properties for calculation instead of normaliziations of the real ones. Added cozy styles and set as default while the compact css vars are now moved to sizes-parameters.css files. Input event is now fixed and fired only after the current value is changed by user interaction. Updating the labels based on the other properties is fixed - labels are now getting re-created if the one of the other component's properties is updated. Tickmarks bug when sometimes the tickmars are hidden under the parent's background is fixed, the tickmark DOM element no longer has a z-index set to -1.
- Loading branch information
Showing
13 changed files
with
261 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[1122/193243.673:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) | ||
[1122/193243.673:ERROR:exception_snapshot_win.cc(99)] thread ID 26820 not found in process | ||
[1122/193243.703:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) | ||
[1122/193243.704:ERROR:exception_snapshot_win.cc(99)] thread ID 24172 not found in process | ||
[1122/193335.204:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) | ||
[1122/193335.215:ERROR:exception_snapshot_win.cc(99)] thread ID 24184 not found in process | ||
[1122/193335.232:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) | ||
[1122/193335.232:ERROR:exception_snapshot_win.cc(99)] thread ID 30428 not found in process | ||
[1122/193748.390:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) | ||
[1122/193748.391:ERROR:exception_snapshot_win.cc(99)] thread ID 15436 not found in process | ||
[1122/193748.414:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) | ||
[1122/193748.414:ERROR:exception_snapshot_win.cc(99)] thread ID 22404 not found in process | ||
[1123/092211.513:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) | ||
[1123/092211.521:ERROR:exception_snapshot_win.cc(99)] thread ID 7236 not found in process | ||
[1123/092211.537:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) | ||
[1123/092211.537:ERROR:exception_snapshot_win.cc(99)] thread ID 9040 not found in process | ||
[1123/092757.530:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) | ||
[1123/092757.532:ERROR:exception_snapshot_win.cc(99)] thread ID 3596 not found in process | ||
[1123/092757.557:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) | ||
[1123/092757.557:ERROR:exception_snapshot_win.cc(99)] thread ID 17488 not found in process |
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
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
Oops, something went wrong.