Bug 67160 - [Intro] [Forms] Collapsable content is cropped, sometimes not redrawn at all
Summary: [Intro] [Forms] Collapsable content is cropped, sometimes not redrawn at all
Status: RESOLVED DUPLICATE of bug 67885
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 major (vote)
Target Milestone: 3.0 RC3   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-14 18:50 EDT by Kim Kelley CLA
Modified: 2005-10-03 11:47 EDT (History)
2 users (show)

See Also:


Attachments
Content at the bottom is missing (871.08 KB, image/gif)
2004-06-14 18:51 EDT, Kim Kelley CLA
no flags Details
Content at the top is missing (871.08 KB, image/gif)
2004-06-14 18:52 EDT, Kim Kelley CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Kelley CLA 2004-06-14 18:50:47 EDT
Running SuSe Linux 9.0 with RC2 driver

As I step through a cheatsheet the content seems to disappear and reappear in
large chunks.  Also, the expandable plus sign is always cropped.

See attached screenshots
Comment 1 Kim Kelley CLA 2004-06-14 18:51:51 EDT
Created attachment 12098 [details]
Content at the bottom is missing
Comment 2 Kim Kelley CLA 2004-06-14 18:52:38 EDT
Created attachment 12099 [details]
Content at the top is missing
Comment 3 Kim Kelley CLA 2004-06-15 18:41:09 EDT
Lorne and Dejan, can you vote for this bug to be investigated for RC3?
Comment 4 Dejan Glozic CLA 2004-06-16 12:13:45 EDT
Please investigate and propose a fix as well as value/risk analysis.
Comment 5 Kim Kelley CLA 2004-06-16 17:25:41 EDT
Hi Dejan,
When I nominated this bug to be investigated for RC3, I was actually hoping that
you would be able to investigate it :)  Lorne and I believed it to be related to
forms, and I'm not really familiar with the form code myself..  I could show you
the problem on my laptop and then we could determine if the problem is worth
investigating further?  Sorry for the confusion..
Comment 6 Dejan Glozic CLA 2004-06-16 17:37:12 EDT
No problem. Is this Linux GTK or Motif?
Comment 7 Kim Kelley CLA 2004-06-16 18:36:47 EDT
Great, thanks.  It is Linux GTK.
Comment 8 Dejan Glozic CLA 2004-06-18 11:54:00 EDT
The '+' sign cropping is now fixed - it was a positioning error that was 
actually reproducable on Windows as well when a large font was used for the 
setion text. I also verified it on Linux GTK.

The other problem is elusive. The cheat sheet seems to be working fine most of 
the time, but every now and then some of the text is not painted. Slightly 
resizing the view fixes the problem.
Comment 9 Dejan Glozic CLA 2004-06-18 12:00:53 EDT
The elusive text problem is probably a dup of bug 63409.
Comment 10 Dejan Glozic CLA 2004-06-18 17:05:37 EDT

*** This bug has been marked as a duplicate of 67885 ***
Comment 11 Kim Kelley CLA 2004-06-23 16:04:46 EDT
verified that the '+' sign problem is fixed.  

Using the I20040623 build  on SuSE 9.0 (Linux GTK) parts of my cheatsheet
content still disappear as I step through it.  For some reason the default font
size for Eclipse on my system seems to be larger than normal, so this could be
contributing to the problem.
Comment 12 Dejan Glozic CLA 2004-06-23 18:48:38 EDT
We know that the dissapearance is due to calling 'computeSize' from paint 
event. I don't know why it is happening in the cheatsheet.