-
Notifications
You must be signed in to change notification settings - Fork 42
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 tootip overlay closing. #1440
base: dev
Are you sure you want to change the base?
Conversation
Update bugfix to OICD generalization
Can you refer the issue(s) it is using by id or in Development section? |
Fix the #1433 |
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.
I do not like that same control ( underlined "more") behaves differently on different pages.
But the PR address the issue as requested.
Maybe we can rename it into 'info', 'card', 'infocard' or '+' ?
The request recommends to use logic more similar to task help, but the PR still resolves the issue, even though behaviour of 'more' control diverges from the rest of cbrain. Perhaps, for the case of multiple windows I would add somewhere a button "close all info-cards". The page reload will close all the open cards, yet in our mobile age fewer and fewer users understand what reload button is for. |
Can you let me know which pageS you are referring to ? |
for example, https://portal.cbrain.mcgill.ca/tools |
Ok, you are right. I guess I just do not like that more element. The fix to tool page can then go to a separate issue/pr |
flash[:error] = "You cannot change the password for your account." if attr_to_update[:password].present? | ||
# Do not update password if user must use globus (or other oidc) | ||
if user_must_link_to_oidc?(@user) && attr_to_update[:password].present? | ||
flash[:error] = "You cannot change the password for your account because you should use OpenID." if attr_to_update[:password].present? |
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.
not sure how OpenID relates to tootips
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.
It´s not by bad, I will untangle my PR.
Multiple little feature:
html_tool_tip
.close
at the bottom of thehtml_tool_tip
html_tool_tip
when mouseenter only if no other are open.html_tool_tip
only if click on the link insteadmouseenter