From bugzilla-daemon at icedtea.classpath.org Fri Dec 4 13:24:53 2020 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Fri, 04 Dec 2020 13:24:53 +0000 Subject: [Bug 3816] New: width/height attribute of applet in Jnlp files gives different results with ITW and Oracle webstart Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3816 Bug ID: 3816 Summary: width/height attribute of applet in Jnlp files gives different results with ITW and Oracle webstart Product: IcedTea Version: 8.x-hg Hardware: x86 OS: Windows Status: NEW Severity: critical Priority: P5 Component: IcedTea Assignee: gnu.andrew at redhat.com Reporter: radmahap at in.ibm.com CC: unassigned at icedtea.classpath.org out.println(""); height and width value gives different result of the applet frame in ITW and Oracle web start. Is there any workaround for this issue so that the frame size of the applet will be same in both ITW and Oracle webstart.thanks -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Mon Dec 7 15:23:33 2020 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 07 Dec 2020 15:23:33 +0000 Subject: [Bug 3816] width/height attribute of applet in Jnlp files gives different results with ITW and Oracle webstart In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3816 JiriVanek changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jvanek at redhat.com Resolution|--- |MOVED --- Comment #1 from JiriVanek --- itw project have moved https://github.com/AdoptOpenJDK/IcedTea-Web/ We will need much more informations about how to reprodcue this issue thought. -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Tue Dec 8 14:02:22 2020 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Tue, 08 Dec 2020 14:02:22 +0000 Subject: [Bug 3816] width/height attribute of applet in Jnlp files gives different results with ITW and Oracle webstart In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3816 --- Comment #2 from Radhadatta --- I see the code (AppletDesc.java) applet width and height in pixels. Can you pls guide me I want to change it to percent . /** Width of the Applet in pixels. */ private final int width; /** Height of the Applet in pixels. */ private final int height; -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: