Terminal.Gui icon indicating copy to clipboard operation
Terminal.Gui copied to clipboard

Fixes #2060. ComboBox is duplicating subviews and mouse move not work by open another ComboBox.

Open BDisp opened this issue 3 years ago • 0 comments

Fixes #2060 - The constructor that has the source parameter use now his own initialization and I replaced the wrong property WantContinuousButtonPressed by WantMousePositionReports. I also added a new combo box into the ComboBoxIteration.cs scenario to visually test the mouse move when opening more than once combo box's.

Pull Request checklist:

  • [x] I've named my PR in the form of "Fixes #issue. Terse description."
  • [x] My code follows the style guidelines of Terminal.Gui - if you use Visual Studio, hit CTRL-K-D to automatically reformat your files before committing.
  • [x] My code follows the Terminal.Gui library design guidelines
  • [x] I ran dotnet test before commit
  • [ ] I have made corresponding changes to the API documentation (using /// style comments)
  • [x] My changes generate no new warnings
  • [x] I have checked my code and corrected any poor grammar or misspellings
  • [x] I conducted basic QA to assure all features are working

combobox-mouse-move-fix

BDisp avatar Sep 23 '22 16:09 BDisp