issue69: breaking tab-bar-mod (was: typo when using find-url breaks tab-bar)

Priority: bug Status: resolved
Messages
msg110 (view) Author: areinwarth Date: 2008-10-15.20:06:43
Recipe:

- start up conkeror
- do C-x C-f bla://asd.fg
  an alert box is shown telling us that bla is not a registered protocol 
- after clicking OK an exception is shown in the mini-buffer
- do M-n and from now on the tab-bar is no longer refreshed when switching buffers with M-n and M-p
  until tab-bar mode is disabled and re-enabled (twice M-x tab-bar-mode )
  instead each buffer change triggers an error
- last step reveals the tab for the buffer for bla://asd.fg.
msg114 (view) Author: areinwarth Date: 2008-10-17.09:12:43
Another possibility to break tab-bar-mode:

- set download_buffer_automatic_open_target=OPEN_NEW_BUFFER_BACKGROUND;
- C-x C-f conkeror.org RET
- s 0 RET
- M-n
- C-x k RET

-> download buffer is killed, but its tab remains present. addtionally the minibuffer says: "call
interactively: Internal Error: too much recursion
msg115 (view) Author: areinwarth Date: 2008-10-17.09:24:40
same behaviour occurs with

download_buffer_automatic_open_target=OPEN_NEW_BUFFER;
msg116 (view) Author: jbms Date: 2008-10-17.09:43:53
Fixed, although a dialog box is still shown if you enter a valid-looking URL with an invalid protocol.
History
Date User Action Args
2008-10-17 09:43:53jbmssetstatus: chatting -> resolved
messages: + msg116
2008-10-17 09:24:40areinwarthsetmessages: + msg115
2008-10-17 09:12:43areinwarthsetstatus: unread -> chatting
messages: + msg114
title: typo when using find-url breaks tab-bar -> breaking tab-bar-mod (was: typo when using find-url breaks tab-bar)
2008-10-15 20:06:43areinwarthcreate