Daniel Calviño Sánchez

Results 60 issues of Daniel Calviño Sánchez

Extracted from #5535 The stats reported by the received peer connections are updated at irregular intervals, so it is difficult to calculate things like number of packets per second or...

1. to develop
bug
feature: frontend 🖌️
feature: call 👥

Extracted from #5535 Currently the simulcast streams are set as follows: - If call view is in grid mode -> Medium quality - If a participant is selected or promoted...

1. to develop
bug
high
feature: frontend 🖌️
feature: call 👥

Fixes #2842 The `aria-controls` attribute must point to an element in the same document. When the menu is closed it is removed from the DOM, so the `aria-controls` attribute should...

bug
3. to review
feature: actions
accessibility

The `aria-labelledby` attribute must point to an element in the same document. In the `AppSidebarTab` [it references its tab header](https://github.com/nextcloud/nextcloud-vue/blob/e499b4e9b018f8ef6a5d2a05b3d02a6670e5ce4b/src/components/AppSidebarTab/AppSidebarTab.vue#L30), but [when there is a single tab the tab headers...

bug
1. to develop
feature: app-sidebar
accessibility

When [the `AppNavigation` is closed it is moved outside of the viewport](https://github.com/nextcloud/nextcloud-vue/blob/5213d5f1370e54de7bf684c4df0f2d510e72c493/src/components/AppNavigation/AppNavigation.vue#L165-L168). However, its contents are still in the DOM and, technically, visible, so they are still focusable and pressing...

bug
1. to develop
feature: app-navigation
accessibility

The _:active_ state of the `tertiary-on-primary` button introduced in https://github.com/nextcloud/nextcloud-vue/pull/2871 shows a round background for the button, even if the box shadow is (almost) square when focused: ![Tertiary-On-Primary-Active](https://user-images.githubusercontent.com/26858233/180664086-000c73e8-731f-470a-9353-71eefb5eed2a.png) ![Tertiary-On-Primary-Focused-Light-After](https://user-images.githubusercontent.com/26858233/180663913-cd7fff04-fbec-43c8-b24e-fb30ebeac575.png) The...

bug
1. to develop
feature: button

Fixes #1815 Needed for https://github.com/nextcloud/spreed/pull/6896 Once a RTCPeerConnection is established new offers can still be received for that connection. These offers will update/renegotiate the connection (for example, to add a...

bug
2. developing
feature: ☎️ call

The viewer [does not set nor allows to set a specific element as the container of the modal dialog](https://github.com/nextcloud/viewer/blob/5b865e22f3f44deb598a94fa7dcb797fae5025cf/src/views/Viewer.vue#L26-L43), and by default [modal dialogs use the body element](https://github.com/nextcloud/nextcloud-vue/blob/cadf29770988163b859e523e766a734ebe442fbd/src/components/Modal/Modal.vue#L317-L320). However, in...

bug
1. to develop

Since [the update from ACE 1.2.5 to ACE 1.2.8](https://github.com/nextcloud/files_texteditor/pull/47) the workers, which are used for syntax checking, no longer work. The following error can be seen in Chromium JavaScript console:...

bug

This is a regression introduced in Talk 9 with the handling of conflicts between sessions (note that this is different from #4243, which is a _legit_, albeit unexpected, redirection). Note...

1. to develop
bug
low
regression
feature: frontend 🖌️
feature: talk-sidebar ⬅️