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 193497 - Mixing RTL, LTR languages in editor, the line inverted
Summary: Mixing RTL, LTR languages in editor, the line inverted
Status: RESOLVED DUPLICATE of bug 197534
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 14:43 UTC by stac
Modified: 2011-10-17 11:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stac 2010-12-16 14:43:04 UTC
Look for example at this piece of code:
global $ticket_types;
$ticket_types = array();
$ticket_types[1] = 'תקלה';
$ticket_types[2] = 'תוספת';
$ticket_types[3] = 'משימה';

when using RTL supported fonts, Arial, Curier,

here the screenshot:
http://bystac.net/netbeans-bug-rtl-editor.png

Product Version = NetBeans IDE 7.0 Beta (Build 201011152355)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03
Comment 1 Miloslav Metelka 2011-10-17 11:52:38 UTC
This should be fixed by implementation of issue 197534. If the problem would persist in NB 7.1 Beta please reopen the issue.

*** This bug has been marked as a duplicate of bug 197534 ***