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 134301 - JSF control position in run vs design time, data binding
Summary: JSF control position in run vs design time, data binding
Status: RESOLVED DUPLICATE of bug 134747
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-30 23:30 UTC by lilyhou_5517
Modified: 2008-05-09 19:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
zip with code sample and logs (296.72 KB, text/plain)
2008-04-30 23:32 UTC, lilyhou_5517
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lilyhou_5517 2008-04-30 23:30:45 UTC
environment:
Opening on behalf of cu in APAC, zip with code sample included

Windows XP sp2(2.2G cpu, 2.0G memory)
jdk 1.5.0_15
Netbeans 6.0 (updated all plugins in 4/18/2008)

issue:
1> The control position is different between run-time and design-time.
pls find description and code in ui_diff.jsp.

2> data binding error and memory aggressive about table control
pls find description and code in data_binding.jsp.
Comment 1 lilyhou_5517 2008-04-30 23:32:21 UTC
Created attachment 60903 [details]
zip with code sample and logs
Comment 2 Winston Prakash 2008-05-08 19:20:05 UTC
Yes, I do some of the problem (I'm using Netbeans 6.1)

1. "My info" label. The position will be diff between run-time and design-time.

This looks like a bug in designer. If you look at the property sheet, the columns is set as 20. So in designtime also it
should have gap like in runtime.

Please file a separate issue on this against "Visual Editor"

2. "Left" TextField. The position will be left in run-time.

I don't see any difference. Could you pin point the exact difference

3. "Name" TextField. I set "valign=middle" for it in style property. The effect is not show in design-time,
but is sure in run-time.

Again looks like a bug in designer. Please file a separate issue on this against "Visual Editor"

4. "name" and "age". Their input control are same left postion in design-time but different in run-time.
("name" is single control and "age" are composited with Label and TextFeild)

This is expected. Because the alignment may vary based on the "font" being used. It is better to use
Grid panel (with columns 2) and place separate labels and Text field to create such form.

5. This textArea. The bottom has more space in design-time but lack in run-time.

Hmm.. I don't see any difference between rutime & designtime
Comment 3 lilyhou_5517 2008-05-09 19:59:14 UTC

*** This issue has been marked as a duplicate of 134747 ***