Daniel Calviño Sánchez
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...
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...
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...
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...
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...
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:   The...
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...
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...
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:...
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...