-
Notifications
You must be signed in to change notification settings - Fork 1.8k
non-transparent selection covers text #2952
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
Conversation
…3 to the selection color if selection color provided is opaque.
…from ColorManager to a function in color namespace. 2. Changed the DomRenderer and CanvasRenderer where the function defined in color namespace is called.
|
@Tyriar Please consider the changes. I observed some checks had failed.(Particularly the integration tests). I have committed few changes that passes all the checks. I moved logic from ColorManager setTheme function to a function in color namespace in Color.ts. Also, I invoke the function in DomRenderer and Renderer class constructor. Would love to hear feedback. |
|
@Puneethnaik I'll check this out next week, after a quick look at the code it looks pretty much like what I had in mind 👍 |
|
@Tyriar thanks for considering the PR. Since this is my first PR in xterm.js, I am very excited. Will wait for the review and any feedback 👍. Meanwhile I will keep studying the codebase, learnt a lot. |
|
@Puneethnaik good to hear 🙂, there's always more help wanted issues if you're keen. |
|
@Tyriar Thank you for the feedback. I fixed the code while consulting the feedback and pushed a commit. However, the checks are not passing. Upon some investigation, it seems a 404 Not found error occured, When I looked at the Azure devops log. I checked under linux tests section. There the message contained |
|
The font CI problem should get fixed with #2971 |
Tyriar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the help with this @Puneethnaik! 🚀
|
Thank you @Tyriar. It is really an honor to start my open source track record by contributing to a great product like xterm.js. I will keep looking at more issues and try to contribute more. |
#2737 issue fix. @Tyriar Please look into this. Would love to hear feedback.