Disabled selection on button
authorprathmesh.m <prathmesh.m@samsung.com>
Tue, 2 Jul 2013 11:02:35 +0000 (16:32 +0530)
committerprathmesh.m <prathmesh.m@samsung.com>
Tue, 2 Jul 2013 11:02:35 +0000 (16:32 +0530)
commit7edfac7e399b7236c069d7f705fe29160759d5d9
tree2b9b947ab257b1ba252d7e53bc90a977a10d8b5f
parent53a0694a71c4cfeed852aa3facc9163dc13c18ae
Disabled selection on button

[Title] Disabled selection on button
[Issue#] WEB-3001
[Problem] When long tap on button, button is getting seleced
   and context menu appears
[Cause] Disabling of selection was checked only for <button>
   tag but the check was missing for <input type="button">
[Solution] Added check for not selecting when the input
   type is button

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