Bug 277100 - [BIDI3.5]Web Viewer is not mirrored when IDE orientation is set to RTL
Summary: [BIDI3.5]Web Viewer is not mirrored when IDE orientation is set to RTL
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.5.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportViewer CLA
QA Contact: Xiaoying Gu CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-20 06:19 EDT by Marwa Arafa CLA
Modified: 2010-11-19 04:38 EST (History)
4 users (show)

See Also:


Attachments
Screen shot of web viewer (682.15 KB, image/bmp)
2009-05-20 06:21 EDT, Marwa Arafa CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marwa Arafa CLA 2009-05-20 06:19:52 EDT
Build ID: I20090401-1325

Steps To Reproduce:
Platform used : Red Hat Enterprise Linux 5
Prerequisite : 
*Switch the Locale of your machine to Arabic.
*Open eclipse in "RTL" mode (open a terminal, write these 3 commands "export
LANG=ar_EG.UTF8" , "export LC_ALL=ar_EG.UTF8","./eclipse -nl ar").

1.Open “Report Design” perspective 
2.Create a new Report project
3.Create  a new RTL report 
4.Use the palette to drag and  drop some components
5.Save the report
6.From BIRT toolbar select “View Report” -> “View Report in Web Viewer”

Expected Result:
Web viewer mirrored (having RTL orintation) like the IDE orintation(which is RTL in this test case).

Actual Result:
Web viewer is not mirrored, Please refer to the screen shot in the attachment. 


More information:
Please refer to Bug 239263
Comment 1 Marwa Arafa CLA 2009-05-20 06:21:42 EDT
Created attachment 136465 [details]
Screen shot of web viewer
Comment 2 Zhiqiang Qian CLA 2009-06-01 04:52:10 EDT
The viewer uses the default window orientation from JFace for the internal browser creation. Can you try change the command line to "./eclipse -nl ar -dir rtl" and try again?
Comment 3 Marwa Arafa CLA 2009-06-11 06:15:45 EDT
(In reply to comment #2)
> The viewer uses the default window orientation from JFace for the internal
> browser creation. Can you try change the command line to "./eclipse -nl ar -dir
> rtl" and try again?
> 

Thanks Zhiqiang for your respose, i tried the command you suggested but i still received the same result as in attachment (id=136465).