https://bugs.documentfoundation.org/show_bug.cgi?id=85592
--- Comment #15 from Justin L <[email protected]> --- (In reply to Justin L from comment #14) > There are two Character Highlighting Color objects: .uno:BackColor (works > with comments) and .uno:CharBackColor (works with body text). I got this completely backwards: .uno:BackColor is enabled with body text. It is associated with SvxBrushItem and SID_ATTR_BRUSH_CHAR. .uno:CharBackColor is enabled with comments / textboxes / draw-stuff and associated with SvxColorItem and SID_ATTR_CHAR_BACK_COLOR. I changed EVERY reference of .uno:CharBackColor to .uno:BackColor and that STILL did not "fix" the toolbar disabling when in a comment/textbox. HELP! -- You are receiving this mail because: You are the assignee for the bug.
