https://bugzilla.wikimedia.org/show_bug.cgi?id=18707

           Summary: Video goes black when browser window is scrolled or
                    resized
           Product: Cortado
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: User interface
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Cortado.paint(Graphics) does not draw the latest image in the video. The result
is that when a repaint is needed (such as when the browser window is scrolled),
the video disappears. It looks very bad when autoplay is off and the window has
to be scrolled in order to see the applet, because in this case the first image
is never seen.

The last image used in VideoSink should be saved to be drawn (at the right
position) in Cortado.paint() whenever a paint is necessary. Status will also
require some fixing : currently, it calls for an applet repaint every time it
needs to repaint. It should only be a "repaint()" instead of
"component.repaint()", to avoid unnecessary drawing of the image from the
video.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to