-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b70
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135384 | emb-9 | Andy Herrick | P3 | Resolved | Fixed | team |
JDK-8087245 | 8u65 | Andy Herrick | P3 | Resolved | Fixed | b01 |
JDK-8081426 | 8u60 | Andy Herrick | P3 | Resolved | Fixed | b19 |
JDK-8137425 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8086131 | emb-8u60 | Andy Herrick | P3 | Resolved | Fixed | b19 |
Web Start does not honor height / width % values, instead ignores % and uses internal defaults.
In plugin applets, width and height can be set to absolute values or percentages.
see: http://docs.oracle.com/javase/8/docs/technotes/guides/deploy/deployment_toolkit.html (section 19.1.1)
in a browser, the percentages are taken as percentage of browser page.
In a stand alone applet, they should be taken as percentages of screen size, instead they are ignored.
In plugin applets, width and height can be set to absolute values or percentages.
see: http://docs.oracle.com/javase/8/docs/technotes/guides/deploy/deployment_toolkit.html (section 19.1.1)
in a browser, the percentages are taken as percentage of browser page.
In a stand alone applet, they should be taken as percentages of screen size, instead they are ignored.
- backported by
-
JDK-8081426 Web Start does not honor height / width % values
- Resolved
-
JDK-8086131 Web Start does not honor height / width % values
- Resolved
-
JDK-8087245 Web Start does not honor height / width % values
- Resolved
-
JDK-8135384 Web Start does not honor height / width % values
- Resolved
-
JDK-8137425 Web Start does not honor height / width % values
- Resolved