Jonathan Pyle

Results 149 comments of Jonathan Pyle

The only way I could think of to implement that would be to have a "testing default value" option for each field, so that in the testing mode, a default...

See https://docassemble.org/docs/development.html#testing for a discussion of interview testing. The testing mechanism described, which uses `lettuce` and `selenium`, can be used to fast-forward to a particular place in an interview scenario....

I am going through old issues to close them. There are a variety of ways to fast-forward. At the end of the day, a docassemble interview interview is a computer...

The `.scrollIntoView()` function is not called if the user is on the first page of the interview. I think you are seeing the scrolling while testing on mobile because you...

In 1.0.3 I disabled the focus when the interview is in embedded mode, so that might give you different results.

I tested it in incognito on mobile Chrome, Safari, and Firefox. It doesn't scroll when you have a Continue button on the first page.

I don't know what application you are using to run docker, so I don't know what button you are referring to. The log indicates that uwsgi and nginx started running,...

I am closing this issue due to inactivity.

If the user is already in an interview session, by default they will go back to their interview session after registration. See this subsection of the Configuration section and the...

I will need to look at the code to see if there is a difference between the way it handles registration and the way it handles login.