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/25 14:09:38 UTC

[Bug 122589] New: AOO Base crash when delete table from query design and close the design window

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

            Bug ID: 122589
        Issue Type: DEFECT
           Summary: AOO Base crash when delete table from query design and
                    close the design window
           Product: Base
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: critical
          Priority: P2
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: fanyuzhen@gmail.com
                CC: issues@openoffice.apache.org

Steps:
1. Select "Create Query in Design View" from Queries
2. In window "Add Table or Query", select a table, and click "Add" three times
to add 3 same table
3. Select the first table and click "Delete" (1 table is removed, and no table
is selected at this moment)
4. Click "Delete"
5. Select the second table and click "Delete"(the second table is removed)
6. Select the last table and click "Delete"(the last table is removed)
7. Click "X" to close the window "Add Table or Query"

Actual result: AOO crashes
Expected result: no crashes

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

[Bug 122589] AOO Base crash when delete table from query design and close the design window

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

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 122589] AOO Base crash when delete table from query design and close the design window

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

--- Comment #6 from SVN Robot <sv...@dev.null.org> ---
"alg" committed SVN revision 1498841 into trunk:
i122589 check if element is added before removing and deleting it (well, put
...

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

4.0.0_release_blocker requested: [Bug 122589] AOO Base crash when delete table from query design and close the design window

Posted by bu...@apache.org.
fanyuzhen@gmail.com has asked  for 4.0.0_release_blocker:
Bug 122589: AOO Base crash when delete table from query design and close the
design window
https://issues.apache.org/ooo/show_bug.cgi?id=122589

[Bug 122589] AOO Base crash when delete table from query design and close the design window

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

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
              Flags|4.0.0_release_blocker+      |4.0.0_release_blocker?

--- Comment #7 from Armin Le Grand <Ar...@me.com> ---
ALG: Okay, done, fixed.

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

[Bug 122589] AOO Base crash when delete table from query design and close the design window

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

jsc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsc@apache.org
              Flags|4.0.0_release_blocker?      |4.0.0_release_blocker+

--- Comment #5 from jsc@apache.org ---
set showstopper flag

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

4.0.0_release_blocker granted: [Bug 122589] AOO Base crash when delete table from query design and close the design window

Posted by bu...@apache.org.
jsc@apache.org has granted fanyuzhen@gmail.com's request for
4.0.0_release_blocker:
Bug 122589: AOO Base crash when delete table from query design and close the
design window
https://issues.apache.org/ooo/show_bug.cgi?id=122589


------- Additional Comments from jsc@apache.org
set showstopper flag

[Bug 122589] AOO Base crash when delete table from query design and close the design window

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

--- Comment #3 from Armin Le Grand <Ar...@me.com> ---
Created attachment 80975
  --> https://issues.apache.org/ooo/attachment.cgi?id=80975&action=edit
Check TableView for membership before removal

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

[Bug 122589] AOO Base crash when delete table from query design and close the design window

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

jsc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|4.0.0_release_blocker?      |4.0.0_release_blocker+

--- Comment #8 from jsc@apache.org ---
grant flag again, didn't worked the first time, it's fixed already

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

[Bug 122589] AOO Base crash when delete table from query design and close the design window

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

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|issues@openoffice.apache.or |Armin.Le.Grand@me.com
                   |g                           |

--- Comment #2 from Armin Le Grand <Ar...@me.com> ---
ALG: TableViews get deleted which are not part of the QueryTableView due to the
missing focus (see (3)). Fix by checking if TableView is registered at
QueryTableView before removing it.

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

[Bug 122589] AOO Base crash when delete table from query design and close the design window

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

fanyuzhen@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

--- Comment #9 from fanyuzhen@gmail.com ---
It's verified fixed in revision 1499347

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

[Bug 122589] AOO Base crash when delete table from query design and close the design window

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

--- Comment #4 from Armin Le Grand <Ar...@me.com> ---
ALG: Added possible solution

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

4.0.0_release_blocker requested: [Bug 122589] AOO Base crash when delete table from query design and close the design window

Posted by bu...@apache.org.
Armin Le Grand <Ar...@me.com> has asked  for 4.0.0_release_blocker:
Bug 122589: AOO Base crash when delete table from query design and close the
design window
https://issues.apache.org/ooo/show_bug.cgi?id=122589


------- Additional Comments from Armin Le Grand <Ar...@me.com>
ALG: Okay, done, fixed.

4.0.0_release_blocker granted: [Bug 122589] AOO Base crash when delete table from query design and close the design window

Posted by bu...@apache.org.
jsc@apache.org has granted Armin Le Grand <Ar...@me.com>'s request for
4.0.0_release_blocker:
Bug 122589: AOO Base crash when delete table from query design and close the
design window
https://issues.apache.org/ooo/show_bug.cgi?id=122589


------- Additional Comments from jsc@apache.org
grant flag again, didn't worked the first time, it's fixed already

[Bug 122589] AOO Base crash when delete table from query design and close the design window

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

fanyuzhen@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |4.0.0_release_blocker?

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

[Bug 122589] AOO Base crash when delete table from query design and close the design window

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

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Armin.Le.Grand@me.com

--- Comment #1 from Armin Le Grand <Ar...@me.com> ---
ALG: In step (3) could not find a 'Delete' to click on, pressed 'del' on
keyboard
In Step (4) could not find a 'Delete' to click on, 'del' on keyboard does
nothing.
Similar in other steps.

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