mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
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:
parent
c5034ca1d8
commit
acf5dffb9d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user