Fixed Nabi Issues N_SE-54264
authorVinay Sachdeva <v.sachdeva@samsung.com>
Wed, 16 Oct 2013 21:08:03 +0000 (02:38 +0530)
committerVinay Sachdeva <v.sachdeva@samsung.com>
Wed, 16 Oct 2013 21:08:03 +0000 (02:38 +0530)
Change-Id: Ifb045620a6f2cdf29bd46dcbaacb1e41a8dc5a28
Signed-off-by: Vinay Sachdeva <v.sachdeva@samsung.com>
src/IntMainForm.cpp

index c8b8d66..80c3f9b 100644 (file)
@@ -1031,7 +1031,7 @@ MainForm::InitSelectTextContextMenuF(FloatPoint p, bool pasteOption, bool onlyPa
                        }
                }
        }
-       if(clipboardAvailable == false && onlyPasteOption == true)
+       if(clipboardAvailable == false && (onlyPasteOption == true ||  __pHitElementResult->GetAttributeValue("type").Equals(L"password",false) == true))
        {
                return E_FAILURE;
        }