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 not expand out-of-office notice #14457

Open
schiessle opened this issue Feb 19, 2025 · 6 comments
Open

can not expand out-of-office notice #14457

schiessle opened this issue Feb 19, 2025 · 6 comments

Comments

@schiessle
Copy link
Member

Hi all

I just noticed that I can't expand the out-of-office notice on the desktop client, the arrow at the top right is missing:

Desktop Client

Image

Web:

Image

@nickvergessen
Copy link
Member

Works fine here, are you on the latest version?
Please post the Diagnosis report from the About menu

@Antreesy
Copy link
Contributor

Also can't reproduce (Win)
Just in case you can try it in devtools console:

document.querySelector('.absence-reminder__message').scrollHeight
document.querySelector('.absence-reminder__message').clientHeight

If numbers are different (~180 and ~23 for me), then something could go wrong with ref:

setIsTextMoreThanOneLine() {
this.isTextMoreThanOneLine = this.$refs.absenceMessage?.scrollHeight > this.$refs.absenceMessage?.clientHeight
},

@schiessle schiessle changed the title can not expand put of office notice can not expand out-of-office notice Feb 19, 2025
@schiessle
Copy link
Member Author

I use the latest version on Linux (1.0.2)

This is the report:

### Diagnosis report

| **Nextcloud Talk Desktop**      |                                                                                     |
| ------------------------------: | ----------------------------------------------------------------------------------- |
| **Version**                     | v1.0.2                                                                              |
| **Built-in Talk version**       | v20.1.3                                                                             |
| **Release channel**             | stable                                                                              |
| **Operating system**            | Linux 6.12.13-200.fc41.x86_64 (#1 SMP PREEMPT_DYNAMIC Sat Feb  8 20:05:26 UTC 2025) |
| **Executable Path**             | /app/lib/com.nextcloud.talk/Nextcloud Talk                                          |
| **Using Wayland**               | ✅ yes                                                                               |
| ****Connected to****            | -                                                                                   |
| **Nextcloud server version**    | 31.0.0 RC4                                                                          |
| **Nextcloud Talk version**      | 21.0.0-rc.4                                                                         |
| **`notifications` app enabled** | ✅ yes                                                                               |
| **`notify_push` app enabled**   | ✅ yes                                                                               |

#### Application config

```json
{
  "launchAtStartup": false,
  "theme": "default",
  "systemTitleBar": true,
  "monochromeTrayIcon": false,
  "zoomFactor": 1,
  "playSoundChat": "respect-dnd",
  "playSoundCall": "respect-dnd",
  "enableCallbox": "respect-dnd"
}

@schiessle
Copy link
Member Author

schiessle commented Feb 19, 2025

Call me crazy, but after I opened the development console to follow @Antreesy advice and switched back to the chat with Bastian the arrow to expand the out-of-office noticed appears and is now also available after I restarted the client. 😕

The only thing I can imagine, but can't try it at the moment, maybe you can try it in your dev environment: I noticed the missing arrow and took the screenshot while I was in a call with Bastian. Maybe this makes a difference?

@schiessle
Copy link
Member Author

schiessle commented Feb 19, 2025

I just started a silent call with Bastian and can confirm it. As soon as the chat moves to the right sidebar the arrow is gone.

Same happens than also in the Browser, so it is not a desktop client issue but a general talk issue

@Antreesy
Copy link
Contributor

Reproduced, thanks for finding it out! Moving issue to spreed

@Antreesy Antreesy transferred this issue from nextcloud/talk-desktop Feb 19, 2025
@Antreesy Antreesy added this to the 🌠 Next Patch (30) milestone Feb 19, 2025
@Antreesy Antreesy added the feature: frontend 🖌️ "Web UI" client label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants