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

Bug 395759

Summary: Stray bull roaming in outline menu
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon
Version: 1.0   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Screen shot none

Description John Arthorne CLA 2012-12-04 16:32:45 EST
I20121202 on orion.eclipse.org

- Open the drop down menu in the outline pane to select a different outliner. Notice the stray &bull;
Comment 1 John Arthorne CLA 2012-12-04 16:35:06 EST
Created attachment 224283 [details]
Screen shot
Comment 2 Mark Macdonald CLA 2012-12-04 16:47:37 EST
I remember adding that bullet originally. A quick fix would be to use \u2022 instead of the &bull; entity (which probably only worked because Dijit menus allowed HTML all over the place).

But it has always been a hack. It would be better to have a real radio menu concept.
Comment 3 Susan McCourt CLA 2012-12-06 11:09:57 EST
fixed in http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=3455ac31bd467626db31582325f63e0ca24d93ff

I used "*" before seeing mark's suggestion.
I think it's good enough for M1 and agree that radio choices would be a better long term answer.