| Index: third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js
|
| index f00de1e730c3a007edf88f74aad57414255d5341..3d040a31fadd0c9cd3d9c8e2dec428f33499aafc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js
|
| @@ -678,7 +678,9 @@ WebInspector.ElementsTreeElement.prototype = {
|
| WebInspector.handleElementValueModifications(event, attribute);
|
| return "";
|
| }
|
| - config.setPostKeydownFinishHandler(postKeyDownFinishHandler);
|
| +
|
| + if (!attributeValueElement.textContent.asParsedURL())
|
| + config.setPostKeydownFinishHandler(postKeyDownFinishHandler);
|
|
|
| this._editing = WebInspector.InplaceEditor.startEditing(attribute, config);
|
|
|
|
|