arawa / workspace

Create shared workspaces and delegate management of their members and groups
https://www.arawa.fr/solutions/produits-arawa/arawa-workspace-for-nextcloud/
GNU Affero General Public License v3.0
28 stars 10 forks source link

input focus doesn't work when clicking on "rename space" and "rename group" actions #243

Open StCyr opened 3 years ago

zak39 commented 3 years ago

I am feeling it works when your cursor is in the field only.

In this gif, I should move my cursor to have the focus after have clicking on the button.

Is it a normal ?

input-focus-rename-space

zak39 commented 2 years ago

@StCyr , for this issue I think the problem is in the code on nextcloud side. Please, look at my GIF below.

action-active-pb-focus

When the cursor changes of the element, it changes the class value of the component. It switches between action and action-active. So, it changes the focus with this class.

zak39 commented 2 years ago

@StCyr , for this issue I think the problem is in the code on nextcloud side. Please, look at my GIF below.

action-active-pb-focus

When the cursor changes of the element, it changes the class value of the component. It switches between action and action-active. So, it changes the focus with this class.

It's very strange, with the inspector, I don't see an event on this element