Bug 207245 - GTK-BIDI: Improper text alignment in CCombo editable text area
Summary: GTK-BIDI: Improper text alignment in CCombo editable text area
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.4   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on: 41474
Blocks:
  Show dependency tree
 
Reported: 2007-10-23 20:48 EDT by Ahmed Moharram CLA
Modified: 2018-04-10 15:28 EDT (History)
7 users (show)

See Also:


Attachments
RTL CCombo widget (28.04 KB, image/jpeg)
2007-10-23 20:48 EDT, Ahmed Moharram CLA
no flags Details
the Ccombo is acting contextually correct (16.55 KB, image/jpeg)
2009-12-29 07:26 EST, Mohamed Tarief CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmed Moharram CLA 2007-10-23 20:48:33 EDT
Created attachment 81016 [details]
RTL CCombo widget

Scenario:
1. Create an SWT application with a Widget containing CCombo object.
2. Apply the RTL layout on the CCombo by applying "Direction == SWT.RIGHT_TO_LEFT" onto the container widget.
3. Run the application

Expected Results:
CCombo is mirrored correclty.

Actual Results:
Text editable text area in CCombo is left aligned which is not convenient to bidi users. (See the attached screenshot for the mirrored CCombo)
Comment 1 Mohamed Tarief CLA 2009-12-29 07:26:04 EST
Created attachment 155110 [details]
the Ccombo is acting contextually correct

The Ccombo is acting correctly as it is contextual .
A screen shot is attached showing Arabic data correctly aligned in the Ccombo.
Ahmed, Please close this defect.
Comment 2 Eric Williams CLA 2018-04-10 15:28:59 EDT
(In reply to Mohamed Tarief from comment #1)
> Created attachment 155110 [details]
> the Ccombo is acting contextually correct
> 
> The Ccombo is acting correctly as it is contextual .
> A screen shot is attached showing Arabic data correctly aligned in the
> Ccombo.
> Ahmed, Please close this defect.

Closing.