atarw / material-ui-swing

A modern, Material Design UI for Java Swing
MIT License
653 stars 86 forks source link

Focusing on a table cell will insert the last value #88

Closed MJ-DEV91 closed 4 years ago

MJ-DEV91 commented 4 years ago

Hi. Thanks for this great LAF. Assume that I have a table and I insert "a sample value" in a cell. When I double click on another cell (even if it's been filled already), the last value that I inserted ("a sample value") will be inserted in this cell.

vincenzopalazzo commented 4 years ago

Hi @MJ-DEV91

Hi. Thanks for this great LAF.

Thanks :)

Assume that I have a table and I insert "a sample value" in a cell. When I double click on another cell (even if it's been filled already), the last value that I inserted ("a sample value") will be inserted in this cell.

Can you give me a minimal example of reproducible, please?

This seems a particular mistake, if you give an example we will be able to debug and focus directly on the problem.

Thanks

MJ-DEV91 commented 4 years ago

Just in your demo application: https://pasteboard.co/IE3vnv5.jpg

There is a table with four cells: "a", "b", "c", "d" I filled the "a" cell with "11111" and when I double clicked on "b" cell, it was filled automatically with "11111".

vincenzopalazzo commented 4 years ago

@MJ-DEV91 Thanks, give me time to verifying and reproduce it. I will return

vincenzopalazzo commented 4 years ago

@MJ-DEV91 I have reproduced the but, I will try to fix it in the developer for this project.

Thanks for your help.

vincenzopalazzo commented 4 years ago

The bug is fixed in this minor version.

For the moment I don't create the pull request in the official version because I have a new feature to add at the theme. If you want you can use version 1.0.6.

MJ-DEV91 commented 4 years ago

Thanks a lot