[Libreoffice-bugs] [Bug 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

2012-10-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55430

--- Comment #8 from Lennard Wasserthal wassert...@nefkom.net ---
Thanks for trusting us...
My current approach is to use the moment where the mouse button is RELEASED
sd - fusel.cxx -
00641 sal_Bool FuSelection::MouseButtonUp(const MouseEvent rMEvt)
 and the object has not been shifted. (Ordinarily, the control boxes change
from scale to rotate then.
Before this is done, I am doing a check which checks if there is an object in
front of the selected one which would be clicked.

But somehow it doesn't work... it seems to recognize the covering object but
the following select routine fails (used mpView-BegMacroObj)

Can someone tell me what MACRO-Object means in the sense of
SDRSEARCH_PICKMACRO or
mpView-BegMacroObj???

best regards, I hope I will fix it THIS weekend.

regressions I am afraid of (if you totally remove the selected object's
priority)
 (however avoided by my method:)
1. covered control boxes would not work anymore 
2. You could not draw another object out behind another object by which it is
totally covered.

-- 
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 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

2012-10-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55430

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

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |wassert...@nefkom.net
   |desktop.org |

-- 
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 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55430

--- Comment #7 from Lucas Betschart lucasbetsch...@gmail.com ---
Bump

I'm sorry.
I would still donate the 100$, to the document foundation, to the developer or
to some other organization, what ever the person who fixed it wants.
Requirement is a fix for this year.

-- 
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 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55430

--- Comment #4 from Lennard Wasserthal wassert...@nefkom.net ---
Well, I can just GUESS that clicking on the selected Item is processed before
anything else on single-click, and if the program realizes that the selected
object was hit nothing else is processed - putting the selected object back
into the correct order instead of preferred processing POSSIBLY would mean that
if one of the 8 control points, or some curve points would be clicked (in order
to move it), they could be shadowed by objects above them so you would be
stymied.
Maybe clicks onto the main body could be processed by splitting the
modify-selected routine
I will try to find it, but cant say anything safe before.
By the way, the NEWER attachment cannot be opened with L.O. 3.5.4.2, WIN32,
XP!!!

greets

-- 
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 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55430

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

   What|Removed |Added

  Attachment #67868|0   |1
is obsolete||

--- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Created attachment 67936
  -- https://bugs.freedesktop.org/attachment.cgi?id=67936action=edit
New Sample Document 2

Thx that you try, that's the first real progress for this bug within 10 years
:-)
We are not in a hurry.

 By the way, the NEWER attachment cannot be opened with L.O. 3.5.4.2, WIN32,
 XP!!!

Works fine with the original document on my PC, but none of my Versions I tried
is able to open downloaded attachment. It seems that that document is damaged.
I replaced it, hope that it now will work.

-- 
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 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55430

--- Comment #6 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
No way, the new document will not work, either.

On my PC the working example is shown with 11805 bytes, the documents I
uploaded and again downloaded from Bugzilla have 11686 bytes. 

For me this here works hope you can download sample from here:
http://www.bielefeldundbuss.de/LibO/55430/newsample.odg

-- 
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 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55430

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

   What|Removed |Added

  Attachment #67936|0   |1
is obsolete||

-- 
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 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |minor
 CC||LibreOffice@bielefeldundbus
   ||s.de, wassert...@nefkom.net
   See Also||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=24048
Summary|LO Draw: Changing Selection |EDITING: Single mouse click
   ||selection of element
   ||completely drawn in front
   ||of selected filled area
   ||impossible
Version|3.6.1.2 release |3.3.0 Beta2
 Ever confirmed|0   |1

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
The report is a little imprecise, but I think reporter wanted to say:

1. Click into the bottom right quarter of the blue rectangle (or on the
   grey border of the rectangle)
Rectangle becomes selected, 8 control points appear
2. do a single click on the characters of the text.
   Expected: Text box containing text fsdfsfssfsfsfsdf becomes selected
   Actual: selection does not change

That's a very old (I see it already in OOo 1.1.5) and more general problem.

As you can see with newsample.ods, If the filled background shape is selected
any object in front of that background shape only can be selected by double
click, a single click will not work (for yellow borders smiley, for example)

Strange, you also can't select red borders smiley (with single click) as long
as background rectangle is selected and if you click on the smiley inside the
background rectangle area. Single click selection will work when you click red
smiley shape outside background rectangle (below mouth, for example).

Same problem for simple line.

Problem does not exist for background object without area filling

To  me this behavior seems confusing and inconsistent.


@Lucas Betschart:
Thank you for your attention!


@Lennard:
You fixed Bug 35079 - EDITING: Drawing element completely in mouse selection
frame not selected, may be the insights you got there can be useful for a fix
here?
Please set Status to ASSIGNED and add yourself to Assigned To if you accept
this Bug or forward the Bug if it's not your turff

-- 
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 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

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

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

   What|Removed |Added

  Attachment #67834|0   |1
is obsolete||

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Created attachment 67868
  -- https://bugs.freedesktop.org/attachment.cgi?id=67868action=edit
New Sample Document

-- 
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