Viewers icon indicating copy to clipboard operation
Viewers copied to clipboard

fix: add autoFocus proeprty to TextInput control

Open PoyangLiu opened this issue 3 years ago • 2 comments

@swederik, @dannyrb This PR addresses #2493, where annotation tool dialog text input doesn't get autofocus when the dialog is shown. The fix adds autoFocus attribute to the TextInput component, which then gets passed down to the input element.

PoyangLiu avatar Jul 29 '21 04:07 PoyangLiu

Codecov Report

Merging #2494 (024e55a) into master (1e72684) will decrease coverage by 0.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2494      +/-   ##
==========================================
- Coverage   13.20%   13.14%   -0.06%     
==========================================
  Files         289      289              
  Lines        7816     7849      +33     
  Branches     1510     1512       +2     
==========================================
  Hits         1032     1032              
- Misses       5474     5505      +31     
- Partials     1310     1312       +2     
Impacted Files Coverage Δ
platform/core/src/classes/StudyPrefetcher.js 0.69% <0.00%> (-0.03%) :arrow_down:
...latform/core/src/classes/metadata/StudyMetadata.js 1.29% <0.00%> (-0.02%) :arrow_down:
.../src/studies/services/wado/studyInstanceHelpers.js 2.04% <0.00%> (-0.19%) :arrow_down:
...form/core/src/utils/isDisplaySetReconstructable.js 3.37% <0.00%> (ø)
...r/src/connectedComponents/ConnectedStudyBrowser.js 0.00% <0.00%> (ø)
platform/viewer/src/connectedComponents/Viewer.js 0.00% <0.00%> (ø)
...tform/viewer/src/connectedComponents/ViewerMain.js 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79548d2...024e55a. Read the comment docs.

codecov[bot] avatar Jul 29 '21 04:07 codecov[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 10 '22 12:07 stale[bot]