Bug 131655

Summary: [EFL][WK2] Use double tap gesture only if page is scalable.
Product: WebKit Reporter: Eunmi Lee <enmi.lee>
Component: WebKit EFLAssignee: Eunmi Lee <enmi.lee>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, mcatanzaro, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 107631    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch none

Description Eunmi Lee 2014-04-14 18:21:32 PDT
Double tap gesture is used to scale page, so it is not necessary if page is not scalable.
Comment 1 Eunmi Lee 2014-04-14 18:29:31 PDT
Created attachment 229332 [details]
Patch
Comment 2 Jinwoo Song 2014-04-15 02:34:11 PDT
Comment on attachment 229332 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=229332&action=review

> Source/WebKit2/UIProcess/API/efl/GestureRecognizer.cpp:536
> +        m_doubleTapTimer = 0;

s/0/nullptr
Comment 3 Eunmi Lee 2014-04-20 21:51:26 PDT
Comment on attachment 229332 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=229332&action=review

>> Source/WebKit2/UIProcess/API/efl/GestureRecognizer.cpp:536
>> +        m_doubleTapTimer = 0;
> 
> s/0/nullptr

thanks, I will update patch again :)
Comment 4 Eunmi Lee 2014-04-20 22:06:21 PDT
Created attachment 229785 [details]
Patch
Comment 5 Michael Catanzaro 2017-03-11 10:33:49 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.