Hacker News new | past | comments | ask | show | jobs | submit login

Bug report: I managed to get it into a state where it's impossible to delete the characters behind the cursor. I remember pressing the Euro sign (alt-gr + 4) and accidentally hitting the 'Windows' key. Here's a dump of the DOM state: http://pastebin.com/ELyMNAKd



I got the same by hitting "CMD + A" for "Select All".


Dumb Q: How did you dump the DOM state like that?


In chrome you can right-click on any element in the developer tools to select "copy as HTML" which copies the DOM as it currently is to your clipboard


I ran into a similar bug fiddling with home and end.

Repro:

Delete the intro text, type 'wat'. Hit 'home'. Hit 'delete' three times. Observe breakage.


Easy to replicate. Start typing when the field does it's premable. Things go to hell quickly from there.


+1 for the DOM dump - never seen this before but great way to report a front-end error




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: