You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/05/14 20:26:13 UTC

[Bug 122315] New: [sidebar] Detail menu on the panel title bar is not feature status aware

https://issues.apache.org/ooo/show_bug.cgi?id=122315

            Bug ID: 122315
        Issue Type: DEFECT
           Summary: [sidebar] Detail menu on the panel title bar is not
                    feature status aware
    Classification: Code
           Product: General
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: ui
          Assignee: issues@openoffice.apache.org
          Reporter: arielch@apache.org
                CC: issues@openoffice.apache.org
            Blocks: 121420

- New Writer document
- Insert a table
- Put the cursor inside a cell, an right-click with the mouse to open the
context menu
- Select "Cell" - "Protect"
- Place the cursor on the protected cell

After the recent changes, now all items on the Text properties panel are
disabled on protected cursor.

- Click the "More Options" button on the right side of the Text properties
panel's title bar
- Nothing happens.

The toolbox item should be disabled when the respective feature is disabled.
Here again, the generic toolbar (item) controller controlling this toolbox item
will solve the bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 122315] [sidebar] Detail menu on the panel title bar is not feature status aware

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122315

Andre <aw...@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|issues@openoffice.apache.or |awf.aoo@googlemail.com
                   |g                           |

--- Comment #2 from Andre <aw...@googlemail.com> ---
I also have to take into account that the command of a "More Options" button
can change during the life time of a panel.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 122315] [sidebar] Detail menu on the panel title bar is not feature status aware

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122315

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |AOO 4.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122315] [sidebar] Detail menu on the panel title bar is not feature status aware

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122315

Andre <aw...@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Andre <aw...@googlemail.com> ---
Reorganized the "More Options" button handling a little bit:
- The SidebarController gives the UNO command directly to the PanelTitleBar.
  = Panel does not have to forward the information
  = Using a string instead of a functor allows comparison with previous command
    and update of the associated controller when the command changes (due to 
    context change)
- PanelTitleBar uses the SidebarToolBox that has some support for tool bar
  controllers.
- PanelTitleBar creates a tool bar controller for the "More Options" command.
  = This controller takes care of disabling the button when the command is
    disabled and the actual command execution.  No more functors necessary.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122315] [sidebar] Detail menu on the panel title bar is not feature status aware

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122315

--- Comment #4 from SVN Robot <sv...@dev.null.org> ---
"af" committed SVN revision 1483715 into trunk:
122315: Disable 'More Options' buttons when their commands are disabled.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122315] [sidebar] Detail menu on the panel title bar is not feature status aware

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122315

--- Comment #5 from SVN Robot <sv...@dev.null.org> ---
"af" committed SVN revision 1483754 into trunk:
122315: Include the Tools.hxx header always.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122315] [sidebar] Detail menu on the panel title bar is not feature status aware

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122315

Andre <aw...@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |awf.aoo@googlemail.com

--- Comment #1 from Andre <aw...@googlemail.com> ---
Good point.  But we still want to have same icon and help text for all the
"More Options" buttons.  I think.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.