-
Bug
-
Resolution: Fixed
-
P2
-
6u13
-
b01
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2170278 | 7 | Calvin Cheung | P4 | Resolved | Fixed | b64 |
JDK-2171616 | 5.0u18 | Vladislav Karnaukhov | P2 | Resolved | Fixed | b01 |
JDK-2165311 | 5.0u17-rev | Vladislav Karnaukhov | P2 | Resolved | Fixed | b09 |
SAP has an issue with applets where they need our (Sun's) help. The problem is that applets which are embedded into the page are not started immediately, but only when scrolled into view.
Attached are the test cases to reproduce the problem. The first one (test1.html) just contains the applet. As soon as the page is loaded the applet is started (status bar shows "Applet AnalogUhr started). In the second one, there is a large div above the applet, so the page gets a scrollbar and the applet is outside of the visible area of the screen. In this case the applet is started, only when the page is scrolled down.
SAP expects to get the applet started and to be able to communicate with it if it is embedded in the page, not only if it is currently visible.
The following preconditions have to be fulfilled in the HTML page for this problem to occur:
At least one script and one style block must exist in the page, and either width or height of the applet must be percentual.
Attached are the test cases to reproduce the problem. The first one (test1.html) just contains the applet. As soon as the page is loaded the applet is started (status bar shows "Applet AnalogUhr started). In the second one, there is a large div above the applet, so the page gets a scrollbar and the applet is outside of the visible area of the screen. In this case the applet is started, only when the page is scrolled down.
SAP expects to get the applet started and to be able to communicate with it if it is embedded in the page, not only if it is currently visible.
The following preconditions have to be fulfilled in the HTML page for this problem to occur:
At least one script and one style block must exist in the page, and either width or height of the applet must be percentual.
- backported by
-
JDK-2165311 Applet isn't started when it's outside of the visible area of a browser window
- Resolved
-
JDK-2171616 Applet isn't started when it's outside of the visible area of a browser window
- Resolved
-
JDK-2170278 Applet isn't started when it's outside of the visible area of a browser window
- Resolved
- relates to
-
JDK-6910419 5u18+ applet size may not be initialized correctly if % was used in width or height
- Closed