Bug 397207 - "use "Open Web Location" dialog when location bar is read-only" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=gavin a1.9=mconnor]
git-svn-id: svn://10.0.0.236/trunk@236910 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1566,7 +1566,7 @@ function loadOneOrMoreURIs(aURIString)
|
||||
|
||||
function openLocation()
|
||||
{
|
||||
if (gURLBar && isElementVisible(gURLBar)) {
|
||||
if (gURLBar && isElementVisible(gURLBar) && !gURLBar.readOnly) {
|
||||
gURLBar.focus();
|
||||
gURLBar.select();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user