New issue 72 by davamu...@gmail.com: hledger-web add-another-transaction
dialog problem
http://code.google.com/p/hledger/issues/detail?id=72
What steps will reproduce the problem?
1. click Add a Transaction
2. add a transaction
3. try to enter another transaction, and the Description is not a dropdown
(containing previous choices) and not a textarea (where you want to enter
description details)
What is the expected output? What do you see instead?
expected textarea, got dropdown list.
What version of the product are you using? On what operating system?
hledger-web 0.16.5, although the web interface still says 0.16.1
Please provide any additional information below.
hows about a screenshot ?
Attachments:
hledger-bug_add_another_trans.png 21.9 KB
Comment #1 on issue 72 by si...@joyful.com: hledger-web
add-another-transaction dialog problem
http://code.google.com/p/hledger/issues/detail?id=72
Thanks! Fixed in darcs and on demo.hledger.org (revealing a problem with
redirecting back to the add form, which has thus been disabled for the
moment.)
Comment #2 on issue 72 by si...@joyful.com: hledger-web
add-another-transaction dialog problem
http://code.google.com/p/hledger/issues/detail?id=72
Reopened, now that #53 has been fixed. An easier way to reproduce this:
visit http://localhost:5000/register?add=1 . The autocomplete fields are
broken because of a js error, flot is trying to draw the register balance
chart and fails because the maincontent div is hidden. I've added a check
for that, but somehow it's still doing it.
Comment #3 on issue 72 by si...@joyful.com: hledger-web
add-another-transaction dialog problem
http://code.google.com/p/hledger/issues/detail?id=72
Fixed in darcs.