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/10 15:05:06 UTC

[Bug 122096] [Sidebar]Bullet icon have no effect after click numbering icon

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

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

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

--- Comment #2 from Andre <aw...@googlemail.com> ---
This looks like a problem of using too many slots and concepts for the same
thing:
- Numbering seems to be a special case of bullets.
- FN_NUM_BULLET_ON and FN_NUM_NUMBERING_ON toggle bulltes/numbers on/off.
- FN_SVX_SET_BULLET sets the bullet type.
- FN_SVX_SET_NUMBER sets the numbering type.

The bullet handling was already a mess and the sidebar did not improve the
situation.  Maybe the bug can be fixed by more carefully coordinating the
different slots (set all of them explicitly instead of relying on default
handlers for toggling bullets and numbering).

This may be a general problem but the sidebar makes it much more visible so I
would like to keep the 'sidebar' keyword for now.  Only if fixing it proves to
be too much work for the coming release should we 'demote' it to a general
problem that may or may not be fixed in the future.

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