-
Bug
-
Resolution: Fixed
-
P3
-
8u112, 9
-
ubuntu16.04-x64 + JDK8u112b01-64bit
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8160713 | 8u112 | Ankit Srivastava | P3 | Closed | Fixed | b03 |
Testsuite name: FXWebNodeManualTests
Test name(s): com/sun/fx/webnode/tests/html5/input/file/FileChooser.java#simpleSingle.html
Product(s) tested: JDK8u112b01 (64bit)
OS/architecture: ubuntu16.04-x64
Reproducible: Always
Is it a Regression: yes (Last checked working version 8u102)
Is it a platform specific issue: No
The same jdk on Win10-x64: Failed
The same jdk on Mac10.11-x64: Failed
Instructions:
1. Execute sample, click "Open file" and choose any file.
Expected: filename and file size displayed on the page.
Actual result: filename is displayed, but filesize is always 0.
Test name(s): com/sun/fx/webnode/tests/html5/input/file/FileChooser.java#simpleSingle.html
Product(s) tested: JDK8u112b01 (64bit)
OS/architecture: ubuntu16.04-x64
Reproducible: Always
Is it a Regression: yes (Last checked working version 8u102)
Is it a platform specific issue: No
The same jdk on Win10-x64: Failed
The same jdk on Mac10.11-x64: Failed
Instructions:
1. Execute sample, click "Open file" and choose any file.
Expected: filename and file size displayed on the page.
Actual result: filename is displayed, but filesize is always 0.
- backported by
-
JDK-8160713 Can't get file size with javascript
- Closed