JDK-8123094 : Apps with ProgressBar don't exit any more because of Regression on RT-32327
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-09-18
  • Updated: 2015-06-17
  • Resolved: 2013-09-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
A bad merge has reintroduced the bug fixed by RT-32327. In ProgressBarSkin the "new Thread" code was removed by RT-32327 and got put back by accident in the patch for RT-31006.
Comments
Verified on 8.0b114. App exits well.
05-11-2013

Running the Modena sample is an easy way to see this bug.
18-09-2013

In particular, this changeset inadvertently reintroduced the code: changeset: 5013:81798bc43ce4 user: Martin Sladecek <martin.sladecek@oracle.com> date: Wed Sep 11 10:46:05 2013 +0200 summary: RT-31006 Baseline offset depends on layout bounds which are calculated during layout I would guess that the above changeset was developed on an older revision of the file and then not merged (or improperly merged) such that the deleted lines reappeared.
18-09-2013

Assigned to Martin as he pushed patch that broke
18-09-2013