Bug 59917 - REGRESSIONS (r71934): In standalone media documents, (double-)clicking the media element doesn’t play/pause
Summary: REGRESSIONS (r71934): In standalone media documents, (double-)clicking the me...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL: http://movies.apple.com/movies/us/app...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-01 23:00 PDT by Abhishek Arya
Modified: 2011-05-02 13:19 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.10 KB, patch)
2011-05-02 13:11 PDT, Dimitri Glazkov (Google)
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Abhishek Arya 2011-05-01 23:00:20 PDT
Branched off from https://bugs.webkit.org/show_bug.cgi?id=59886

Description From mitz@webkit.org 2011-05-01 13:28:50 PST (-) [reply]
<rdar://problem/9319469>

In a standalone media document, such as the URL, clicking the video element should pause it and double-clicking it should resume playback. Clicking and double-clicking in the background should have no effect.

r71934 broke the clicking/double-clicking the video behavior.
Comment 1 Dimitri Glazkov (Google) 2011-05-02 11:02:16 PDT
Trying to load the url produces this in Safari for me:

Safari can’t open “http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov” because Mac OS X doesn’t recognize Internet addresses starting with “http:”.

What am I doing wrong?
Comment 2 mitz 2011-05-02 11:09:51 PDT
Is this on Mac OS X? Which version of Mac OS X are you using, which version of Safari? Do you have any Safari extensions installed?
Comment 3 Dimitri Glazkov (Google) 2011-05-02 11:14:15 PDT
(In reply to comment #2)
> Is this on Mac OS X? Which version of Mac OS X are you using, which version of Safari? Do you have any Safari extensions installed?

10.6.7, Safari 5.0.4. Same issue on r71897 and ToT. I don't know how to install Safari extensions, so I am assuming I've none.
Comment 4 Dimitri Glazkov (Google) 2011-05-02 11:18:38 PDT
(In reply to comment #3)
> (In reply to comment #2)
> > Is this on Mac OS X? Which version of Mac OS X are you using, which version of Safari? Do you have any Safari extensions installed?
> 
> 10.6.7, Safari 5.0.4. Same issue on r71897 and ToT. I don't know how to install Safari extensions, so I am assuming I've none.

I just verified. No extensions.
Comment 5 Dimitri Glazkov (Google) 2011-05-02 11:26:08 PDT
Found the problem. I disabled plugins.
Comment 6 Dimitri Glazkov (Google) 2011-05-02 13:11:10 PDT
Created attachment 91962 [details]
Patch
Comment 7 Dimitri Glazkov (Google) 2011-05-02 13:19:20 PDT
Committed r85510: <http://trac.webkit.org/changeset/85510>