Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 330696

Summary: show.label=false hint does not work with vertical radio button group
Product: z_Archived Reporter: Danny Ju <danny.ju>
Component: SapphireAssignee: Konstantin Komissarchik <konstantin>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: konstantin
Version: unspecifiedKeywords: plan
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Danny Ju CLA 2010-11-19 14:02:58 EST
Build Identifier: M20100909-0800

I have a group of radio buttons arranged in vertical mode in UI
with following definition:

<group>
<label>Publishing mode</label>
<content>
<property-editor>
<property>Publishmode</property>
<hint><name>show.label</name>
<value>false</value></hint>
<hint>
<name>prefer.vertical.radio.buttons</name>
<value>true</value>
</hint>
</property-editor>
</content>
</group>
(Publishmode is enum type.)

It seems the show.label=false hint doesn't work. A default label
still shows up as a header for the radio buttons below.


Reproducible: Always
Comment 1 Konstantin Komissarchik CLA 2010-11-29 20:41:11 EST
Fixed a problem. Added the scenario to the gallery sample.
Comment 2 Danny Ju CLA 2010-12-16 19:27:41 EST
Verified with "Publishing mode" use case in earlier note and works as expected.
Comment 3 Konstantin Komissarchik CLA 2010-12-16 19:29:32 EST
Closing.