-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
widget.NewEntry selectall\copy is crash on androild 7.1 on go 1.15,fyne 1.4.0 #1511
Comments
Can you provide the crash log from adb please? It would be very helpful. |
thank you very mush. |
Can you please provide more information about the device you are using? I have not been able to replicate the crash, or find a likely cause from the log. |
Build fingerprint: 'Xiaomi/hydrogen/hydrogen:7.0/NRD90M/V8.5.1.0.NBCMIED:user/release-keys' backtrace: |
The reason for the crash is because of copying characters or using the paste function
================ |
@jiqi136 package main import ( //var clipboard fyne.Clipboard func main() {
} |
When I replied, I might not be able to open the link in a few days, and I was a little dizzy. To use the copy and paste function without crashing, three conditions are required. Condition 1: Multi-line input box
Condition 2: Use border layout, multi-line input box exclusive middle position
Condition 3: Operation method Enter a few characters at will, then double-click on the characters, |
@jiqi136 import ( func main() {
} func NEW() *fyne.Container { //click selectall and then click copy was crashed so. |
@DiskGetor There are official examples, local directories Condition 3: Operation method (This method is not very useful, because the operation is too complicated for the user, and we still wait for the official solution) |
oh my gad, it work,thank you, i will read the codes. |
@jiqi136 |
I have finally managed to replicate on an old HTC device. I/DEBUG ( 129): backtrace: |
This no longer crashes on |
widget.NewEntry selectall\copy is crash on androild 7.1 on go 1.15,fyne 1.4.0
The text was updated successfully, but these errors were encountered: