maxpozdeev / mytinytodo

Todo list script
157 stars 49 forks source link

Unable to Sort by hand on Android. #43

Closed DrSalmandelhi closed 1 year ago

DrSalmandelhi commented 1 year ago

Retrieved Back

DrSalmandelhi commented 1 year ago

https://user-images.githubusercontent.com/116563201/197520680-601406ca-9c38-44c1-bdbd-4a1814416ef8.mp4

maxpozdeev commented 1 year ago

Android version and browser?

DrSalmandelhi commented 1 year ago

Android Version 11, And All Browser Like Chrome, Firefox and Brave, Even In pc (chrome in developing mode) in Mobile view.

maxpozdeev commented 1 year ago

Can not confirm on Android 11, Android 12 and desktop mobile mode. Did you change the code? I see you have green bold titles in the list. Can you re-test on demo at https://mytinytodo.net/demo/ ?

maxpozdeev commented 1 year ago

Does this sorting work on desktop browser (not mobile mode)?

DrSalmandelhi commented 1 year ago

Yes...It work Really Good in desktop. But not in Android even I switched to Desktop view. yes I have edited style.css file and added few line at bottom. li.task-has-note .task-block{font-weight:600;color: darkgreen;}

tasklist li.task-row.task-completed .task-through {text-decoration: underline;}

li.task-row.task-completed .task-note-block .task-note {text-decoration: none;color: deeppink;}

tasklist li.task-row.task-completed {opacity: 1;color:brown;}

.task-note-block{padding: 3px 3rem;}

DrSalmandelhi commented 1 year ago

See. It doesn't work most of the time.

https://user-images.githubusercontent.com/116563201/197698701-1f5215fa-f15d-4c28-933a-f0e621c57b17.mp4

maxpozdeev commented 1 year ago

Thank you, seems I can repeat the issue. Will fix it asap.

maxpozdeev commented 1 year ago

Added a fix. Please test on demo at https://mytinytodo.net/demo/

DrSalmandelhi commented 1 year ago

Now Working Great. Tested In all Moble devices and in Desktop in mobile view.. This bug is Fully fixed... Great Job ..working 100%