JDK-8092563 : [DatePicker] Pop-up window should open on ALT-UP/DOWN Arrow
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Cannot Reproduce
  • Submitted: 2013-05-28
  • Updated: 2015-06-12
  • Resolved: 2015-05-21
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
8u60Resolved
Related Reports
Duplicate :  
Relates :  
Description
DatePicker control is built using ComboBox control. Because of that, the pop-up window should also open on ALT-UP and ALT-DOWN.
Comments
Not reproducible in 8u60 ea b14.
21-05-2015

The regression in b106 is caused by the fix for RT-29885 (e60e9a5396e6). There are now two events fired for Alt-Down and since it's a toggle, the popup stays closed.
21-05-2015

Since DatePicker was new in FX 8 this is not a release-over-release regression. As such I am removing the key word.
18-09-2014

Reopening issue because it is reproducible since b106
16-09-2013

Target build: b92
25-06-2013

Affected tests: ControlsAutomatedTestSuite/javafx/scene/control/test/datepicker/DatePickerTest/showingProperty
31-05-2013

Changeset: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/0a779ae12abf
29-05-2013