Impressive bugs encountered at work

1. In the process of students doing the question, handwriting will appear when the palm touches the screen by mistake, and then the handwriting touched by the palm will be erased. After the student submits the homework, the teacher sees that the handwriting normally written by the student when doing the question also disappears

2. Job sorting problem: Job A is on the top, job B is on the bottom, press and hold job A and place it under job B, and then click refresh, job A will change back to job B, the reason is that one interface is missing : MissionReSort (Long press job B to adjust to the top of job A, there is no such problem)

The first job is as shown in the figure below:

Long press the [Handwriting Recognition] job to move to the bottom of the video job, as shown in the figure below:

Then click the refresh button, the [Handwriting Recognition] job will change back to the top of the video job, as shown in the figure below:

Using Charles to grab the interface, I found that: when the job on the top is pressed and adjusted to the bottom, one less interface will be called: MissionReSort

3. After the APP is overwritten and installed, when the account password is entered on the login interface, the account password will be automatically cleared.

Guess you like

Origin blog.csdn.net/weixin_44679832/article/details/114370354