-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Dark theme: Search: case sensitive is case insensitive (and vice-versa) #6791
Comments
The same goes with the button for regular expression search: when supposedly activated (i.e. button in bold), search works like if the button is not activated. And vice-versa:
|
Thanks for the investigation, seems like the the CSS colors/highlighing are wrong in the Dark.css |
Our team @ISD14-LNMIIT wants to work on this issue. Please assign this issue to us! |
We are a team of college undergrads and we have to solve an issue on Github as our project. We are following the team software process and as such it will take about 2 weeks for us to resolve the issue and we will ensure high-quality work. @Siedlerchr @mlep |
We (ISD14-LNMIIT) had been assigned a different issue on jabref but one of the team members got COVID-19 and we also had our mid-term exams because of which we didn't make a pull request and when we were about to make a pull request we saw that the issue has been closed. This is a very important project and we will ensure that this issue will be resolved as soon as possible. Please consider this team as it is very important for our grades. @Siedlerchr @mlep |
@Siedlerchr Can you assign @ISD14-LNMIIT this issue as I'm a part of this team? |
I can only assign persons. |
@Siedlerchr Is there any acceptance test for the issue? if there is then could you tell us about that as we will run it and provide a quality solution |
Just test it manually, create a PR, then we will review the code changes and merge if all is good. As I outlined earlier, the issue is probably a CSS issue in the Dark.css. The dark theme can be enabled in the preferences of JabRef. |
@Siedlerchr ok thank you! |
For referenes: |
I believe the classes are set to jabref/src/main/java/org/jabref/gui/icon/IconTheme.java Lines 339 to 344 in 350ec1f
|
Thanks to @kingmanas and his team, this should be fixed in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks! Please remember to make a backup of your library before trying-out this version. |
This is now working as expected. Thank you @kingmanas! |
JabRef 5.1--2020-08-25--2ce90ad
Linux 4.9.0-13-amd64 amd64
Java 15-ea
With the dark theme, if the "case sensitive" button is activated in the search bar, the search is case unsensitive.
And if the "case sensitive" button is deactivated in the search bar, the search is case sensitive.
Note: It works as expected in the light mode.
Steps to reproduce the behavior:
if "case sensitive" is deactivated (i.e. "abc" is light in the button), "9 results found".
(as expected)
if "case sensitive" is deactivated (i.e. "abc" is light in the button), "No result found"
So, in the dark theme:
The text was updated successfully, but these errors were encountered: