Bug 172747

Summary: [Forms] bottom button in table sections is clipped
Product: [Eclipse Project] Platform Reporter: Wassim Melhem <wassim.melhem>
Component: User AssistanceAssignee: Dejan Glozic <dejan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 3.3   
Target Milestone: 3.3 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
clipping in hyperlinks none

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.