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 73519

Summary: I18N - New output window should open on correct side...
Product: platform Reporter: Vince Kraemer <vkraemer>
Component: Window SystemAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker CC: kfrank, mmirilovic
Priority: P2 Keywords: I18N
Version: 5.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vince Kraemer 2006-03-11 17:08:28 UTC
If the IDE is executing in a locale that that reads left-to-right, new "output"
windows (and search results, and junit output, and ....) should open on the
left.  In a right-to-left locale, the windows should open to the right.

Here is a concrete example...

I had two windows open in the output area

+---------------------+--------+-----------------+
| JUnit test results  | Output |                 |
+---------------------+--------+-----------------+
|

Then I did a search...

+---------------------+--------+-------------------+
| JUnit test results  | Output | *Search Results*  |
+---------------------+--------+-------------------+
| searching....

I read that as searching for test results...

This may read better.... since a users "focus" will shift to the left automatically

+------------------+---------------------+--------+
| *Search results* | JUnit test results  | Output |
+------------------+---------------------+--------+
| searching....
Comment 1 Ken Frank 2007-05-30 03:38:27 UTC
There are some other more recent issues related to right to left behavior.
by default, swing does not handle rtl based on if the locale is a rtl one but
expects
additional coding to happen.

ken.frank@sun.com
Comment 2 Vince Kraemer 2007-05-30 06:15:23 UTC
the bug is that the UI behavior for left-to-right languages is wrong...