Bug 226227 - Toogle Toolbar not update Action Text
Summary: Toogle Toolbar not update Action Text
Status: RESOLVED DUPLICATE of bug 196946
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kim Horne CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 02:48 EDT by Laurent Muller CLA
Modified: 2009-07-15 13:51 EDT (History)
2 users (show)

See Also:


Attachments
Display the action with the wrong text. (22.31 KB, image/png)
2008-04-09 02:48 EDT, Laurent Muller CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Muller CLA 2008-04-09 02:48:21 EDT
Created attachment 95329 [details]
Display the action with the wrong text.

Build ID: 3.3.2

Steps To Reproduce:
1. Add the TOGGLE_COOLBAR ActionFactory to the RCP Application.
2. Start debug.
3. The TOGGLE_COOLBAR action text is "Hide Toolbar". It's right.
4. Click on the TOGGLE_COOLBAR action.
5. The toolbar is hidden.
6. The TOGGLE_COOLBAR action text is always "Hide Toolbar" in place of "Show Toolbar".



More information:
The ToggleCoolbarHandler class don't update the action text. The updateElement(UIElement, Map) method is never called.
Comment 1 David Henderson CLA 2008-08-05 15:07:10 EDT
Just discovered this bug myself in my own RCP app :), or rather :(

Should be marked duplicate of bug 196946 "ActionFactory.TOGGLE_COOLBAR fails to update label"
Comment 2 Susan McCourt CLA 2009-07-15 13:51:38 EDT

*** This bug has been marked as a duplicate of bug 196946 ***