Fi0x / EDCT

EDCT is a tool for large quantity trades in Elite: Dangerous. It is very useful for fleet carrier owners
MIT License
16 stars 1 forks source link

UI very slow after changing filters #119

Closed msteele999 closed 1 year ago

msteele999 commented 1 year ago

Describe the bug

After making changes to the Min. Quantity or the Min gal.Avg. fields, the application slows to a crawl. Clicking buttons (Next Commodity, Previous Commodity, etc.) take up to five seconds to process.

To Reproduce

Version: 2.1.0.0 .exe version Steps to reproduce the behavior:

  1. Open up the app
  2. highlight the Min Quantity field
  3. begin typing a new quantity
  4. observe that it takes seconds for the input to register in the text field

Expected behavior

Instantaneous response to keyboard input

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Closing the app and restarting it resolves it temporarily

Fi0x commented 1 year ago

While you're typing, the tool constantly updates the trades for each input change. That's why typing seems so slow.

Is the tool still slow after you stopped typing? Or are the 'next' and 'previous' buttons as fast as before?

msteele999 commented 1 year ago

it's still slow after typing has been completed.

I wonder if putting a pause in to see if the field is going to have more information would help with this

On Fri, Dec 2, 2022 at 4:28 PM Fi0x @.***> wrote:

While you're typing, the tool constantly updates the trades for each input change. That's why typing seems so slow.

Is the tool still slow after you stopped typing? Or are the 'next' and 'previous' buttons as fast as before?

— Reply to this email directly, view it on GitHub https://github.com/Fi0x/EDCT/issues/119#issuecomment-1335860544, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYOXJMNK3QELPHONZ33WLJSXZANCNFSM6AAAAAASSE7BC4 . You are receiving this because you authored the thread.Message ID: @.***>

Fi0x commented 1 year ago

In v2.1.1.0 the update now only occurs once you press enter.

If your typing-lag occurs again, please re-open this issue or create a new one to let me know