-
Notifications
You must be signed in to change notification settings - Fork 86
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
JScrollbar mouse hover problem #77
Comments
- Issue fixed atarw/material-ui-swing#73 - issue fixed atarw/material-ui-swing#77 - fixed error print the graphics in some component - Create a component MaterialManagerListner for manager a listener for not duplicate code
- Issue fixed atarw/material-ui-swing#73 - issue fixed atarw/material-ui-swing#77 - fixed error pint the graphics in some component - Create a component MaterialManagerListner for manager a listener for not duplicate code
- Issue fixed atarw/material-ui-swing#73 - issue fixed atarw/material-ui-swing#77 - fixed error pint the graphics in some component - Create a component MaterialManagerListner for manager a listener for not duplicate code
@Reap00r I hope this bug no longer exists :) |
@vincenzopalazzo, Maybe this is related to Windows / Linux again |
Hi @Reap00r, Sorry for this problem, I was not able to reproduce this error and so I didn't know what nature it was, I made the same changes that I had placed in the previous components but I see that it wasn't enough. Sorry if I can't give you a pull request where all the problems are solved, I'll work on it. |
Hi @Reap00r, Before running the pull request can you test if the bug has been fixed with this version? |
- try fix issue atarw/material-ui-swing#77 - Work on demos, look the info in JmenuItem
Hi @vincenzopalazzo, |
Very probable that the bug is not in the jscrollbar but in the mouse hover effect, I will try to look at the code and propose a new solution, unfortunately when I release the solution you'll have to act as a tester :) since I can't reproduce your error on Windows and Linux. |
Hi @vincenzopalazzo, no problem. Just tell me when you got an update and I will test it asap ;) |
Hi @Reap00r, I released another fix for this problem, I introduce a new component MaterialUIStaticMoviment , this component haven't a wake effect, it was thought for the effect mouse hover on the button for component static, an example: JSpinner, JScrollBar, KComboBox. I attend your feedback for creating an official pull request :) |
Hi @vincenzopalazzo, unfortunately this is still not fixed. I didn't have a closer look into the code changes, but I saw that you added a swing set to your new version. Would this be necessary for the fix? |
@atarw can you reopen this issue, please? Hi @Reap00r, Before refactoring the code I would like to ask you about things, in this version a good rule was introduced, before creating new effects with MaterialUIMoviment you have to clean up all the listeners.
if you added the listener whit MaterialUiMovement, try this code. Yesterday I added a new fix into look and feel (the brach atarw) for problem pixeled font, If you have time can you tell me even if the fix has paid off? I attend your feedback |
Hi @vincenzopalazzo, at first I pulled the latest changed and tried the new version but it still didn't work. Now I tried a few things: Now I removed the All the mouse listeners as you mentioned (WITHOUT adding one) Now I removed them and added one (note that the button with the icon to the right was NOT changed, but I was testing it with the button on top) I hope that helps |
Thanks, @Reap00r, in this example, the effect is wrong, right?
Thanks for this example and another question, you have change a color mouse hover with the LITE_BLUE? if you change the mouse hover color on button into equals color mouse hover JScroll bar you have a Effect OK, right? |
Hi @vincenzopalazzo, in all of my examples the effect is wrong. it should stay gray without the strange border. Even changing the button hovercolor to grey, it still get partly painted in blue (maybe cause of the normal color of the button) |
- Fix MouseListner jSpinner - try fix issue #77 with repaint new border - added new color for version 1.0
@Reap00r I repaint new border, try this version and if it's work I will create a pull request |
Hi @vincenzopalazzo, |
Hi @Reap00r, I added new change, you try it https://github.com/vincenzopalazzo/material-ui-swing/releases/tag/V9.9 |
Hi @vincenzopalazzo, Since I was not sure about that I cloned your project and build the version myself today in the morning. Thanks for helping me figuring that out |
Hi @Reap00r, The jar should be the one I loaded, but to avoid working on projects that are not up to date I will now commit the latest version, which you can easily build the jar with maven |
This is the for bug #77
@Reap00r the version are online, I attend your feedback :) |
@vincenzopalazzo, Well.. anyway.. with the master branch it is WORKING :D Great work and thanks for your help as always! |
@Reap00r The branch fixedsomeissue is the version allineated with atawr, the branch master is the my version. Well, I'm happy of the my last change worked, the problem was the ButtonArrow, because paint the her border, now the ButtonArrow is remove. I will create a pull request when I'm fixing this issues
Thank you for help me learning
|
- Fix issue #35 - fix issue #23 - update demo swing - Fix issue atarw/material-ui-swing#81 - Fix issue atarw/material-ui-swing#80 - Fix issue atarw/material-ui-swing#77
- Fixed issue #35 - Fixed issue #23 - update demo swing - Fixed issue atarw/material-ui-swing#81 - Fixed issue atarw/material-ui-swing#80 - Fixed issue atarw/material-ui-swing#77 -Adding demo and new color propose in this issue atarw/material-ui-swing#70
Now I Creating a pull request, the pull request resolve this problem, @atarw can you close this issue, please? |
Update the license and try to add "used by" with gradle
@vincenzopalazzo
I just noticed that the problem still exists that was fixed here:
#75
But this time it is for JScrollbar
The text was updated successfully, but these errors were encountered: