Paste Popup showing is blocked for ReadOnly/Disabled input and textarea elements.
Editable element check is not taken care of disabled and readonly elements after getting the hittest result. Hence causing this issue. In this patch we are checking whether the element is readonly or disabled and not allowing paste popup to show. BUG= Review URL: https://codereview.chromium.org/246203004 git-svn-id: svn://svn.chromium.org/blink/trunk@183874 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment