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 94749 - 1.4 project - standard grid panel - preview browser - shows incorrect relative positioning
Summary: 1.4 project - standard grid panel - preview browser - shows incorrect relativ...
Status: CLOSED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 20:18 UTC by bugbridge
Modified: 2007-08-15 21:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2007-02-06 20:18:34 UTC
Original status: 1-Dispatched; Suggested Status: NEW


Original submitter: krystyna

Description:
Shortfin 0926_3 (nb 0918)  

WinXP

J2ee1.4 project (only)
JDK1.6 (b99)

-the relatived positioning of a button within a grid panel is shown to be off in
 preview browser mode: see attached .png image file
-designtime and runtime is ok
-see below for the .jsp code

Tested with EE5 project - all OK.



                 <h:panelGrid binding="#{Page1.gridPanel1}" id="gridPanel1"
                            style="border: 1px solid orange; height: 168px;
left: 120px; top: 48px; position: absolute" width="264">
                            <ui:button binding="#{Page1.button1}" id="button1"
style="top: 50%; position: relative" text="Button"/>
                        </h:panelGrid>
                        <ui:panelGroup binding="#{Page1.groupPanel1}"
id="groupPanel1" style="border: 1px solid orange; height: 214px; left: 192px;
top: 360px; position: absolute; width: 262px">
                            <ui:button binding="#{Page1.button2}" id="button2"
style="top: 50%; position: relative" text="Button"/>
                        </ui:panelGroup>
Comment 1 _ krystyna 2007-07-12 22:18:09 UTC
I tested this in NB6 with 07110000, XP, JDK1.5.0_11, for both 1.4 and ee5 projects:
designtime/preview/runtime all match. Closing.
Comment 2 Lark Fitzgerald 2007-08-15 21:53:56 UTC
closing