This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 215869 - Words in Right-To-Left text are reversed in Outline View
Summary: Words in Right-To-Left text are reversed in Outline View
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-24 12:32 UTC by Jaroslav Havlin
Modified: 2012-07-24 12:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (33.71 KB, application/octet-stream)
2012-07-24 12:32 UTC, Jaroslav Havlin
Details
Example module (42.38 KB, application/zip)
2012-07-24 12:33 UTC, Jaroslav Havlin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Havlin 2012-07-24 12:32:14 UTC
Outline View sometimes renders HTML display names of nodes incorrectly.

Conditions:
 - HTML name contains both left-to-right text and right-to-left text.
 - Surrounding <html></html> tags are omitted (which is legal in this case).

Then, the words of the right-to-left text are displayed in reversed order.

See bug 214330.
Comment 1 Jaroslav Havlin 2012-07-24 12:32:52 UTC
Created attachment 122296 [details]
Screenshot
Comment 2 Jaroslav Havlin 2012-07-24 12:33:57 UTC
Created attachment 122297 [details]
Example module

Module that demonstrates the bug.