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/06/29 15:31:24 UTC

[Bug 122636] New: [sidebar] non-pro build does not show field length in sidebar panels

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

            Bug ID: 122636
        Issue Type: ENHANCEMENT
           Summary: [sidebar] non-pro build does not show field length in
                    sidebar panels
           Product: General
           Version: AOO400-dev
          Hardware: PC
                OS: Windows 7
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ui
          Assignee: issues@openoffice.apache.org
          Reporter: rb.henschel@t-online.de
                CC: issues@openoffice.apache.org

If you use a non-pro build you can enable an option to show the width of fields
in dialogs. This option does not work for the sidebar, but would be useful
there too as in other dialogs.

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

[Bug 122636] [sidebar] non-pro build does not show field length in sidebar panels

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

--- Comment #2 from Regina Henschel <rb...@t-online.de> ---
Use Ctrl+Alt+Shift+D do open the dialog for the debug settings. In section
'Test options' check 'Dialog'. OK.

Now open e.g Tools > Options > ... You see, that the controls have got a
background color. The color shows, how large the field is really. So you can
see, whether there is enough space for longer words in other languages. For
more details see the help of the debug settings.

I don't know, what need to be done, to make the sidebar react on this debug
setting, likely Ariel knows.

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

[Bug 122636] [sidebar] non-pro build does not show field length in sidebar panels

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

Edwin Sharp <el...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needhelp
                 CC|                            |elish@apache.org

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

[Bug 122636] [sidebar] non-pro build does not show field length in sidebar panels

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

--- Comment #5 from Andre <aw...@googlemail.com> ---
Created attachment 80968
  --> https://issues.apache.org/ooo/attachment.cgi?id=80968&action=edit
Simple patch to force recursive child processing.

This patch iterates recursively over all children not just the top level ones.

You still have to close and reopen the sidebar deck.

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

[Bug 122636] [sidebar] non-pro build does not show field length in sidebar panels

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

--- Comment #3 from Andre <aw...@googlemail.com> ---
Ah, in the debug settings dialog. Thanks.  Will look into this when I find the
time.

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

[Bug 122636] [sidebar] non-pro build does not show field length in sidebar panels

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

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

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

--- Comment #1 from Andre <aw...@googlemail.com> ---
I am not familiar with this feature.  Can you explain how to activate it.

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

[Bug 122636] [sidebar] non-pro build does not show field length in sidebar panels

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

--- Comment #4 from Andre <aw...@googlemail.com> ---
The colorization (and other visual clues) are set in DbgDialogTest()
(vcl/source/app/dbggui.cxx).

A) This function is only called from Window::Show(), so in order to trigger it,
you have to click the closer in the sidebar (just the tab bar remains visible)
and then click on the property button to show the sidebar deck again.

B) DbgDialogTest() then iterates over all child windows of the window that just
received the Show() command.  This is the SidebarDockingWindow.  It seems that
only the direct children are processed.  In case of the sidebar that does not
include any panels or their controls.
This iteration loop would have to be changed to work for sidebar panels.

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