bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #11393] NSToolbar is modifiable when allowsUserCustomization is NO


From: Quentin Mathé
Subject: [bugs #11393] NSToolbar is modifiable when allowsUserCustomization is NO.
Date: Thu, 30 Dec 2004 09:19:05 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12

This mail is an automated notification from the bugs tracker
 of the project: GNUstep.

/**************************************************************************/
[bugs #11393] Latest Modifications:

Changes by: 
                Quentin Mathé <qmathe@club-internet.fr>
'Date: 
                jeu 30.12.2004 at 14:04 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in cvs.

2004-12-30  Quentin Mathe <qmathe@club-internet.fr>

        * Source/GSToolbarView.m: Modified to be more compliant with GNUstep 
        coding standards.
        (-draggingEntered:):
        (-draggingUpdated:): Prevents the user to customize the toolbar when 
        -allowsUserCustomization returns NO (bug #11393).
        * Source/NSToolbarItem.m: Modified to be more compliant with GNUstep 
        coding standards.
        (-mouseDown:): Prevents the user to customize the toolbar when 
        -allowsUserCustomization returns NO (bug #11393).






/**************************************************************************/
[bugs #11393] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11393>
Project: GNUstep
Submitted by: Gregory John Casamento
On: ven 24.12.2004 at 22:35

Category:  Gui/AppKit
Severity:  1 - None
Item Group:  Bug
Resolution:  Fixed
Privacy:  Public
Assigned to:  qmathe
Status:  Closed


Summary:  NSToolbar is modifiable when allowsUserCustomization is NO.

Original Submission:  Steps to reproduce:

1) Open any app which uses a toolbar and sets this attribute to NO.
2) Remove an item by control dragging out of the toolbar.

According to the spec: 

- (BOOL)allowsUserCustomization 

Answers whether or not users are allowed to modify the toolbar. The default 
value is NO. If the value is NO, then the Customize Toolbar& menu item is 
disabled and other modification is disabled. <snip>

Expected: Should not be able to remove item
Actual: Item is removed



Follow-up Comments
------------------


-------------------------------------------------------
Date: jeu 30.12.2004 at 14:04       By: Quentin Mathé <qmathe>
Fixed in cvs.

2004-12-30  Quentin Mathe <qmathe@club-internet.fr>

        * Source/GSToolbarView.m: Modified to be more compliant with GNUstep 
        coding standards.
        (-draggingEntered:):
        (-draggingUpdated:): Prevents the user to customize the toolbar when 
        -allowsUserCustomization returns NO (bug #11393).
        * Source/NSToolbarItem.m: Modified to be more compliant with GNUstep 
        coding standards.
        (-mouseDown:): Prevents the user to customize the toolbar when 
        -allowsUserCustomization returns NO (bug #11393).












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11393>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]