MartinSGill / TodoTxtJs

A Javascript web app implementation of TodoTxt
72 stars 29 forks source link

Alt-Gr on *nix Chromium causes edit to cancel #49

Open mutalex opened 10 years ago

mutalex commented 10 years ago

Hi,

if I try to write an @ then the task just closes.

Is is me who does something wrong?

cheers

alex

MartinSGill commented 10 years ago

Can you provide a bit more context please?

By closing.. do you mean it's marked as completed?

Are you typing the @ in the task new task area, or in the filter, or while editing a task?

If you're typing the @ in the filter area, then only those tasks which have contexts will be displayed. Clear the filter to get them to display again.

The only way to permanently remove a task is to click on the "x" at the end. In every other case the task is simply hidden and can be shown again by removing filters or selecting the "show completed" option.

mutalex commented 10 years ago

Hi Martin,

It´s while editing a task. I click on an existing task to edit it. If I try to write a word starting with @ (a context) then the line flips out of the edit mode and is unedited just there.

cheers alex

2013/9/19 Martin Gill notifications@github.com

Can you provide a bit more context please?

By closing.. do you mean it's marked as completed?

Are you typing the @ in the task new task area, or in the filter, or while editing a task?

If you're typing the @ in the filter area, then only those tasks which have contexts will be displayed. Clear the filter to get them to display again.

The only way to permanently remove a task is to click on the "x" at the end. In every other case the task is simply hidden and can be shown again by removing filters or selecting the "show completed" option.

— Reply to this email directly or view it on GitHubhttps://github.com/MartinSGill/TodoTxtJs/issues/49#issuecomment-24727839 .

MartinSGill commented 10 years ago

Hi Alex, I tried to reproduce it, but I was unable to do so.

The edit mode should only exit when the escape key is pressed or when the edit box looses focus. Is it possible you have a browser plugin (or OS tool) that's responding to the @ key and causing the field to lose focus?

If not, could you please provide the following: Are you local hosting, or using todo.martinsgill.co.uk? What browser are you using? Which OS? Is automatically adding the create date enabled? Could you provide step-by-step instructions to reproduce please.

mutalex commented 10 years ago

Hi Martin,

I use todo.martinsgill.co.uk. Besides, local hosting is what I am also interested. ;)

I use on ubuntu chromium. It seems the Alt-Gr key causes the lose of focus. Not Q/@

Is automatically adding the create date enabled? No.

May it is an Chrome-App...

2013/9/20 Martin Gill notifications@github.com

Hi Alex, I tried to reproduce it, but I was unable to do so.

The edit mode should only exit when the escape key is pressed or when the edit box looses focus. Is it possible you have a browser plugin (or OS tool) that's responding to the @ key and causing the field to lose focus?

If not, could you please provide the following: Are you local hosting, or using todo.martinsgill.co.uk? What browser are you using? Which OS? Is automatically adding the create date enabled? Could you provide step-by-step instructions to reproduce please.

— Reply to this email directly or view it on GitHubhttps://github.com/MartinSGill/TodoTxtJs/issues/49#issuecomment-24796160 .

mutalex commented 10 years ago

Besides,

in the field new todo and filter the @ can be written without problems.

2013/9/20 Martin Gill notifications@github.com

Hi Alex, I tried to reproduce it, but I was unable to do so.

The edit mode should only exit when the escape key is pressed or when the edit box looses focus. Is it possible you have a browser plugin (or OS tool) that's responding to the @ key and causing the field to lose focus?

If not, could you please provide the following: Are you local hosting, or using todo.martinsgill.co.uk? What browser are you using? Which OS? Is automatically adding the create date enabled? Could you provide step-by-step instructions to reproduce please.

— Reply to this email directly or view it on GitHubhttps://github.com/MartinSGill/TodoTxtJs/issues/49#issuecomment-24796160 .

mutalex commented 10 years ago

step-by-step instructions to reproduce:

click on a task edit mode is active put cursor at the end of the text hit alt-gr

task loses focus

that´s it.

2013/9/20 Martin Gill notifications@github.com

Hi Alex, I tried to reproduce it, but I was unable to do so.

The edit mode should only exit when the escape key is pressed or when the edit box looses focus. Is it possible you have a browser plugin (or OS tool) that's responding to the @ key and causing the field to lose focus?

If not, could you please provide the following: Are you local hosting, or using todo.martinsgill.co.uk? What browser are you using? Which OS? Is automatically adding the create date enabled? Could you provide step-by-step instructions to reproduce please.

— Reply to this email directly or view it on GitHubhttps://github.com/MartinSGill/TodoTxtJs/issues/49#issuecomment-24796160 .

MartinSGill commented 10 years ago

Thanks for the extra info. I cannot reproduce this on Chrome on Windows. Are you able to work around this by using Alt instead of Alt-Gr?

MartinSGill commented 10 years ago

Updated issue title to more correctly summarise problem.

mutalex commented 10 years ago

unfotunately not yet

Am 21.09.2013 um 11:55 schrieb Martin Gill notifications@github.com:

Thanks for the extra info. I cannot reproduce this on Chrome on Windows. Are you able to work around this by using Alt instead of Alt-Gr?

— Reply to this email directly or view it on GitHub.

mutalex commented 10 years ago

thx for quick support

Am 21.09.2013 um 11:58 schrieb Martin Gill notifications@github.com:

Updated issue title to more correctly summarise problem.

— Reply to this email directly or view it on GitHub.

mutalex commented 10 years ago

same problem with my firefox

it only appears in the edit mode with tasks not in search or filter field.

2013/9/21 mutalex@gmail.com mutalex@gmail.com

thx for quick support

Am 21.09.2013 um 11:58 schrieb Martin Gill notifications@github.com:

Updated issue title to more correctly summarise problem.

— Reply to this email directly or view it on GitHubhttps://github.com/MartinSGill/TodoTxtJs/issues/49#issuecomment-24859671 .

MartinSGill commented 10 years ago

Tested in both FF and FF UX-Preview on Windows. Still can't reproduce it. I'll install an Ubuntu VM when I have time and will try it out there. Any chance you could debug it yourself to find where the problem is? All that I can think of is the for some reason Alt-Gr on your computer is sending the ESC keycode.

mutalex commented 10 years ago

but only in the task edit mode not in the new task or filter...

2013/9/21 Martin Gill notifications@github.com

Tested in both FF and FF UX-Preview on Windows. Still can't reproduce it. I'll install an Ubuntu VM when I have time and will try it out there. Any chance you could debug it yourself to find where the problem is? All that I can think of is the for some reason Alt-Gr on your computer is sending the ESC keycode.

— Reply to this email directly or view it on GitHubhttps://github.com/MartinSGill/TodoTxtJs/issues/49#issuecomment-24867372 .