Exceptionless.UI icon indicating copy to clipboard operation
Exceptionless.UI copied to clipboard

Version completion of Mark Fixed

Open PhyxionNL opened this issue 5 years ago • 3 comments

If you type 1.0, it's completed to 1.0.0 automatically. But this is not a good completion if you want to write 1.0.1. The completion of 1.0 to 1.0.0 should only occur after pressing Mark Fixed button.

PhyxionNL avatar Jul 24 '20 07:07 PhyxionNL

Yeah that is kind of annoying, it's an angular thing. I could debounce it longer of which I thought I had it set to a half second.

niemyjski avatar Jul 24 '20 12:07 niemyjski

Why are we even changing it before it's sent to the server? Seems like a very weird thing to be changing someone's input as they are typing.

ejsmith avatar Jul 24 '20 14:07 ejsmith

For 1.0.0.0 to 1.0.0-0 it's useful as 1.0.0.0 isn't accepted, but I think these should only be modified after clicking on send. Or at least only for full versions.

PhyxionNL avatar Jul 24 '20 14:07 PhyxionNL