GtkEntry not editable #272
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
java
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
java-gi/java-gi#272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Having an issue with GtkBuilder loading ui file.
GtkEntry or GtkTextView are not editable! Even though object has editable property:
I can't type anthing in Name text field and comment text area:
Here is attached the demo app. Run with:
gtk-javagi.tar.gz
This is a problem with your ui file. When I remove all of the "can-focus" property lines, everything works as expected.