JDK-8098294 : [CSS] Add support for specifying durations
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8u20,8u40
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-08-21
  • Updated: 2015-06-12
  • Resolved: 2014-08-26
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
8u40Fixed
Related Reports
Relates :  
Relates :  
Description
In the case of RT-19538 it would be ideal to be able to specify durations for the tooltip in CSS. There are workarounds, but they are not ideal (as we cannot encode the time unit). This change will form a small aspect of RT-9031.
Comments
Thanks David! One question, what about Duration.INDEFINITE? how could it be defined? Something like: -my-duration: INDEFINITE;
29-08-2014

Thanks for pointing that out, Diego. I created RT-38483 to track that.
29-08-2014

+1 NOTE: Next time, we need to be aware of what the API is before the code is committed. Properties, config files, CSS and the like are considered API.
27-08-2014

http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6efbcb758363
26-08-2014