Message1051

Author bernat
Recipients
Date 2012-08-15.08:10:22
Content
A `TypeError: can't access dead object` error may happens when the context changes while the user is
still in the minibuffer. The user is then stuck and cannot exit the minibuffer without restarting
Conkeror. Here are a few ways to reproduce this error:

 1. On a page with a link, type "f".
 2. Click the link.

Without using the mouse:

 1. g www.google.com
 2. Tab conkeror
 3. f + 21 + Enter + (quickly) f

If the last "f" is typed quick enough, the user enter in the minibuffer before the new page is loaded.
This happens more often on Google because of the redirection.

With a page redirect:

 1. g http://xfe.sourceforge.net/
 2. f then wait for 10 seconds for the other page to load
History
Date User Action Args
2012-08-15 08:10:22bernatsetmessageid: <1345018222.71.0.193117150552.issue414@bugs.conkeror.org>
2012-08-15 08:10:22bernatlinkissue414 messages
2012-08-15 08:10:22bernatcreate