Skip to content
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

Text edit focus. #605

Closed
2 of 5 tasks
guilhermesidney opened this issue Oct 26, 2023 · 1 comment
Closed
2 of 5 tasks

Text edit focus. #605

guilhermesidney opened this issue Oct 26, 2023 · 1 comment
Labels
Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@guilhermesidney
Copy link

Priority

High

Area

  • Data
  • Source
  • Docker
  • Other

What happened?

"TextEdit" is not getting focus when clicked, as shown in the code below:

MiniWindow
id: tradeWindow
!text: tr('NPC Trade')
height: 150
icon: /images/icons/icon-trade
@onclose: onMiniWindowClose()
&save: true
&autoOpen: true

MiniWindowContents
padding-left: 5
padding-right: 5
padding-bottom: 1
layout: verticalBox

TextEdit
  id: searchText
  size: 135 25
  !placeholder: tr('Type to search')

UIWidget
id: miniborder
anchors.bottom: parent.bottom
anchors.left: parent.left
image-source: /images/ui/miniborder
size: 14 14
margin-left: 2
margin-bottom: 2

What OS are you seeing the problem on?

Linux, Windows, MacOS

Code of Conduct

  • I agree to follow this project's Code of Conduct
@guilhermesidney guilhermesidney added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Oct 26, 2023
@github-actions github-actions bot added Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing labels Oct 26, 2023
@conde2
Copy link
Collaborator

conde2 commented Dec 8, 2023

Can't reproduce, please open a new issue if this still happens.

@conde2 conde2 closed this as completed Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

2 participants