Fixed "Select Month" popup does not appear after long tap on Month text field in...
authorYuni Jeong <yhnet.jung@samsung.com>
Fri, 10 May 2013 12:28:11 +0000 (21:28 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Fri, 10 May 2013 12:28:11 +0000 (21:28 +0900)
commitf30ee3132eb25aaa62e9c0ee4c2a6636890c4126
tree1f8306dcff44ab594ddefae861a48f3990f57963
parent5bf467a82f0536f18db6ef0debfc59e516f35417
Fixed "Select Month" popup does not appear after long tap on Month text field in Entry window in TizenWinset.

[Title] Fixed "Select Month" popup does not appear after long tap on Month text field in Entry window in TizenWinset.
[Issue#] N_SE_38090
[Problem] "Select Month" popup does not appear after long tap on Month text field in Entry window in TizenWinset.
[Cause] Caret selection is working when input type is picker type and string is empty.
        So, caret is shown and input picker is not shwon
[Solution] Do not perform selection operation when input type is picker type and string is empty.
            - picker type : "date", "datetime", "datetime-local", "month", "time" or week"

Change-Id: I7ac5373a69bd121134293457ea9caae74435ac3d
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp