Text edit focus. #605
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.
Priority
High
Area
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
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
The text was updated successfully, but these errors were encountered: