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
Each layout should be tested separately in isolation.
Additionally, full integration tests should be performed using a headless browser, in which we measure the sizes of HCJ components (particularly text and form elements under various user CSS rules) and make sure they are all sized correctly.
The text was updated successfully, but these errors were encountered:
Reverts ecebcd1
That will not be a valid fix for z-index, because it causes other
problems like <TAB> movement in forms going from bottom to top instead
of top to bottom.
(If HCJ had a test suite, I would certainly be adding a test case for
this... (see #2))
Each layout should be tested separately in isolation.
Additionally, full integration tests should be performed using a headless browser, in which we measure the sizes of HCJ components (particularly text and form elements under various user CSS rules) and make sure they are all sized correctly.
The text was updated successfully, but these errors were encountered: