Replies: 17 comments 3 replies
-
an't figure out how to test the new lists, I guess I'd have to run from source or something. But we should
|
Beta Was this translation helpful? Give feedback.
-
You can test the list by running this build: |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
@valiant8086 don't worry, everything you said already implemented |
Beta Was this translation helpful? Give feedback.
-
Realizing that we're not totally committed to doing the list yet, and that it's still early for feedback about issues with it, I have time at the moment and the desire to experiment, so I'll just place everything I can find here, and this may or may not end up relevant or have an impact on the feasibility of this feature.
|
Beta Was this translation helpful? Give feedback.
-
1: Can't reproduce with shift-tab on the list. Context menu announcement is a Qt issue present on all menu and already reported and hopefuly fix one day. Note for focus issues, I'm currently trying to play with QAccessible to fix some Qt accessibility problems, and I'll open PR if I figure to implement something. |
Beta Was this translation helpful? Give feedback.
-
Speaking of context menu options, as it is right now, here on the Mac, with VoiceOver, which is what I'm using here, the context menus are something that we currently don't have access to at this point. This is one thing I'd definitely like to see fixed, . Currently, VoiceOVer users on the Mac are totally missing out on that, so if stuff related to chats, if a list view is implemented, is going to be put into context menus, access to them for VoiceOver users on the Mac is crucial. we should be able to hit VO-shift-M, and have context menus come up. |
Beta Was this translation helpful? Give feedback.
-
@CoBC |
Beta Was this translation helpful? Give feedback.
-
Thanks. I'll give it a try.
… Message ID: <BearWare/TeamTalk5/repo-discussions/2313/comments/9613582@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
@@CoBC
From your above quote in #2310, maybe you can make this feature enable by default. |
Beta Was this translation helpful? Give feedback.
-
Really not sure we can make it optional, because the widget class isn't
the same, and code of class isn't the same also, so, to make it
optional, we have:
- To understand if it's possible to change a widget used in a .ui file
following a setting key
- Change the entire code of chattextedit class regarding state of the option
It seams a bit complicate
|
Beta Was this translation helpful? Give feedback.
-
Understood.
So, you have any idea about this?
|
Beta Was this translation helpful? Give feedback.
-
@CoBC
What you think? |
Beta Was this translation helpful? Give feedback.
-
For the record, I would prefer to go for the list view. If you can get it to work ok for the visual interaction, it should work a lot better for screen readers. The way it is now, it reads a lot of lines twice and it's just a mess. Qt really needs to work out how to fix that too though. |
Beta Was this translation helpful? Give feedback.
-
I also prefer the list view. Honestly, I like the interface. 😊
|
Beta Was this translation helpful? Give feedback.
-
shameless bump. I'm feeling the desire to have this pull request accepted. I know there was resistance, but now that we have migrated fully to qt and dropped classic, the edit window is being a royal pain in the butt. When you receive a chat each message is repeated many times as you try to arrow through the chats. I'm hopeful we can get some traction on this. I think we should be able to find out if we can have solutions for any concerns the sighted user would have, and or some solution for this problem for the screen reader user. Having the chats in a list is super handy either way, so if you can figure this out I'd be very greatful. |
Beta Was this translation helpful? Give feedback.
-
very sad this is stil inactive. If this get to merge one day, finally we can take a good breth and get rid of the problems of reading chats with read only editbox |
Beta Was this translation helpful? Give feedback.
-
Hi,
in the PR #2310, I changed the UI of chat history.
Currently, TT use a readonly editbox to display chat history in main window and private text message dialog.
I suggest to switch to a list containing all history.
Advantages of a list
Inconvenients of the list
The only inconvenient I see for the list is the unability to select piece of text for a message and than copy this text part, but, this can be solved by adding a dialog to show message details, in this dialog we'll show message content in a readonly editbox and text will be selectable. However I'm not sure select only a piece of text is the most commonly usage of the chat history.
I think we should do what users want, so votes are open, I suggest to keep this pool open E.G. until the week-end and than make a decision regarding PR #2310
12 votes ·
Beta Was this translation helpful? Give feedback.
All reactions