[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Lennard Wasserthal wassert...@nefkom.net changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |wassert...@nefkom.net
   |desktop.org |

--- Comment #25 from Lennard Wasserthal wassert...@nefkom.net 2012-08-30 
19:50:48 UTC ---
OK, this should do it. Thorsten said I sould make a new id for that frame
object, but since the current principle is that any ID belongs to a class and
that would be extreme code duplication and sister classes also got flags, I add
a flag that tells if it is a hiddengeometry from a customshape or from
something different.
Besides, I would have to find and change any piece where the hiddengeometry is
REALLY used. 
But now, I really carefully check whether I broke something.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Lennard Wasserthal wassert...@nefkom.net changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #24 from Lennard Wasserthal wassert...@nefkom.net 2012-08-22 
09:25:49 UTC ---
The bugfix had bad side-effects. breaking slide transitions. Perhaps i
descended too much into the inner guts of the program.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-08-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Lennard Wasserthal wassert...@nefkom.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #23 from Lennard Wasserthal wassert...@nefkom.net 2012-08-14 
16:01:39 UTC ---
Sorry for not writing PRIMITIVE2D_ID_HIDDENGEOMETRYPRIMITIVE2D instead of 61.
but the pusher fixed it.
Patch submitted under MPL/LGPLv3.

http://cgit.freedesktop.org/libreoffice/core/commit/?id=234738874f29ed23cd2aafb470511b5acf411e3c

Setting the Status to fixed

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-08-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #22 from Lennard Wasserthal wassert...@nefkom.net 2012-08-11 
18:33:58 UTC ---
Fixing this bug this way causes the program to crash when exporting jpeg's

better use 61 ,,PRIMITIVE2D_ID_HIDDENGEOMETRYPRIMITIVE2D'' instead of 45.

I guess I can release this patch now.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #21 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-08-05 17:18:12 UTC ---
Lennard Wasserthal:
If you are uncertain you should discuss your patch on
libreoff...@lists.freedesktop.org

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #20 from Lennard Wasserthal wassert...@nefkom.net 2012-08-04 
08:22:50 UTC ---
Solved!

I found out that if you 
Change in

drawinglayer/source/primitive2d/baseprimitive2d.cxx# Line Nr about 127 in
my git

Function

basegfx::B2DRange getB2DRangeFromPrimitive2DReference(const
Primitive2DReference rCandidate, const geometry::ViewInformation2D
aViewInformation)

in a way that after

if(rCandidate.is())
{
You add the further condition
if ((dynamic_cast
BasePrimitive2D*(rCandidate.get()))-getPrimitive2DID()!=45) // Excludes
auxiliary selection shape which is wrongly rotated
{
the Problem ceases to exist.

Should I submit this now, or should I first watch what adverse effects this
brings with itself?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-07-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #19 from Lennard Wasserthal wassert...@nefkom.net 2012-07-15 
13:52:39 PDT ---
Created attachment 64238
  -- https://bugs.freedesktop.org/attachment.cgi?id=64238
Artefact ABB35079 is moved by svdtrans

@Rafael Lima: Thanks a Lot.

Of course, I can reproduce it. I just understood it differently.
It ONLY occurs when you export a selection. Additional Bounding Box (lets call
it ABB35079) is always to the right of the shape.
Obviously, there is some coordinate Information ADDED to the Shapes -
Information that isn't rotated.
But it must be shifted during rotation. the additional bounding box seems
always to be on one end of the Figure.
(the end that was the left one before the rotation)

I (initially) thought the bounding box was checked - in unrotated state -
BEFORE the fine selection was done, just like a coarse check.

But as there is not such a coarse check amongst the selection it turns out that
the respective bounding box seems to be additional geometry information INSIDE
the shape.

If you mess up the positioning by defeating the rotating routine in
/svx//svdtrans.cxx, the selection frame is shifted and the Additional
Bounding Box ABB35079 is shifted with it, too!
(since now, the rotation selection is not rotated, it is identical now to the
Additional Bounding Box i call ABB35079. So the ABB35079 must be something
that is shifted by the svd rotating routine.
(While the VISIBLE Data Structure is rotated by something else).
(See picture).

My Questions:
(Where is the routine that defines the standard shapes?) I guess i'll find
out...
What is the difference between userdrawn/=converted curves and standard shapes?
Where is the routine that rotates the shapes?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #15 from Rafael Lima rafael.palma.l...@gmail.com 2012-07-04 
06:38:44 PDT ---
Created attachment 63804
  -- https://bugs.freedesktop.org/attachment.cgi?id=63804
Description of how the problem occurs

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #16 from Rafael Lima rafael.palma.l...@gmail.com 2012-07-04 
06:39:39 PDT ---
Created attachment 63805
  -- https://bugs.freedesktop.org/attachment.cgi?id=63805
Original LO Draw file used to describe the problem

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #17 from Rafael Lima rafael.palma.l...@gmail.com 2012-07-04 
06:40:43 PDT ---
Created attachment 63806
  -- https://bugs.freedesktop.org/attachment.cgi?id=63806
PNG file generated after exporting the drawing

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #18 from Rafael Lima rafael.palma.l...@gmail.com 2012-07-04 
06:44:00 PDT ---
Lennard, I am using LibreOffice 3.5.5.2 (the latest version in repositories).
My processor is an Intel i5 64bit and my OS is Ubuntu Linux 64.

I attached three files describing how the bug occurs. First is a PDF file
describing the steps to reproduce the bug. The second file is the ODG file I
created while writing the bug description. I also included the PNG file
exported by LO with the blank spaces I mentioned.

Hope it'll help!

Thanks

(In reply to comment #14)
 I cannot reproduce that- What Version? What OS? (What Processor?)
 It would be interesting how it looks like-could you include such a jpeg file
 (Best one where you can select the whole scope of the rectangle???)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #14 from Lennard Wasserthal wassert...@nefkom.net 2012-07-02 
11:51:37 UTC ---
I cannot reproduce that- What Version? What OS? (What Processor?)
It would be interesting how it looks like-could you include such a jpeg file
(Best one where you can select the whole scope of the rectangle???)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #11 from Lennard Wasserthal wassert...@nefkom.net 2012-06-28 
01:56:52 PDT ---
Bug doesnt't occur on self-drawn shapes
Hence I guess that the clipart shapes have a fine and a coarse bounding box,
the latter of which is intended to speed up things and is calculated wrongly
and is ignored when clicking the shapes directly.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #12 from Lennard Wasserthal wassert...@nefkom.net 2012-06-28 
02:09:18 PDT ---
Even if its converted from a clipart shape to a polygon shape, the error ceases
to occur. However, at least what the double arrow, the moon, the rhomb and the
stars are concerned, additional points do appear in the corners between shape
and bounding box.
To bad we have no lasso tool.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #13 from Rafael Lima rafael.palma.l...@gmail.com 2012-06-28 
13:25:15 PDT ---
I am also having the same problem, which makes it very frustrating to use LO
Draw. I noticed that the problem happens when I rotate a shape.

Every time I have a shape rotated, I cannot select it... It seems that, in the
background, LO keeps the original position and area of the shape. And when I
export the image to PNG or JPEG, it includes a undesired blank space.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-06-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Regina Henschel rb.hensc...@t-online.de changed:

   What|Removed |Added

 CC||mohith.ma...@skanray.com

--- Comment #9 from Regina Henschel rb.hensc...@t-online.de 2012-06-18 
13:29:07 UTC ---
*** Bug 48281 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-06-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Regina Henschel rb.hensc...@t-online.de changed:

   What|Removed |Added

 CC||wassert...@nefkom.net

--- Comment #10 from Regina Henschel rb.hensc...@t-online.de 2012-06-18 
13:29:47 PDT ---
*** Bug 51205 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Frédéric Buclin lpso...@netscape.net changed:

   What|Removed |Added

 Blocks||37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Frédéric Buclin lpso...@netscape.net changed:

   What|Removed |Added

 OS/Version|Windows (All)   |All
 CC||lpso...@netscape.net

--- Comment #8 from Frédéric Buclin lpso...@netscape.net 2012-04-23 16:31:42 
PDT ---
I can also reproduce with LibO 3.5.2.2 on Linux. This makes me crazy,
especially for files which contain several draws (because you cannot use
Ctrl+A, else you would select all draws). This is a severe regression.

Is there a way to bring this bug to the attention of LibO developers for 3.5.3?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #4 from dhowl...@gmail.com 2012-03-12 05:56:47 PDT ---
I also show this bug in 3.5.0 on Windows.  In addition to making selection with
a mouse annoying, this bug causes problems when exporting a selection.

For example, attempt to export the network diagram attachment to a .PNG.  Use
CTRL+A to select the entire diagram, and note the location of the bounding box.
 Then use export and check the selection option.  The resulting image will
contain extraneous empty space.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

--- Comment #5 from dhowl...@gmail.com 2012-03-12 05:57:50 PDT ---
Created attachment 58313
  -- https://bugs.freedesktop.org/attachment.cgi?id=58313
Network diagram example

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

dhowl...@gmail.com changed:

   What|Removed |Added

 CC||manwithaplan1...@gmail.com

--- Comment #6 from dhowl...@gmail.com 2012-03-12 06:02:51 PDT ---
*** Bug 46360 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
Version|LibO 3.5.0 Beta2|LibO 3.3.0 release

--- Comment #7 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-03-12 07:17:02 PDT ---
http://wiki.documentfoundation.org/BugReport_Details#Version
I also see problem with 3.3.0

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2011-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Zilvinas zjonai...@gmail.com changed:

   What|Removed |Added

   Platform|x86-64 (AMD64)  |x86 (IA32)
 Status|NEEDINFO|NEW
   Severity|normal  |major
   Priority|medium  |highest
Version|LibO 3.3.1 release  |LibO 3.5.0 Beta2

--- Comment #3 from Zilvinas zjonai...@gmail.com 2011-12-26 12:15:04 PST ---
Hi

I can confirm that this bug is reproducable in LibO 3.5 beta2. The bug is
likely of the same source as one described in OpenOffice bug# 102496. A
selection failure exists not only for shapes but also for very basic drawing
element like a connector (LibO 3.5 beta2 also). This makes a work with Draw
application very frustrating up to unusable.

This is my findings on selection failure for a connector.

1. Draw a connector line (for example, from lower left (start) to upper right
(end).
2. Selecting the connector by clicking it in all its points or by selection
area around it works perfectly.
3. Move upper end (end) down below its lower end (start).
4. Try to select it. Nope! You can't, except at the very proximity to the upper
end (start). Selection by area is not working at all.
5. Select connector by clicking on the very upper end (start) and move that end
a bit down. From now on you have no chance to select connector at all.

Even workaround exist, it in not in favour of Draw usability. You can use
selection by area around old position of the connector to select it (if you
still remember where it was originally).

Seems like some shape modifications (rotation, etc?) or movement of connector's
ends fools selection data of the element.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2011-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #2 from Björn Michaelsen bjoern.michael...@canonical.com 
2011-12-23 11:43:10 PST ---
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2
prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation:
http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs