mivoligo / purple_task

Good looking ToDo app made in Flutter
MIT License
63 stars 5 forks source link

Select text in check list #17

Open Docmine17 opened 4 years ago

Docmine17 commented 4 years ago

I can't select text with the mouse in the checkbox, when I try to select it it moves the text sideways.

I can only select the text by pressing Shift + Arrows

Screenshot https://ibb.co/vc5NhKj

mivoligo commented 4 years ago

@Docmine17 Thanks for the report. I've just checked this and I can reproduce it if the text is longer than the text edit space. I'll have a look at this problem.

mivoligo commented 4 years ago

I've just checked and this problem comes from Flutter itself. This is the upstream bug: https://github.com/flutter/flutter/issues/59141