hpi-swa-lab / qinoq

Create wonderful scrollytellings inside of lively.next ❄
MIT License
2 stars 0 forks source link

Interactive size over 999 kills number menu bar buttons #917

Closed T4rikA closed 3 years ago

T4rikA commented 3 years ago

Describe the bug When a sequence is longer than 500 the menu buttons doesn't work in some cases

To Reproduce Steps to reproduce the behavior:

  1. Open editor
  2. change sky sequence length to 1000
  3. input 1000 in number widget
  4. number widget doesn't accept input
  5. scroll with mouse wheel to something above 500
  6. now everything works as expected

Expected behavior Number widget accepts 1000 as input

linusha commented 3 years ago

I think this is also true for e.g. just making a sequence 600 long (I always did it through the context menu). My suspicion is that it has something to do with the update mechanisms in the model.

Paula-Kli commented 3 years ago

I think the issue is: https://github.com/LivelyKernel/lively.next/issues/290

Paula-Kli commented 3 years ago

closed with: https://github.com/LivelyKernel/lively.next/pull/292