Add focus to field Link in the "Add file link" dialog.#13520
Conversation
|
Please follow the review given at #13500 (comment) |
|
Do I also have to remove |
Why should it be removed? Because your functionality also covers this case? |
|
|
||
| ### Changed | ||
|
|
||
| - We added focus |
There was a problem hiding this comment.
Please complete this. Also add a link
There was a problem hiding this comment.
Why should it be removed? Because your functionality also covers this case? -> Hmmm...Let me have alook later on this code. Perhaps my commen is obsolete.
Please complete this... -> goot catch!
There was a problem hiding this comment.
Did you think aloud? Not sure if this an AI-generated comment?
There was a problem hiding this comment.
:) Yes - I was thinkig aloud. No AI involvement.
There was a problem hiding this comment.
@koppor Hi, CHANGELOG.MD has been updated. Please have a look.
I think, the answer is yes - remove it. Please look at https://github.com/JabRef/jabref/pull/13520/files for another view on the comments by format checkers. Should be easy to fix. |
|
@koppor I've addressed all of the comments. Please have a look. |
| } | ||
|
|
||
| private void onDialogShow(DialogEvent event) { | ||
| Platform.runLater(() -> link.requestFocus()); |
There was a problem hiding this comment.
Please use UiTaskExecutor::runInJavaFxThread . Though it is only a wrapper for Platform::runLater , idea is to have an abstraction on javafx und keep some flexibility in the codebase.
|
|
||
| ### Changed | ||
|
|
||
| - We added focus on the field Link in the "Add file link" dialog. [#13486](https://github.com/JabRef/jabref/issues/13486) |
There was a problem hiding this comment.
The second word is "added". Thus, please, add this to section "Added". Or rephrase. As is, it is confusing
There was a problem hiding this comment.
@koppor Moved to appropiate section, please have a look.
|
@trag-bot didn't find any issues in the code! ✅✨ |
* upstream/main: Bump com.squareup.okhttp3:okhttp from 5.0.0 to 5.1.0 in /versions (#13541) Fixed Issue 13418: "Search ShortSience" should do a latex-to-unicode conversion (#13532) New Crowdin updates (#13548) Add focus to field Link in the "Add file link" dialog. (#13520) Bump org.ow2.asm:asm from 9.6 to 9.8 in /versions (#13547) Make validation optional for saving library properties preferences (#13488) Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 in /versions (#13546) --porcelain does not output any info or warn errors on the console (#13469) Bump jablib/src/main/resources/csl-locales from `7e137db` to `3bad433` (#13545) Refine "File exists" warning (#13491) Bump org.openrewrite.recipe:rewrite-recipe-bom from 3.8.0 to 3.11.1 (#13544) Bump org.openrewrite.rewrite from 7.8.0 to 7.11.0 (#13542) Bump jablib/src/main/resources/csl-styles from `704ff9f` to `59f124d` (#13540) Add architecture test for logging infrastructure (#13534) More harsh test on title of PR New Crowdin updates (#13533) Update extra-java-module-info plugin (#13527) [Junie]: fix: display help output for --help argument (#13446) Refactor OpenExternalFileAction (#13508)
Closes #13486
This is the PR request for issue no #13486
Steps to test
Mandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if change is visible to the user)