JDK-8091410 : [ComboBox] Custom string converter is applied too many times.
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: fx2.1
  • Priority: P5
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2012-03-05
  • Updated: 2018-09-05
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Run attached files.

Apply custom string converter using according button.
Select Any item from the list.
Add any item to the list. 

You could see in code of string converter, that there is a counter of calls and name of item will contain the number of method call.

You could see items in the list with numbers 10, 11, 12, 13. That is much more calls, then needed for items drawing.
Comments
Change issue type from the deprecated "Optimization" (which should no longer be used) to "Tweak"
11-09-2013

As I see now, mostly perfomance. DB-request, http-request for image etc..
05-03-2012

Is this just a performance concern, or is there some functional bug that you've identified here?
05-03-2012

Affected tests: ControlsAutomatedTestSuite/javafx/scene/control/test/combobox/ComboBoxTest/converterPropertyTest
05-03-2012