AugurProject / augur-app

Augur Desktop Electron Application
MIT License
222 stars 22 forks source link

[BUG]Can't select/enter a custom buy/sell quantity #438

Closed negamax closed 5 years ago

negamax commented 5 years ago

Summary

This may be on new version of Augur. If that's the case, it's a big break overall. Can't enter a custom quantity on either buy or sell side. It has to be entire order

Steps to reproduce

Tell us how to reproduce the issue.

  1. Select any market
  2. Select buy/sell from the order book. If you don't have ether to fill entire order you can't proceed!

    Expected behavior

    Should all option to enter the quantity

    Screenshots

    screenshot 2018-12-23 at 21 18 10 screenshot 2018-12-23 at 21 18 04

    Environment

    Mac/Chrome

    If using Augur App:
    • 1.8.6
bthaile commented 5 years ago

Do you have specific actions to reproduce this issue? I wasn't able to repro. Here are the steps I did:

  1. Initial load of augur ui.
  2. click on market
  3. type on 1 in quantity

The price filled in based on the order book. If you can show a screenshot of the order form when you add quantity that would be helpful. Also if there is any errors in web console. <alt/opt> + + i to get to web console.

Second successful way to enter custom quantity is to click on a order book order to populate the order form, then change the quantity to desired amount. I was successful with these steps as well.

negamax commented 5 years ago

@bthaile thanks for checking this, considering Christmas break. So, this is a UX issue rather than functionality but stumped me enough to a) not participate as couldn't figure out and b) downgrade to a previous version.

See the screenshot, the quantity field gives the impression that it's not editable! screenshot 2018-12-23 at 23 31 50

bthaile commented 5 years ago

Oh, if I understand correctly. You are able to edit the quantity, but because of the appreance of the text in the textbox, you thought it wasn’t editable.

Is that correct?

negamax commented 5 years ago

Yes, that's right. I figured this out only now. Fairly small issue but may stump people

bthaile commented 5 years ago

Thanks for the heads up. We are currently updating the market trading page, we’ll keep this in mind. Also I think we could add a bit more shadow in the textbox to make it more apparent its editable.

adrake33 commented 5 years ago

Closing this since it is not actually a bug, but I mentioned this to @sharkcrayon and @matt-bullock so they can keep it in mind for the trading page redesign.