TeamTalk5
TeamTalk5 copied to clipboard
Not Able to Edit the Saved Server Information
Description
I not able to edit the saved server. When I double tap on the server name, it will directly connect to the server. Even I long press it, the same things happend. If I still want to edit that saved server, I need to turn off VoiceOver, tap on that server and turn VoiceOver back on. After a few testing, I notice that this will happend just in certain situation.
Application
- [ ] qtTeamTalk
- [ ] TeamTalkAndroid
- [X] iTeamTalk
- [ ] TeamTalkClassic
- [ ] TeamTalkServer
Platform
- [ ] Windows
- [ ] macOS
- [ ] Android
- [X] iOS
- [ ] Linux
Expected behavior
It should able to edit the saved server information with VoiceOver turned on.
Actual behavior
Not able to edit the saved server information in certain situation with VoiceOver turned on.
Steps to reproduce problem
Following are the criteria (maybe) that will Reproduce this bug.
- Server name less than 20 characters. What I try so far is between 18 to 21 characters. Some name happend with 18 characters and some name happend on 21 characters. For example, if I use the word "InfiArtt Digital" and I add 5 more number 1 after the word "Digital" without the space to make it 21 characters, it still reproduce the bug except I add 6 number 1 instead of 5 to make it 22 characters, the bug doesn't reproduce. Another example, if I put 20 number 1 on the server name, the bug doesn't reproduce but if the number 1 only got 18 or 19, yeah, it may reproduce the bug. Not sure how to really reproduce it.
- Server host less than 20 characters. Not sure about this one but in testing so far, when the server host is 20 characters or more, the bug doesn't reproduce. It's likely the connect button need to be at the correct position to avoid this bug to reproduce. I can't asure the correct imformation for it.
i think this could be fixed simply by adding edit accessibility action.
On 7/26/23, lbk2907 @.***> wrote:
Description
I not able to edit the saved server. When I double tap on the server name, it will directly connect to the server. Even I long press it, the same things happend. If I still want to edit that saved server, I need to turn off VoiceOver, tap on that server and turn VoiceOver back on. After a few testing, I notice that this will happend just in certain situation.
Application
- [ ] qtTeamTalk
- [ ] TeamTalkAndroid
- [X] iTeamTalk
- [ ] TeamTalkClassic
- [ ] TeamTalkServer
Platform
- [ ] Windows
- [ ] macOS
- [ ] Android
- [X] iOS
- [ ] Linux
Expected behavior
It should able to edit the saved server information with VoiceOver turned on.
Actual behavior
Not able to edit the saved server information in certain situation with VoiceOver turned on.
Steps to reproduce problem
Following are the criteria (maybe) that will Reproduce this bug.
- Server name less than 20 characters. What I try so far is between 18 to 21 characters. Some name happend with 18 characters and some name happend on 21 characters. For example, if I use the word "InfiArtt Digital" and I add 5 more number 1 after the word "Digital" without the space to make it 21 characters, it still reproduce the bug except I add 6 number 1 instead of 5 to make it 22 characters, the bug doesn't reproduce. Another example, if I put 20 number 1 on the server name, the bug doesn't reproduce but if the number 1 only got 18 or 19, yeah, it may reproduce the bug. Not sure how to really reproduce it.
- Server host less than 20 characters. Not sure about this one but in testing so far, when the server host is 20 characters or more, the bug doesn't reproduce. It's likely the connect button need to be at the correct position to avoid this bug to reproduce. I can't asure the correct imformation for it.
-- Reply to this email directly or view it on GitHub: https://github.com/BearWare/TeamTalk5/issues/1962 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
-- with best regards Beqa Gozalishvili Tell: +995593454005 Email: @.*** Web: https://gozaltech.org Skype: beqabeqa473 Telegram: https://t.me/gozaltech facebook: https://facebook.com/gozaltech twitter: https://twitter.com/beqabeqa473 Instagram: https://instagram.com/beqa.gozalishvili
How about this? Make it when people click on the server name is connect by default and change the existing connect button to edit button. In the same time, add it to the accessibility action as well. Off-Topic Question: Just want to know, are the action in VoiceOver is only for VoiceOver user? How the non-VoiceOver to access those action? Thanks.
logically accessibility actions are for VO only at this time. If some times apple decide to make their accessibility framework public, these actions might be available to users of other accessibility services.
On 7/26/23, lbk2907 @.***> wrote:
How about this? Make it when people click on the server name is connect by default and change the existing connect button to edit button. In the same time, add it to the accessibility action as well. Off-Topic Question: Just want to know, are the action in VoiceOver is only for VoiceOver user? How the non-VoiceOver to access those action? Thanks.
-- Reply to this email directly or view it on GitHub: https://github.com/BearWare/TeamTalk5/issues/1962#issuecomment-1651295103 You are receiving this because you commented.
Message ID: @.***>
-- with best regards Beqa Gozalishvili Tell: +995593454005 Email: @.*** Web: https://gozaltech.org Skype: beqabeqa473 Telegram: https://t.me/gozaltech facebook: https://facebook.com/gozaltech twitter: https://twitter.com/beqabeqa473 Instagram: https://instagram.com/beqa.gozalishvili
Thanks for the answer. I appreciate it.