Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 344879 - ImpliedElementProperty causes misalignment in the UI
Summary: ImpliedElementProperty causes misalignment in the UI
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sapphire (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Konstantin Komissarchik CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 13:58 EDT by Shenxue Zhou CLA
Modified: 2021-11-19 09:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shenxue Zhou CLA 2011-05-05 13:58:01 EDT
When adding an ImpliedElementProperty right after a ValueProperty in the UI definition, I'd expect the implied property to be aligned with the value property. But Sapphire UI seems to start a new alignment when it encounters an implied property. Here is a sample sdef snippet:

                    <property-editor>ExceptionHandler</property-editor>
                    <property-editor>UsePageFragments</property-editor>
                    <with>
                        <path>Initializer</path>
                        <default-panel>
                            <content>
                                <property-editor>Expression</property-editor>
                            </content>
                        </default-panel>
                    </with>

In the Sapphire UI, ExceptionHandler and UsePageFragments are aligned. But Initializer is not aligned with them.
Comment 1 Konstantin Komissarchik CLA 2011-05-05 17:28:34 EDT
Fixed the problem. Added an example of this in the gallery sample under Element Properties -> Implied. Please verify.
Comment 2 Shenxue Zhou CLA 2011-05-06 15:42:44 EDT
verifed. Thanks!