QMBForm icon indicating copy to clipboard operation
QMBForm copied to clipboard

Text in wrong field

Open appmonkey8010 opened this issue 7 years ago • 1 comments

Hello,

i expect a Problem regarding Android N (7).

If I type something in an field (text or texttfield) it doesn´t matter. The text is added in the first element of the List.

Any suggestions why?

appmonkey8010 avatar Sep 30 '16 10:09 appmonkey8010

I found a fix. I removed listView.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);

in FormManager.java

appmonkey8010 avatar Sep 30 '16 11:09 appmonkey8010