You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "browse" button on file inputs covers part of the text field. For long paths, it is impossible to scroll the field to show the end.
This could be solved either by making the input field smaller or moving the browse button to the right. (It's also possible to set padding-right: 5.5em or something like that to preserve the same look, but I think that'd just lead to more confusion for no real benefit.)
Steps to Reproduce:
This can be reproduced using Theia Blueprint:
Launch Theia Blueprint
Open file -> preferences -> settings
Search for "Windows"
Under "Terminal > External: Windows Exec", type additional characters so that the text box is full.
Observe that the "browse" button hides part of the text field, and it is impossible to scroll that part to be visible using end or the right arrow.
This affects any preference with isFilepath: true, although this is the only built-in preference using that.
Additional Information
Operating System: Windows
Theia Version: 1.37.0 (also tested 1.34.2)
The text was updated successfully, but these errors were encountered:
@w-pearson we can probably simplify it to just displaying the button after the input rather than inside if you're interested in contributing a pull-request:
Fixeseclipse-theia#12582. The button is now next to the input field instead of on top of it, and thus the button does not cover the end of the input field for long paths.
Signed-off-by: William Pearson <[email protected]>
The button is now next to the input field instead of on top of it, and thus the button does not cover the end of the input field for long paths.
Fixes#12582.
Signed-off-by: William Pearson <[email protected]>
Bug Description:
The "browse" button on file inputs covers part of the text field. For long paths, it is impossible to scroll the field to show the end.
This could be solved either by making the input field smaller or moving the browse button to the right. (It's also possible to set
padding-right: 5.5em
or something like that to preserve the same look, but I think that'd just lead to more confusion for no real benefit.)Steps to Reproduce:
This can be reproduced using Theia Blueprint:
This affects any preference with
isFilepath: true
, although this is the only built-in preference using that.Additional Information
The text was updated successfully, but these errors were encountered: