JDK-8114607 : Tab isn't handled properly in text areas
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: fx2.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2011-06-30
  • Updated: 2015-06-16
  • Resolved: 2011-08-10
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
fx2.0Resolved
Related Reports
Duplicate :  
Description
Paste a line that starts with a Tab into a text area, e.g. in JIRA comment area. The Tab is rendered as a space, but the caret is placed as if there were a Tab. Try to put caret in the middle of the line and type some characters -- they will appear to the left of the caret.
Comments
Duplicate for RT-11239. The tab size is taken into account in array of glyph advances that are currently ignored.
10-08-2011