| Summary: | [javadoc wizard] Generate Javadoc dialog is not fully drawn in RTL orientation, some widgets are missing | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Mohamed El-Kholy <khouly> | ||||||
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> | ||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | afarrag, camle, daniel_megert, emoffatt, martinae, Tod_Creasey | ||||||
| Version: | 3.4 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Linux-GTK | ||||||||
| Whiteboard: | |||||||||
| Bug Depends on: | 188724 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
Created attachment 95185 [details]
javadoc dialog in LTR orientation
I don't think this is related to BIDI, but rather to the bad resize behaviour of the Javadoc wizard. I filed bug 230862 to make the element selection table a bit smaller by default and to fix other issues with the size. This all won't help if the font size is too big. To fix this, we would a fix for bug 188724 (Wizard dialog should add scollbars when the content doesn't fix). With Martin's fix this looks better now and the general solution will be provided by the fix for b188724. The recent screen shots show that the defect scenario is not occurring anymore Defect closed |
Created attachment 95184 [details] RTL javadoc dialog Build ID: I20080405 Steps To Reproduce: 1.In a RHEL terminal , set the variables LANG and LC_ALL to "ar_EG.utf8" 2.Start eclipse using the command ./eclipse -nl ar_EG 3.Create a new java project, then a new java class 4.click project->generate javadoc 5.The dialog shown is not drawn correctly, there are some widgets missing 6.Repeat when eclipse is launched with "-nl ar_EG" option 7.The dialog is still incomplete, but looks better than when opened in RTL More information: I am using an 1024*768 resolution, when increasing the resolution, the problem is fixed