Community
Participate
Working Groups
Build Identifier: M20100211-1343 The message label height is hard coded to two line in the TitleAreaDialog. When the message is more than two lines, the message label can not display the whole message and not display the vertical scrollbar. Reproducible: Always Steps to Reproduce: 1. create a new class which extends the TitleAreaDialog. 2. Call setMessage() Method in the new class with long message parameter(more than two lines, add some \n character). 3. Open this Dialog and the long message could not be displayed completely, only two lines displayed.
We can't have lot many lines in the title area. This is solved by having tooltips. *** This bug has been marked as a duplicate of bug 16552 ***