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/28 22:10:08 UTC

[Bug 122401] New: New (.uno:AddDirect) button of standard toolbar not working well on Basic IDE

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

            Bug ID: 122401
        Issue Type: DEFECT
           Summary: New (.uno:AddDirect) button of standard toolbar not
                    working well on Basic IDE
           Product: General
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: ui
          Assignee: issues@openoffice.apache.org
          Reporter: hanya.runo@gmail.com
                CC: issues@openoffice.apache.org

Nothing happen when I click on the New button of standard toolbar on Basic IDE.
- Choosing an entry from the dropdown menu is working.
- To click on the New button, not working.
On other document types, it seems ok.

On Xubuntu 12.04 64bit in VMware Player, 
Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz_2013-05-28_04:09:49_1486733.tar.gz
AOO400m2(Build:9701)  -  Rev. 1486702
2013-05-28_04:09:49 - Rev. 1486733
And also Xubuntu 32bit, Rev. 1486438 built myself.

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

[Bug 122401] New (.uno:AddDirect) button of standard toolbar not working well on Basic IDE

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

--- Comment #2 from SVN Robot <sv...@dev.null.org> ---
"arielch" committed SVN revision 1487142 into trunk:
i122401 - framework::NewToolbarController needs early initialization of its
P...

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

[Bug 122401] New (.uno:AddDirect) button of standard toolbar not working well on Basic IDE

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

Ariel Constenla-Haile <ar...@apache.org> changed:

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

--- Comment #3 from Ariel Constenla-Haile <ar...@apache.org> ---
The main reason was that the algorithms relay on the PopupMenu filled at
initialization. The default behaviour of framework::PopupMenuToolbarController
is the later initialization of the PopupMenuController, only when the drop-down
button is pressed. If early initialization is needed, the derived class has to
override initialize(). 

@hanya please check with revision 1487142

There shouldn't be any new bugs, as the code is mainly copy&paste from the old
implementation.

Looking at my notes back then, the old implementation had issues with the
Writer based URL containing slots in the query part, as in

private:factory/swriter?slot=21051
private:factory/swriter?slot=21052
private:factory/swriter?slot=21053

it dispatched the URL without the query part. Feel free to open a new bug for
this.

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

[Bug 122401] New (.uno:AddDirect) button of standard toolbar not working well on Basic IDE

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

Ariel Constenla-Haile <ar...@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 122401] New (.uno:AddDirect) button of standard toolbar not working well on Basic IDE

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

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED
                 CC|                            |arielch@apache.org
           Assignee|issues@openoffice.apache.or |arielch@apache.org
                   |g                           |

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
I've got a fix for that forgot to commit (note to myself: cherry-picking from a
git clone seems error prone when no using stgit, nor git-svn).

IIRC something happens, the private URL from basic is dispatched, what of
course does nothing.

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