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

Fix: 'Upload button tooltip doesn't disappear' #7814

Merged
merged 2 commits into from
Mar 20, 2014

Conversation

asgeirrr
Copy link

Fixes issue #7461. Tipsy tooltip must be hidden when the upload starts. Otherwise it covers the progress bar and stays in DOM. Please review @PVince81 @jancborchardt.

Fixes issue owncloud#7461. Tipsy tooltip must be hidden when the upload starts. Otherwise it covers the progress bar and stays in DOM.
@asgeirrr
Copy link
Author

The automatic check found 2 issues but it also says 2 issues fixed. Is it ok or should I change anything @PVince81?

@RobinMcCorkell
Copy link
Member

I don't know why Scrutinizer is complaining about a line unrelated to this commit, but you might want to put the comments on a separate line to get rid of the line length warning. Perhaps someone more knowledgeable than I (@PVince81?) could clarify this. Other than that, looks like this is ready to go.

@scrutinizer-notifier
Copy link

The inspection completed: No new issues

@ghost
Copy link

ghost commented Mar 19, 2014

🚀 Test Passed. 🚀
Refer to this link for build results: https://ci.owncloud.org/job/pull-request-analyser/3795/

@PVince81
Copy link
Contributor

@Xenopathic Just ignore it, it's not critical 😉

@oskholl thanks for the cleaner PR. Code looks good, will test this soon.

@PVince81
Copy link
Contributor

It seems to work. But I remember that the original issue was hard to produce anyway, just happened randomly.
So 👍 from me.

This needs another reviewer @MorrisJobke @Xenopathic @Kondou-ger @jancborchardt

@asgeirrr
Copy link
Author

@PVince81 I was able to reproduce the error always (at least in Firefox). After upload, the tooltip would go away only if the mouse was hovered over the upload button. Moreover, it always covered the progress bar.

@PVince81
Copy link
Contributor

Indeed. I tried again, it seems to be a Firefox thing.
I think it's because Firefox doesn't trigger "onmouseout" or something when the mouse goes over the file selection dialog.

Your fix fixes that.

@asgeirrr
Copy link
Author

That was my working theory:)

@RobinMcCorkell
Copy link
Member

@PVince81 Thought so :)

@MorrisJobke
Copy link
Contributor

Works just fine 👍 I will remove the executable flag from the file once this is merged.

MorrisJobke added a commit that referenced this pull request Mar 20, 2014
Fix: 'Upload button tooltip doesn't disappear'
@MorrisJobke MorrisJobke merged commit 95a13e2 into owncloud:master Mar 20, 2014
@MorrisJobke
Copy link
Contributor

5747e0e

@PVince81
Copy link
Contributor

@karlitschek backport to stable 6 ?
The issue has been spotted on 6.0.4 here: #10401
CC @ser72

@karlitschek
Copy link
Contributor

Yes. backport would be great

@PVince81
Copy link
Contributor

stable6 backport: f82aed0

@lock lock bot locked as resolved and limited conversation to collaborators Aug 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants