Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330696 - show.label=false hint does not work with vertical radio button group
Summary: show.label=false hint does not work with vertical radio button group
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sapphire (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Konstantin Komissarchik CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2010-11-19 14:02 EST by Danny Ju CLA
Modified: 2021-11-19 09:21 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 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.