Bugzilla – Bug 6663
text entry window in slimbrowser sends cli command on entry to textinput window
Last modified: 2008-05-06 14:23:50 UTC
there should be only one time that a cli command is issued, on submission of the text. I've found that SlimBrowser does it twice, when entering the textinput window, sending the cli command with no __INPUT__, and after the text input is made. If the text entry window is exited with the left arrow (or home button, or whatever), you are left with whatever the initial bogus cli command executed.
when you get to this Ben, you will want to look in _performJSONAction and _newDestination the key here is to find out how to block the first cli command from being issued when the next window is a textinput
problem seems to be in the callback of _menuSink need to figure out how to push on the text entry window without performJSONAction happening
fixed in trunk jive r2085