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
Type "carousel", wait until carousel of cards come in
Resize Web Chat programmatically (no window.onresize event will fire)
Expected
Left/right flipper should be visible if not all the cards are shown.
Actual
Left/right flipper are hidden forever, and no way to scroll the carousel.
Notes
Also related to #997. If step 3 is hide/show Web Chat thru display: none or hidden attribute, measurement is postponed. But we did not reschedule the measurement.
Potential fixes
Redo measurement from time to time
Currently, the measurement is flashy because it remove all activities, add a super-wide card for measurement, then show all activities
Not doing measurement
Can we not calculating the width of an activity? I suspect we have the calculation because the user may change their CSS. But we might be able to get around with it using other CSS layout strategies, like flex box
The text was updated successfully, but these errors were encountered:
compulim
added
the
bug
Indicates an unexpected problem or an unintended behavior.
label
Jun 6, 2018
Repro
window.onresize
event will fire)Expected
Left/right flipper should be visible if not all the cards are shown.
Actual
Left/right flipper are hidden forever, and no way to scroll the carousel.
Notes
Also related to #997. If step 3 is hide/show Web Chat thru
display: none
orhidden
attribute, measurement is postponed. But we did not reschedule the measurement.Potential fixes
The text was updated successfully, but these errors were encountered: