Changes between Initial Version and Version 4 of Ticket #1202


Ignore:
Timestamp:
04/26/12 12:28:22 (14 months ago)
Author:
jeroen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1202

    • Property Component changed from html5 to general
    • Property Summary changed from Right click menu UI element to Basic rightclick menu for Flash + HTML5
    • Property Priority changed from to Normal
    • Property Milestone changed from Player 5.6 to Player 6.0
    • Property Owner changed from zach to pablo
    • Property Type changed from feature to enhancement
  • Ticket #1202 – Description

    initial v4  
    1 It's possible to override (most) browser's context menu. See: 
    2 http://www.din.or.jp/~hagi3/JavaScript/JSTips/Mozilla/Samples/contextMenu.htm 
     1We should make the rightclick more basic and the same across Flash and HTML5.  
    32 
    4 We should aim for feature parity with Flash. This would mean a link to the publisher's page and the logging enable / disable menu items 
     3The only element we need is the ''About JW Player'' one. The other options (stretching, fullscreen) can go.  
     4 
     5The debugger / logger may still be useful, though not sure if that's needed if we go HTML5 first and can always set a flag in the embedder to change logging? 
     6 
     7In HTML5, it's possible to override (most) browser's context menu. [http://www.din.or.jp/~hagi3/JavaScript/JSTips/Mozilla/Samples/contextMenu.htm Here's an example]. For the browsers that do not support it, we simply don't do a rightclick.