-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
in 14 the click action gets lost in the Backbone view. #10782
Conversation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Does not really work for me: https://cloud.morrisjobke.de/s/B5CJKcNHbWKAyQa As you can see the click on the "Tag" label triggers the dropdown of the tag element but does not change the visibility (not shown input just shows the dropdown and for a shown input the dropdown just switches on and off) |
Or is this a different issue? |
@MorrisJobke different issue, and I could not observe it here. Going to spend another look at it, not sure i manager today/night |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then this breaks master for me - this is the same stuff on master, where I can at least open it once per page refresh: https://cloud.morrisjobke.de/s/ygYmJcTcMEpkajJ
Browser I tested in: Safari |
Let's fix it later and backport. |
FYI, i come back to it asap, but busy with different other things :( |
→ File not found 😿 |
What I see on a QtWebEngine based browser is that after selecting a tag, it is shown on the upper left corner in the browser window. That's the only glitch, otherwise in works. In FF everything is shiny, however. |
And the moment I tried to investigate it, it stopped to happen. Whyever. Anybody else with Safari or who can do reproduce issues? Otherwise i'd vote for merging, as the state is at leat better than before. |
@MorrisJobke Just curious, when this is fixed and merged will it also affect the NextCloud 14/Beta snap? Tags are only working once per page refresh for me as well. Ya'll probably already knew that though. |
Yes. Once fixed it will be in the next release. It seems to be 14.0.2 earliest though |
@blizzz Any news on this one? |
@MorrisJobke still what I said in #10782 (comment) I have not found anyone else with Safari. But since, you're back ;) If you can reproduce it we can tackle that, otherwise merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Retested and works better than on master 👍
Let's revert as it breaks the sharing entries. See #11715 (review) |
fixes #10774 – tagging a file does not work with the second time you open the sidebar
I am not sure this is the best way to fix it, but it works. For this at least. There should be some reason why the click action gets unbound in 14, I don't know why though and don't know where to look. Thus, not sure whether this can be a problem for other FilePlugins.