[graphics-issues] [Issue 75298] new Chart: Crash. Switch i nto the wizard third Page open Help and use sh rink button

2007-06-14 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75298


User mechtilde changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Jun 14 12:55:05 + 
2007 ---
no crash in m215

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 75298] new Chart: Crash. Switch i nto the wizard third Page open Help and use sh rink button

2007-03-23 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75298


User kla changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 23 13:58:17 + 
2007 ---
no crash anymore - verified

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 75298] new Chart: Crash. Switch i nto the wizard third Page open Help and use sh rink button

2007-03-20 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75298


User nn changed the following:

What|Old value |New value

 Assigned to|nn|kla





--- Additional comments from [EMAIL PROTECTED] Tue Mar 20 09:52:17 + 
2007 ---
Available in CWS build, reassigning to QA for verification.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 75298] new Chart: Crash. Switch i nto the wizard third Page open Help and use sh rink button

2007-03-20 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75298


User iha changed the following:

What|Old value |New value

  Issue type|DEFECT|TASK

Target milestone|OOo 2.x   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Tue Mar 20 16:26:51 + 
2007 ---
changed target

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 75298] new Chart: Crash. Switch i nto the wizard third Page open Help and use sh rink button

2007-03-19 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75298


User nn changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 15:08:06 + 
2007 ---
Fixed on CWS chart2mst3.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 75298] new Chart: Crash. Switch i nto the wizard third Page open Help and use sh rink button

2007-03-14 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75298


User bm changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 14:34:53 + 
2007 ---
Adding a series is not necessary to reproduce. If you press the shrink button
after the help was opened and closed again, the following assertion comes up:

Error: missing view shell :-( From File
Y:\SRC680\src.m202\sc\source\ui\view\reffact.cxx at Line 188
s

After that, the range choosing does not work. Instead a click deactivates the
chart which is bad, because it still has an open dialog whose parent is deleted
in deactivation.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 75298] new Chart: Crash. Switch i nto the wizard third Page open Help and use sh rink button

2007-03-14 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75298


User bm changed the following:

What|Old value |New value

 Assigned to|bm|nn

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 14:58:28 + 
2007 ---
The problem also appears in this situation:

1. Create an empty Writer Document
2. Create a Calc document with a Chart
3. Open the Data Source Dialog
4. Switch to the Writer Doc and back to the Calc
5. Press the range chooser button
= Crash, as the current view shell has changed.

In sc/source/ui/view/reffact.cxx:187 the call to SfxViewTabViewShell::Current()
returns 0. The problem here is probably, that Current() tries to return the
SfxViewShell of the chart, as that is active at the moment, which does not work,
as the chart does not implement this class (if it would it would still be the
wrong implementation).

Here is what Current probably returns:

1. Writer
2. Calc
3. Still Calc, as Chart does not implement SfxViewShell, therefore the current
one does not change
4. Writer, switching back tries to get the chart's viewshell which does not
exist, therefore it stays the Writer view-shell or becomes 0.

-NN: Is there a possibility to use a different method than
SfxViewShell::Current()? I also noticed that Sc2ChartDataProvider seems to
return the current XController as range selection. Doesn't the current
controller know its view shell?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 75298] new Chart: Crash. Switch i nto the wizard third Page open Help and use sh rink button

2007-03-12 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75298
 Issue #|75298
 Summary|new Chart: Crash. Switch into the wizard third Page op
|en Help and use shrink button
   Component|Chart
 Version|680m202
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|editing
 Assigned to|iha
 Reported by|kla





--- Additional comments from [EMAIL PROTECTED] Mon Mar 12 08:47:18 + 
2007 ---
In addition to i75297 

Create new Chart
Page three of wizard
add a Dataseries
Open Help
Close Help
Use shrink Button Range for names
Leave the chart - crash


new chart



new Chart: Switch into the wizard third Page and use shrink button



