Skip to content
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

Can't select message text box #11454

Closed
miaulalala opened this issue Jan 26, 2024 · 5 comments · Fixed by #12387
Closed

Can't select message text box #11454

miaulalala opened this issue Jan 26, 2024 · 5 comments · Fixed by #12387

Comments

@miaulalala
Copy link
Contributor

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

When using FF Mobile 122.0 (Build #2015998391), I cannot select the textbox yo type a new message.

Steps to reproduce

  1. Open any chat
  2. Switch to another chat
  3. Try selecting the message text box to type

Expected behaviour

Tell us what should happen

The keyboard should open, the cursor should appear and I should be able to send a message

Actual behaviour

Tell us what happens instead

No keyboard or cursor

Talk app

Talk app version: (see apps admin page: /index.php/settings/apps) c.nc

Custom Signaling server configured: yes/no and version (see additional admin settings: /index.php/index.php/settings/admin/talk#signaling_server) c.nc

Custom TURN server configured: yes/no (see additional admin settings: /index.php/settings/admin/talk#turn_server) c.nc

Custom STUN server configured: yes/no (see additional admin settings: /index.php/settings/admin/talk#stun_server) c.nc

Browser

Microphone available: yes

Camera available: yes/no

Operating system: Android

Browser name: Firefox Mobile 122.0 (Build #2015998391)

Browser version: 85/96/...

Browser log

``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```

Server configuration

Operating system: Ubuntu/RedHat/...

Web server: Apache/Nginx

Database: MySQL/Maria/SQLite/PostgreSQL

PHP version: 8.0/8.1/8.2

Nextcloud Version: (see admin page)

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your server installation folder

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

Server log (data/nextcloud.log)

Insert your server log here
@Antreesy
Copy link
Contributor

Is there a placeholder on the text field, with that text, by chance? It takes time even for web to join the conversation, until field is avilable:

image

Tested with Android Firefox 122, can't reproduce, joining (and typing afterwards) works fine

@miaulalala
Copy link
Contributor Author

miaulalala commented Feb 26, 2024

Is there a placeholder on the text field, with that text, by chance? It takes time even for web to join the conversation, until field is avilable:

image

Tested with Android Firefox 122, can't reproduce, joining (and typing afterwards) works fine

Nope - "Write a message"

Did you switch to a different chat as well and tried typing there?

@Antreesy
Copy link
Contributor

default placeholder means, that at least:

  • conv is not read-only
  • permissions to chat are granted
  • conversation is joined

if input is still disable, then:

  • conv is read-only
  • no chat permissions
  • conversation is not joined
  • isRecordingAudio is true

Is button with microphone icon presented / clickable?

@SystemKeeper
Copy link
Contributor

The same is reproducible on mobile safari on iOS. We can take a look tomorrow if you like @Antreesy

@Antreesy
Copy link
Contributor

Antreesy commented Mar 1, 2024

Coming from vue-lib focus-trap (because we always render RightSidebar even if it's not shown)

Upstream issue: nextcloud-libraries/nextcloud-vue#5335

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants