This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 40454 - Welcome is not readable
Summary: Welcome is not readable
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-25 11:08 UTC by pfelenda
Modified: 2004-03-22 15:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (27.01 KB, image/png)
2004-02-25 11:10 UTC, pfelenda
Details
patch with proposed changes regarding resizing (2.65 KB, patch)
2004-03-09 21:03 UTC, Richard Gregor
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pfelenda 2004-02-25 11:08:04 UTC
Look at screenshot...
Comment 1 pfelenda 2004-02-25 11:10:06 UTC
Created attachment 13635 [details]
Screenshot
Comment 2 Milan Kubec 2004-02-26 09:46:02 UTC
This aplies to WinXP and Linux too, try with larger fonts than
default. Lines are not broken. Please evaluate and consider fixing on
3.6. Initial user experience is really bad.
Comment 3 Richard Gregor 2004-02-26 10:34:55 UTC
I'm sorry guys but my welcome on Linux build#200402241900 looks ok.
I'll investigate. 
Comment 4 Richard Gregor 2004-03-09 13:36:38 UTC
*** Issue 40851 has been marked as a duplicate of this issue. ***
Comment 5 Richard Gregor 2004-03-09 21:03:57 UTC
Created attachment 13913 [details]
patch with proposed changes regarding resizing
Comment 6 Richard Gregor 2004-03-10 07:29:38 UTC
Fixed in trunk. QA please verify as soon as possible - Thanks.

Checking in ui/Bundle.properties;
/cvs/ui/welcome/src/org/netbeans/modules/welcome/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in ui/TitlePanel.java;
/cvs/ui/welcome/src/org/netbeans/modules/welcome/ui/TitlePanel.java,v
 <--  TitlePanel.java
new revision: 1.23; previous revision: 1.22
done
Comment 7 Martin Entlicher 2004-03-10 09:55:47 UTC
A special message was introduced to compute the desired width and the
text is split into two lines.
Reviewed without objections.
Comment 8 _ rkubacki 2004-03-10 14:07:32 UTC
Q: what is the impact on startup performance? Do we know?
Comment 9 Richard Gregor 2004-03-10 14:40:37 UTC
We don't, exactly but I assume that minimal if any.
Comment 10 pfelenda 2004-03-11 11:12:29 UTC
Verified in dev 200403102255.
Comment 11 Richard Gregor 2004-03-11 13:25:15 UTC
Thanks for review and verification. Radim, please if you don't have
objections regarding performance I'd like to merge fix to release36, OK?
Comment 12 Richard Gregor 2004-03-11 16:05:14 UTC
Merged to release36

Checking in Bundle.properties;
/cvs/ui/welcome/src/org/netbeans/modules/welcome/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8.2.4; previous revision: 1.8.2.3
done
Checking in TitlePanel.java;
/cvs/ui/welcome/src/org/netbeans/modules/welcome/ui/TitlePanel.java,v
 <--  TitlePanel.java
new revision: 1.22.2.1; previous revision: 1.22
done
Comment 13 pfelenda 2004-03-22 15:22:46 UTC
Verified in 3.6 RC1.