[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-11-09 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Mon Nov  9 13:56:59 + 
2009 ---
Verified in CWS.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-28 Thread ul
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183


User ul changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |9
  is|  |





-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-28 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Wed Oct 28 13:24:29 + 
2009 ---
AW: Adding task and fix to ooo32gsl03...

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-28 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Wed Oct 28 16:06:12 + 
2009 ---
AW: Fix added to CWS ooo32gsl03, checked in, built, done.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-27 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183


User aw changed the following:

What|Old value |New value

 Assigned to|aw|iha

  Status|STARTED   |NEW





--- Additional comments from a...@openoffice.org Tue Oct 27 12:04:24 + 
2009 ---
AW-IHA: First i had to evaluate deeper what exactly goes wrong...
A small patch which will fix this and should not be too dangerous is:

--- a/svx/source/svdraw/svdpage.cxx Thu Oct 22 17:29:01 2009 +0200
+++ b/svx/source/svdraw/svdpage.cxx Tue Oct 27 12:55:28 2009 +0100
@@ -671,7 +671,8 @@
 
 const Rectangle SdrObjList::GetAllObjBoundRect() const
 {
-   if (bRectsDirty) {
+   if (bRectsDirty || aOutRect.IsEmpty()) 
+{
((SdrObjList*)this)-RecalcRects();
((SdrObjList*)this)-bRectsDirty=FALSE;
}

You may check this and also decide if You want to add this to a current or
OOo3.2 CWS.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-27 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183


User iha changed the following:

What|Old value |New value

 Assigned to|iha   |aw

Target milestone|---   |OOo 3.2





--- Additional comments from i...@openoffice.org Tue Oct 27 13:31:12 + 
2009 ---
IHA-AW: Great, that a fix exsist! :-) I tested it in my local build (dev300m60)
and it works fine. I really think the fix for this regression should go into OOo
3.2 as wrongly calculated bound rects of group shapes can have much further bad
impact on the charts layout.
As I am on vacation starting tomorrow I would like to ask you to take over for
the integration of the fix. Thanks a lot! 

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-26 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183





--- Additional comments from a...@openoffice.org Mon Oct 26 11:11:56 + 
2009 ---
AW-IHA: Thanks for the helpful information.
AW: Looks like a refresh problem with buffered data at SdrObjList in
Drawinglayer which is a very central, but also very old part. After some
debugging (MANY groups, hierarchies with 4-5 group-in-group depth) i checked the
SdrObjList::GetAllObjBoundRect call and the bRectsDirty flag. Setting it to
dirty by hand for aOutRect's with negative size makes the labels work. This
shows that there are circumstances where this flag is NOT correctly handled (not
invalidated).
Aftre some code reading i guess it's in SdrObjList::NbcInsertObject where the
aOutRect is expanded by the range of the new object, but this cange is NOT
propagated to the parents. Adding a reaction on existing pUpList-list...
PS: Even when this works it's too dangerous to add this to a 3.2; the SdrObjList
is the central class for Page and Group handling and a lot of old code works on
it...

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-26 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183





--- Additional comments from i...@openoffice.org Mon Oct 26 12:17:04 + 
2009 ---
IHA-AW: Thanks for the evaluation! Is it maybe possible to only change the
behavior of SdrView::PickObj to avoid greater risks?  SdrView::PickObj could
maybe check the children of group shapes with negative sizes in addtion as long
as the sizes of group shapes are not reliable..

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-25 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183





--- Additional comments from i...@openoffice.org Sun Oct 25 18:57:35 + 
2009 ---
IHA-AW: The labels are normal text shapes created via service
com.sun.star.drawing.TextShape. But they are contained within a group shape.
This group shape seems to cause the problems. During the hit test within svx the
object hierarchy is traveled. The mentioned group shape has a negative size and
is skipped. So the text shapes are never tested for the hit.
It makes sense to set a breakpoint into ChartController::execute_MouseButtonDown
and then activate the break point within SdrView::PickObj afterwards. Because
for each mouse move PickObj is called twice - once for the mouse pointer and
once for the tip help. 

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-23 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Fri Oct 23 17:10:04 + 
2009 ---
AW: Evaluating what happens. It would be useful to know what kind of objects is
used for those texts, and if the same kind is used for other charts (where it
works). Getting chart2 with debug...

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-22 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183
 Issue #|106183
 Summary|data labels in pie charts cannot be selected anymore
   Component|Chart
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|aw
 Reported by|iha





--- Additional comments from i...@openoffice.org Thu Oct 22 09:48:08 + 
2009 ---
Create a pie chart with labels or load the attached document. With the mouse
left click on a  data point label text shape. The labels should be selected but
instead the whole chart is selected wrongly.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-22 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183





--- Additional comments from i...@openoffice.org Thu Oct 22 09:50:10 + 
2009 ---
Created an attachment (id=65532)
example document to reproduce the problem


-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-22 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183


User iha changed the following:

What|Old value |New value

   Component|Chart |Drawing

Keywords|  |regression





--- Additional comments from i...@openoffice.org Thu Oct 22 09:52:41 + 
2009 ---
This is broken by CWS aw065.
The hit test does not return the correct object.
Seems to have something to do with not up to date bounding rects of group 
objects.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 106183] data labels in pie charts cannot be selected anymore

2009-10-22 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106183





--- Additional comments from i...@openoffice.org Thu Oct 22 11:43:53 + 
2009 ---
IHA-AW: Is there a chance to get this fixed for OOo3.2?

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org