You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Date Picker doesn't place itself properly when invoked near the top of the viewport, as in the ITC in the main view:
Safari
When invoking the inputs popup the whole screen layout is severely broken.
The date picker popup is severely broken.
In Fixed mode, the tick labels disappear after zooming or panning.
Look at all elements of the TC and ITC in Safari; also unit test this in mobile emulation.
Firefox
The real-time popup gets really stretched out. The fixed time popup looks fine. The problem is that the pr-time-input* inputs need a width attribute on them.
Validation IS working in Firefox, but doesn't show the user hint bubbles in the same way that Chrome and Safari do. MAY NEED TO FILE AS A SEPARATE ISSUE!
Environment
Open MCT Version: 3.0.0
Deployment Type: /testathon
OS:
Browser: Safari
Impact Check List
Data loss or misrepresented data?
Regression? Did this used to work or has it always been broken?
Is there a workaround available?
Does this impact a critical component?
Is this just a visual bug with no functional impact?
Does this block the execution of e2e tests?
Does this have an impact on Performance?
Additional Information
The text was updated successfully, but these errors were encountered:
- CSS fixes for Firefox for popup width and input widths.
- Changed markup and CSS for Safari
- Cannot apply CSS grid to form.
- Changed ul/li approach to calendar picker, other CSS mods (align-items: center) to fix height issues.
- Modded _constants value to account for reduced height of new TC design.
- Resolved conflicts while applying stashed changes.
Summary
All browsers
Safari
Look at all elements of the TC and ITC in Safari; also unit test this in mobile emulation.
Firefox
pr-time-input*
inputs need a width attribute on them.Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: