on linux, clicking in the url bar should not highlight the text. It wasn't consistent with nautilus, and it was messing the cut'n paste PRIMARY selection (see http://freedesktop.org/Standards/clipboards-spec/clipboards.txt)

This commit is contained in:
chanial%noos.fr 2004-01-18 06:20:54 +00:00
parent c5034ca1d8
commit acf5dffb9d

View File

@ -73,8 +73,10 @@ var gLastValidURL = null;
var gHaveUpdatedToolbarState = false;
#ifdef XP_WIN
var gClickSelectsAll = true;
#else
#elif XP_MACOSX
var gClickSelectsAll = true;
#else
var gClickSelectsAll = false;
#endif
var gIgnoreFocus = false;
var gIgnoreClick = false;