BDisp
9646c101b0
Fix a conflict with this unit test and the TestVKPacket unit test.
2024-04-22 00:05:07 +01:00
BDisp
bf07d24d9b
Add unit test that proof setting TabIndex before all views are added, will have unexpected result.
2024-03-27 15:25:41 +00:00
BDisp
58fa801917
Fixes #3351 . TabIndex with the same setter value but with wrong index return without set the correct value.
2024-03-26 23:54:40 +00:00
BDisp
1724e71601
Using mask check instead of HasFlag method.
2024-03-14 11:57:51 +00:00
BDisp
e08e873139
Rename to Raised.
2024-03-14 11:47:49 +00:00
BDisp
37e76d174d
Fixes #3318 . v1-MouseClick should be invoked only once on a mouse click.
2024-03-13 21:09:32 +00:00
BDisp
1d44f2e046
Fixes #2571 . Wizards background shifts to gray when focusing, looks bad. ( #3194 )
...
* Fixes #2571 . Wizards background shifts to gray when focusing, looks bad.
* Update nuget packages.
* Trying to fix the CodeQL failing.
2024-01-20 09:19:13 -07:00
BDisp
1c633efbad
Fix unit test because OnLeave is now invoked on toplevel removing, preventing two views having focus.
2023-08-11 13:21:21 -06:00
Tigger Kindel
462459bc14
Revert - Test that stopOnFail works during github action
2023-07-26 07:43:26 -06:00
Tigger Kindel
cc58771d6e
Test that stopOnFail works during github action
2023-07-26 07:43:26 -06:00
BDisp
db78fe28bc
Fixes #2717 . Label not display fully when resizing terminal. ( #2718 )
...
* Fixes #2717 . Label not display fully when resizing terminal.
* Fixes #2719 . View Move and ViewToScreen shouldn't use Clipped parameter as true by default but only for cursor.
* Fixes #2720 . TextFormatter.Draw shouldn't set the Driver.Clip.
* Add braces.
---------
Co-authored-by: Tig <tig@users.noreply.github.com >
2023-07-05 16:53:27 -06:00
BDisp
ffb135c0fe
Fixes #2705 . ListView does not render correctly before focus. ( #2707 )
2023-07-05 16:47:18 -06:00
BDisp
9cfa78a033
Fixes #2354 . View.Redraw doesn't clear itself and PositionCursor doesn't ensure focus when a prior view was disabled. ( #2355 )
...
* Fixes #2354 . View should have a IgnoreHasFocusPropertyOnRedraw property to prevent unnecessary derived class.
* Removed IgnoreHasFocusPropertyOnRedraw property.
---------
Co-authored-by: Tig <tig@users.noreply.github.com >
2023-02-21 14:23:40 +13:00
BDisp
47eb43fd6e
Fixes 2368. Nested views with height of 1 not rendering correctly. ( #2370 )
2023-02-21 13:55:07 +13:00
Tig
c18d153b76
Merge branch 'develop' into fixes_2296_attribute_make
2023-02-06 07:08:44 +09:00
BDisp
b7791992cc
Added unit test for move down/right.
2023-01-30 13:13:11 +00:00
BDisp
cd5655fc95
Fixes #2308 . Redraw passed bounds bigger than its client area.
2023-01-29 22:24:01 +00:00
Charlie Kindel
7f563244eb
Made Attribute Make more robust
2023-01-20 15:50:11 -07:00
Tig Kindel
fa048da358
Merge branch 'develop' into unittest_reorg
2023-01-15 18:34:14 -07:00
Tig Kindel
7454dac942
Reorg of unit tests
2023-01-15 18:33:38 -07:00