rubin-dp0 / Support

Submit Github Issues related to DP0
MIT License
1 stars 3 forks source link

[BUG] The "Logout" button/tab hangs down below header and obscures "xy-tbl" button #31

Closed wmwv closed 1 year ago

wmwv commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

In the Portal chart display view, the "Logout" button hangs down below header bar and partially obscures "img-xy" and "xy-tbl" buttons.

To Reproduce Steps to reproduce the behavior:

  1. Go to the Portal and submit a query
  2. Get the results back with the table and the plot
  3. Try to find the "xy-tbl" button in the upper right.
  4. It was hard to find the "xy-tbl" button because it was obscured by the "Logout" button.

Expected behavior A clear and concise description of what you expected to happen.

I expect that the UI buttons would not overlap each other.

Screenshots If applicable, add screenshots to help explain your problem.

Screen Shot 2022-06-28 at 14 56 58

URL If applicable, cut and paste the URL from your browser at which the issue occured

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

wmwv commented 2 years ago

Perhaps moving the "tri-view" "img-tbl" "img-xy" and "xy-tbl" buttons to the upper-left would be an easy solution and make those buttons easier to fine in any case.

ktlim commented 2 years ago

This also appears elsewhere in the Portal where toolbar buttons may be obscured. I think "Logout" is in the wrong place for some reason.

gpdf commented 2 years ago

This was a known problem before the snapshot release for the start of DP0.2 was taken; fixed in the upstream.

https://github.com/Caltech-IPAC/firefly/pull/1231

gpdf commented 1 year ago

Fixed by the deployment of a Portal build based on Firefly 2022.2 on July 28th.

wmwv commented 1 year ago

I confirm that things look good now. Thanks.