Project

General

Profile

Actions

Idea #11465

closed

[Workbench] In collection#show page, display a tooltip on disabled trash icon, disabled pencil icon, and disabled upload tab. 

Added by Radhika Chippada about 7 years ago. Updated almost 7 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Radhika Chippada
Category:
-
Target version:
Story points:
-

Subtasks 1 (0 open1 closed)

Task #11476: Review 11465-disabled-collection-file-tooltipsResolvedRadhika Chippada04/14/2017Actions
Actions #1

Updated by Radhika Chippada about 7 years ago

  • Assigned To set to Radhika Chippada
Actions #2

Updated by Radhika Chippada about 7 years ago

  • Status changed from New to In Progress
Actions #3

Updated by Radhika Chippada about 7 years ago

Branch 11465-disabled-collection-file-tooltips

Tests passed @ https://ci.curoverse.com/job/developer-run-tests/233/

Actions #4

Updated by Lucas Di Pentima about 7 years ago

Although when hovering the buttons with the mouse it shows the tooltip and the prohibited sign, it’s accepting my clicks on both the rename pencil and the trash button.

The Upload tab also seems to accept the click event because the #Upload string it's being added on the browser's URL bar, but the page behaves correctly as it doesn't show the Upload pane, but if I click "reload" having the #Upload string on the URL, the Upload pane does show. (I suppose this will be automatically fixed when the element ignores the click event)

Tried Safari and Chrome browsers and worked the same on both. Tried to play a little with the CSS and JS but couldn’t find a quick fix.

Actions #5

Updated by Radhika Chippada almost 7 years ago

Although when hovering the buttons with the mouse it shows the tooltip and the prohibited sign, it’s accepting my clicks on both the rename pencil and the trash button

Thanks for noticing this. This is because of the CSS update, which is very bad. I undid this and wrapped the disabled icons in a parent and added tooltips to the parent.

if I click "reload" having the #Upload string on the URL, the Upload pane does show. (I suppose this will be automatically fixed when the element ignores the click event)

I tried to disable and add tooltips to the file chooser button in the Upload tab, but couldn't get it working. However, I think the point of the Lock button is to warn the user that changing files results in changing the portable data hash, not actually about any data integrity issues on server. Hence, I think this is a corner case that we can ignore.

Thanks.

Actions #6

Updated by Lucas Di Pentima almost 7 years ago

  • When locked, the tooltip works fine on Chrome, but not (at least for me) on Safari. Tried changing the <span> to <div> and got it working on both browsers, but floating elements kind of problems appeared. OTOH, on Safari the rename tooltip works fine when hovering on the file’s name, but not when hovering over the pencil icon. Don’t know if this issue is worth any more time investment.
  • When unlocked, the tooltip on the trash button says “Remove <file_path>” If this path is long, the tooltip’s width is not enough to show the entire text, maybe it’s better to change the tooltip to “Remove this file”?
  • Other than that, LGTM.
Actions #7

Updated by Radhika Chippada almost 7 years ago

When locked, the tooltip works fine on Chrome, but not (at least for me) on Safari ...

I can't test in Safari in my VM, but things worked fine in Chrome and Firefox. I will test with Safari after merging (in staging) and see if anything else needs to be done

When unlocked, the tooltip on the trash button says “Remove <file_path>” If this path is long, the tooltip’s width is not enough to show the entire text, maybe it’s better to change the tooltip to “Remove this file”?

Updated as such

I also noticed that the disabled tooltips were not working correctly for image type files and corrected this bug.

Thanks.

Actions #8

Updated by Lucas Di Pentima almost 7 years ago

LGTM, thanks!

Actions #9

Updated by Radhika Chippada almost 7 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Applied in changeset arvados|commit:20364bc1aed2dcad71b006f4314ba0720d20ae05.

Actions

Also available in: Atom PDF