python-apps icon indicating copy to clipboard operation
python-apps copied to clipboard

Shuffle cloud UI bug

Open tristandostaler opened this issue 4 years ago • 3 comments

I am not sure if this issue should go in python-apps. Move it if not :)

When editing a workflow, if the payload to display (let's say after a repeat back to me) is too big, the screen becomes white and I need to refresh the window.

tristandostaler avatar Jan 20 '22 16:01 tristandostaler

I am not sure if this issue should go in python-apps. Move it if not :)

When editing a workflow, if the payload to display (let's say after a repeat back to me) is too big, the screen becomes white and I need to refresh the window.

Interesting! I'm guessing it's due to a fix we recently made for VERY large amounts of data that's not parsing. Could you do this please?

  1. Right click
  2. Inspect elements
  3. Go to console logger
  4. Look for red stuff (errors) and take a screenshot / dump them here

We used to not show large data dumps at all, so it's kind of a new feature.

frikky avatar Jan 20 '22 19:01 frikky

Sorry I can't reproduce it at the moment and lost the setup that was creating the error everytime. I'll tell you if I can reproduce

tristandostaler avatar Jan 20 '22 21:01 tristandostaler

Sorry I can't reproduce it at the moment and lost the setup that was creating the error everytime. I'll tell you if I can reproduce

Thanks! I'll try it out later myself some large data.

frikky avatar Jan 21 '22 13:01 frikky