Added context menu for input field
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / tizen / TextSelection.cpp
index 84e3f7e..2b542c8 100644 (file)
@@ -228,9 +228,6 @@ void TextSelection::showContextMenu()
         return;
 
     EditorState editorState = m_page->editorState();
-    if (editorState.isInPasswordField)
-        return;
-
     if (!editorState.selectionIsRange && !editorState.isContentEditable)
         return;