JDK-8125028 : Node Orientation - Search Box in Ensemble is clipped badly and tying is strange
Type:Bug
Component:javafx
Sub-Component:controls
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2012-11-08
Updated:2015-06-17
Resolved:2012-11-19
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.
Run Ensemble in RTL. The SearchBox in Ensemble is quite broken (might be that hard coded offsets that don't work for RTL),.
Comments
Mirroring was explicitly disabled in TextField. This was fixed as part of RT-24233.
19-11-2012
The TextField control sets a border image in ensemble2.css which for some reason doesn't get mirrored. Compare this to the background image used for highlightsButton, which does get mirrored.