Bug 42962 - Java applet in iframe inside video tag is started
Summary: Java applet in iframe inside video tag is started
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://wwwb.forbidden.co.uk/~nae/html...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-26 03:40 PDT by Nigel Touati-Evans
Modified: 2023-10-12 12:34 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nigel Touati-Evans 2010-07-26 03:40:41 PDT
If a page contains a video tag, inside of which is an iframe pointing at a page to be displayed in browsers that do not support the tag, and the page pointed to contains a Java applet, Java is started and the applet runs.

HTML inside the video tag should be ignored if the browser understands the video tag. Firefox and Opera both have this behaviour.

The URL above is to a short demo of the bug - the applet inside the iframe just prints to the Java console and causes the machine to beep a few times.
Comment 1 Ahmad Saleem 2023-10-12 12:34:20 PDT
Java runtime plugin support is gone and now HTML5 <video> element rules.

Following Wayback Archive copy is available here: http://web.archive.org/web/20140808000433/https://wwwb.forbidden.co.uk/~nae/html5iframebug/

Nothing works in above test case. Considering it was about fallback from applet element, I think we can consider this now fixed since it is gone.

Marking this as 'RESOLVED WONTFIX' (because it was never confirmed).

Please reopen, if it still make sense to fix. CCing - Eric & Jer for their input.