?xml version=1.0 encoding=UTF-8?
!DOCTYPE errormail:errormail PUBLIC -//OpenOffice.org//DTD ErrorMail 1.0//EN
errormail.dtd
errormail:errormail xmlns:errormail=http://openoffice.org/2002/errormail;
usertype=
reportmail:mail xmlns:reportmail=http://openoffice.org/2002/reportmail;
version=1.1 feedback=true email=[EMAIL PROTECTED]
reportmail:title/reportmail:title
reportmail:attachment name=description.txt
media-type=text/plain;charset=UTF-8 class=UserComment/
reportmail:attachment name=user.dmp media-type=application/octet-stream
class=UserDump/
/reportmail:mail
officeinfo:officeinfo xmlns:officeinfo=http://openoffice.org/2002/officeinfo;
build=680m202(Build:9115)[CWS:chart2mst3] platform=wntmsci10.pro language=
procpath=C:\Documents and Settings\tk93714\Local Settings\Application
Data\chart2_mst12\program\ exceptiontype=0xC005 product=StarOffice 8/
systeminfo:systeminfo xmlns:systeminfo=http://openoffice.org/2002/systeminfo;
systeminfo:System name=Windows NT version=5.1 build=2600
locale=0x0409/
systeminfo:CPU type=x86/
/systeminfo:systeminfo
errormail:Stack type=Win32
errormail:StackInfo pos=0 ip=0x5F9F85D7 rel=0x000485D7
ordinal=Ordinal4191+0x00C3 name=vcl680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=1 ip=0x5F1DCCF8 rel=0xCCF8
ordinal=component_getFactory+0xB990 name=chartcontroller680mi.dll
path=C:\Documents and Settings\tk93714\Local Settings\Application
Data\chart2_mst12\program\/
errormail:StackInfo pos=2 ip=0x051A290E rel=0x0020290E
ordinal=Ordinal948+0x000C8CEF name=sc680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=3 ip=0x05047390 rel=0x000A7390
ordinal=Ordinal922+0x00E0 name=sc680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=4 ip=0x04FA979A rel=0x979A
ordinal=Ordinal1439+0x00F6 name=sc680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=5 ip=0x61C9AD0E rel=0x0004AD0E
ordinal=Ordinal2120+0x03C8 name=sfx680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=6 ip=0x61C9C4C0 rel=0x0004C4C0
ordinal=Ordinal2139+0x01A5 name=sfx680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=7 ip=0x61C9263A rel=0x0004263A
ordinal=Ordinal2360+0x0419 name=sfx680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=8 ip=0x61D39473 rel=0x000E9473
ordinal=Ordinal3250+0x3CAD name=sfx680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=9 ip=0x61D37651 rel=0x000E7651
ordinal=Ordinal3250+0x1E8B name=sfx680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=10 ip=0x6521E66A rel=0x0009E66A
ordinal=component_getFactory+0x00077591 name=fwk680mi.dll path=C:\Documents
and Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=11 ip=0x6012564D rel=0x564D
ordinal=Ordinal163+0x0011 name=tl680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=12 ip=0x5FA72A51 rel=0x000C2A51
ordinal=Ordinal5581+0x039E name=vcl680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=13 ip=0x5F9B2451 rel=0x2451
ordinal=Ordinal851+0x0016 name=vcl680mi.dll path=C:\Documents and
Settings\tk93714\Local Settings\Application Data\chart2_mst12\program\/
errormail:StackInfo pos=14 ip=0x5FADF19C 

[graphics-issues] [Issue 75298] new Chart: Crash. Switch i nto the wizard third Page open Help and use sh rink button

2007-03-12 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75298


User kla changed the following:

What|Old value |New value

Keywords|  |new_implementation





--- Additional comments from [EMAIL PROTECTED] Mon Mar 12 08:48:12 + 
2007 ---
set Keyword

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 75298] new Chart: Crash. Switch i nto the wizard third Page open Help and use sh rink button

2007-03-12 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75298


User iha changed the following:

What|Old value |New value

 Assigned to|iha   |bm





--- Additional comments from [EMAIL PROTECTED] Mon Mar 12 15:03:00 + 
2007 ---
-bm, please check whether the current range chooser mechanism has problems with
focus changes.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]