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 128552

Summary: Mobility development: List Screen > Fit policy > TET_WRAP_ON does not work in Screen designer
Product: javame Reporter: Petr Dvorak <joshis>
Component: Visual DesignerAssignee: Karol Harezlak <kharezlak>
Status: REOPENED ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Dvorak 2008-02-27 13:10:35 UTC
Product Version: NetBeans IDE Dev (Build 200802251204)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/tester/.netbeans/dev

Mobility development: List Screen > Fit policy > TEXT_WRAP_ON. This mask does not work properly in Screen designer - it
does not wrap a long line into two or more lines (it DOES work in the device emulator and so it is probably not a bug of
the TEXT_WRAP_ON mask itself, just of the Screen designer).

Test specification says:

Choose TEXT_WRAP_ON.
EXPECTED RESULT: It displays the long String of the List Element in two lines in the Screen Design.
Comment 1 Karol Harezlak 2009-03-23 15:14:35 UTC
Screen Designer gives user overview of MIDP components and layout. It doesn't represent exact behavior and L&F of
application. It doesn't have all functionality of MIDP.
Comment 2 Petr Dvorak 2009-03-26 15:50:50 UTC
Reopening as an enhancement - implement more realistic preview of the screen design.