Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Characters are not flushed from DataTable #54

Open
capaldo opened this issue May 27, 2021 · 2 comments
Open

Characters are not flushed from DataTable #54

capaldo opened this issue May 27, 2021 · 2 comments

Comments

@capaldo
Copy link

capaldo commented May 27, 2021

When using the DataTable, scrolling sometimes results in artifacts remaining in the view.

image

After further inspection, it seems that the artifacts stick around after these events occur:

2021-05-27 00:08:56.010 Df Example[42534:1fcd93] [termkit:TermKit] log: Lines copied 42

2021-05-27 00:08:56.834 Df Example[42534:1fcd93] [termkit:TermKit] log: Application Event: MouseEvent(pos: Point(x: 70, y: 32), absPos: Point(x: 70, y: 32), flags: MouseFlags (rawValue: 134217728) ["mousePosition"], viewId: -1
@capaldo capaldo changed the title Characters are not flushed from table view Characters are not flushed from TableView May 27, 2021
@capaldo capaldo changed the title Characters are not flushed from TableView Characters are not flushed from DataTable May 27, 2021
@migueldeicaza
Copy link
Owner

Can you tell me how you triggered this issue?

That looks like a potential race in the console driver.

@capaldo
Copy link
Author

capaldo commented Jun 4, 2021

Can you tell me how you triggered this issue?

That looks like a potential race in the console driver.

During the demo just scrolling downward and upward quickly using the arrow keys. Not sure what you mean by race in the console driver, apologies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants