Bug 172747 - [Forms] bottom button in table sections is clipped
Summary: [Forms] bottom button in table sections is clipped
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: 3.3 M5   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-02 21:56 EST by Wassim Melhem CLA
Modified: 2007-02-03 20:31 EST (History)
0 users

See Also:


Attachments
clipping in hyperlinks (12.65 KB, image/png)
2007-02-03 17:43 EST, Wassim Melhem CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wassim Melhem CLA 2007-02-02 21:56:53 EST
Latest code from HEAD

Observe how the 'Down' button in 'Execution Environments' section of the plugin editor, the 'Remove' button in the 'Additional Locations' section of the target editor, etc.  are clipped.
Comment 1 Wassim Melhem CLA 2007-02-03 17:40:50 EST
actually, this appears to be a problem in Forms since the bug only occurs when I use the latest Forms from HEAD.  If I use Forms from the latest I-build, it's all fine.
Comment 2 Wassim Melhem CLA 2007-02-03 17:43:37 EST
Created attachment 58191 [details]
clipping in hyperlinks

Note how also hyperlinks are now clipped too
Comment 3 Dejan Glozic CLA 2007-02-03 20:31:30 EST
Terribly sorry - I was migrating the code to internal static gap constants and away from unintentionally protected variables. I didn't do the job completely, so the section layout used the old constants to compute size, but the new constants for layout. The difference was only in vertical gap and only one pixel (4 instead of 3), so it has only shown its head in a few places. Fixed and released.