First time here? Check out the FAQ!

Neil's profile - activity

2014-07-28 14:39:25 -0500 asked a question Question title reset by history navigation

Steps to reproduce problem:

  1. Start quicksearching for a question
  2. Click on "Ask your question" at the bottom of the quick search.
  3. Note that the question defaults to your quick search terms.
  4. Type a new question title.
  5. Navigate away from the ask page (e.g. accidentally click on a link)
  6. Press Back to get back to the ask page

Expected result: All fields retain their values when you left the page.

Actual result: Question title is reset to the quick search terms.

Workaround: Instead of pressing Back to get to the question, click on the main "ASK YOUR QUESTION" button, and your draft will be reloaded with the correct title. (This works even after you clicked Back to get back to the ask page, as long as you don't edit anything.)

2014-07-28 14:30:24 -0500 asked a question Cancelling comment edit should not reveal add a comment link

Steps to reproduce problem:

  1. Add a comment to a question or an answer
  2. Click Add a comment again
  3. Without cancelling, click Edit to edit your original comment
  4. Cancel the edit of your comment
  5. Click Add a comment again

Repeat steps 2-5 ad nauseum to get as many new comment entry widgets as you like.

2014-07-28 14:26:07 -0500 received badge Popular Question (source)
2014-07-28 14:26:07 -0500 received badge Famous Question (source)
2014-05-28 16:16:32 -0500 received badge Student (source)
2014-05-28 15:30:57 -0500 commented question Links in Comments are not always as expected

I'd upvote this but I don't have any karma.

2014-03-14 17:48:17 -0500 commented answer Format Localization and Time Zone settings

Speaking of time zones, when I submit this comment I have a bad feeling that it's going to say 1 hour ago. (OK, it didn't, there must be a bug in the askbot instance I was using.)

2014-03-02 15:21:32 -0500 received badge Enthusiast
2014-02-23 07:00:15 -0500 asked a question Escape key should be handled on keydown, not keyup

I accidentally pressed the Escape key while composing a comment. An alert appeared asking

Are you sure you don't want to post this comment?

I made the mistake of trying to cancel the alert by pressing the Escape key. The alert was cancelled on the keydown of the Escape key... and then the subsequent keyup triggered the confirm abandon message again.

Obviously once I realised what was going on I used a different way of cancelling the alert, but the bug remains.

On a side note I noticed that just before you add the keyup escape handler you also add various event handlers to update the counter, normally I would suggest that the input event is the most reliable way to achieve this.

2014-02-23 06:34:24 -0500 commented question How to prevent cursor's default position being on Search box?

This is particularly annoying in Firefox because the act of focusing the search box scrolls it into view which means that links to answers and comments don't work, and also the back button loses its place.