bugGNUstep - Bugs: bug #29708, WinUXTheme: menu not updated when...

Group
 
 

bug #29708: WinUXTheme: menu not updated when selecting "Undo" in Ink

Submitter:  Eric Wasylishen <ericw>
Submitted:  Wed 28 Apr 2010 10:14:58 PM UTC
   
 
Category:  Libraries Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 25 Aug 2010 07:31:43 AM UTC, comment #2: 

Fixed in r31199.
The cause was the fact that clicking on a menu item in the Win32 menu happens outside of the GNUstep NSApplication runloop, so we need to do:
  [[NSApp mainMenu] update];
  [[NSApp servicesMenu] update];
manually.

Eric Wasylishen <ericw>
Group Member
Tue 11 May 2010 05:10:57 PM UTC, comment #1: 

Moved this bug into the category Libraries, as it works for the standard theme.

Fred Kiefer <FredKiefer>
Group Member
Wed 28 Apr 2010 10:14:58 PM UTC, original submission:  

1. Start Ink.app (/usr-apps/examples/gui/Ink)
2. Type some text.
3. Click on the "Edit" menu, then click on "Undo"
(the text you typed disappears as exceted)
4. Click on the "Edit" menu.

Expected: "Undo" is grayed out, "Redo" is not grayed out.
Actual: "Undo" is not grayed out, "Redo" is grayed out.

i.e., the menu should have been rebuilt/updated, but wasn't

Clicking somewhere in the text view causes the menu to be rebuilt and appear as it should.

Eric Wasylishen <ericw>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by FredKiefer (Posted a comment)
  • -email is unavailable- added by ericw (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-16 FredKiefer StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2010-08-25 ericw StatusNone Ready For Test
    2010-05-11 FredKiefer CategoryNone Libraries

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code