lzim / teampsd

Team PSD is using GitHub, R and RMarkdown as part of our free and open science workflow.
GNU General Public License v3.0
15 stars 23 forks source link

wk2 apr_epic Sim UI BUG: Overlapping icon & cannot report Bug directly from Sim UI in PROD #2610

Closed lzim closed 2 years ago

lzim commented 2 years ago

Two Sim UI Bugs identified during MTL Video 3.0 recording by Lindsey & Swap on 04/11/2022:

  1. Overlapping Tutor and Edit Team Vision icons in Sim UI Main Model Diagram (see screenshot)

    sim_ui_overlapping_icons_main_model_
  2. Error could not report the Bug directly from the upper Navigation of the Sim UI (see screenshot) sim_ui_problem_reporting_bug_2022_04_11

jamesmrollins commented 2 years ago

FYI @hirenp-waferwire

Hi @lzim - I was not able to reproduce the Bug report error you indicate above. It appears to work ok for me. However, I see we have some work to do to get the responsive design cleaned up. We will prioritize that tonight.

jamesmrollins commented 2 years ago

Hi @hirenp-waferwire - See below for some issues with responsive design with screen resolution.

image

image

jamesmrollins commented 2 years ago

Hi @lijenn and @lzim - we are still working this issue. As you know with responsive design, there are many resolution and screen sizes we need to check, so this could take some time.

jamesmrollins commented 2 years ago

Hi @lzim and @lijenn - The problem with dynamic resizing was the trigger for the header sizing calculation in the code. When is switches to tablet mode (where the windows stacked), it relied on the tablet identification code to trigger the resizing calculation function. The other way is to force the calculation by refreshing the screen. Now we trigger the resizing calculation based on the window drag (see gif below). Hopefully, that solves the problem. Unless I hear otherwise, I will promote to PROD tonight.

9FDE1B73-794D-422E-82EB-3A1390FF9D82