Live data from Hacker News

While posting to Tumblr, E and W keys just stopped working

twitter.com

21–30 of 270 posts

Re: While posting to Tumblr, E and W keys just stopped working

#21

> So you are typing "Don't" and the ResetCursorPosition() function gets called and you look at the textbox and now it says "on'tD" I had this bug trying to implement a text editor using Draft.js but not sure it was for the same reason. I guess tumblr devs tried to implement a text editor and at the same time have some vim like shortcuts(jkl). This makes you appreciate how less can be more.

> implement a text editor using Draft.js

on'tD do this.

Re: While posting to Tumblr, E and W keys just stopped working

#22
These hotkeys in websites are an utter curse. So many times I've started typing in Jira, then something weird happened that caused my keystrokes to be interpreted by the page instead of entered into a comment box ... then the ticket gets reopened, unassigned, etc.

Re: While posting to Tumblr, E and W keys just stopped working

#23
There's a reason why I call it "Fumblr". I've never experienced a hotkey conflict like this yet, but it's just so full of UI fails that the experience of posting something is rough and cumbersome, even before you get to the comically catastrophic fails like this.

Re: While posting to Tumblr, E and W keys just stopped working

#24
post #22

These hotkeys in websites are an utter curse. So many times I've started typing in Jira, then something weird happened that caused my keystrokes to be interpreted by the page instead of entered into a comment box ... then the ticket gets reopened, unassigned, etc.

yeah, and bonus points if then you then spend 10 minutes trying to figure out what happened, and how to undo it

Re: While posting to Tumblr, E and W keys just stopped working

#26
When this was happening to me it turned out to be bad interaction with '@' followed by a punctuation mark. I can reproduce it at will right now. Something to do with name auto-completion, but once I knew how to avoid it I stopped debugging their code for free.

Re: While posting to Tumblr, E and W keys just stopped working

#27
This reminds me of when the spacebar stopped working in the YouTube search box. I thought my keyboard broke for a sec until I realized it worked just fine everywhere but YouTube. Then later I found out it wasn't just me...

https://www.theverge.com/2021/3/10/22323716/youtube-search-b...

Re: While posting to Tumblr, E and W keys just stopped working

#28
post #22

These hotkeys in websites are an utter curse. So many times I've started typing in Jira, then something weird happened that caused my keystrokes to be interpreted by the page instead of entered into a comment box ... then the ticket gets reopened, unassigned, etc.

And most of them don't check to see if the user is also holding down a modifier key, thereby overriding your system keyboard shortcuts. Yes. I _am_ looking at you Google Spreadsheets.

Re: While posting to Tumblr, E and W keys just stopped working

#30
post #22

These hotkeys in websites are an utter curse. So many times I've started typing in Jira, then something weird happened that caused my keystrokes to be interpreted by the page instead of entered into a comment box ... then the ticket gets reopened, unassigned, etc.

(I feel like we jumped topics from https://news.ycombinator.com/item?id=28597895)

JIRA's Search is far worse than the regular JIRA hotkeys. The Enter key will incorrectly tab-complete JQL just before executing the search. Meanwhile, the Tab key doesn't tab-complete and instead focuses the Search button (which lets you execute the uncorrupted JQL). You have to actively train yourself out of how everything else works just to avoid going insane. Well, that or use the mouse just to click Search (eww).

Every ticket tracking system sucks. Trello was the closest thing to joy.

Post reply on HN