[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

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


User mod changed the following:

What|Old value |New value

Target milestone|OOo 3.2   |OOo 3.x





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


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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2009-05-12 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from e...@openoffice.org Tue May 12 11:59:23 + 
2009 ---
*** Issue 101816 has been marked as a duplicate of this issue. ***

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


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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2009-05-12 Thread richlv
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802


User richlv changed the following:

What|Old value |New value

  CC|'mba,tl'  |'mba,richlv,tl'





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


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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-07-17 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802


User mod changed the following:

What|Old value |New value

Target milestone|OOo 3.0   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Thu Jul 17 08:45:46 + 
2008 ---
ah wrong issue...

tl's comment:


TL-MOD: After debugging into this and asking for the opinions of colleagues we
agreed the the most likely reason for this is the origin setting of the MapMode
of your window.
For example if I have a draw text object in writer that object does usually not
have a 0/0 origin for the MapMode (which is member of OutputDevice the base
class for all windows). And that origin also changes when scrolling the document
window horizontally or vertically. Whereas the MapMode's origin of your window
remains 0/0 all the time.
However that in itself needs not to be wrong for example I was told Calc cells
are always forced to have a 0/0 origin in the MapMode.

If it is wrong or not depends on your mapMode handling in your window
implementation. But if one makes the doucument window smaller (horizontally) and
scrolls a bit more right or left the horizontal offeset from the context menu
seems to be in some relation to the size visual part of the page. And that as
well should effect the MapMode of your notes window.
Thus we concluded that the MapMode's origin handling in your window is the most
likely reason for this offset problem.

I also was told that it might be worthwhile to debug the BeginTextEdit and
EndTextEdit functions in svx since those are the ones that should be used with
your implementation and the MapMode might be modfied there as well.

With the time currently at hand this is all I can say about this. :-(
I hope it will be helpful to you...






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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-07-17 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from [EMAIL PROTECTED] Thu Jul 17 08:46:15 + 
2008 ---
mod-tl:

thanks for your investigation, with that info in mind, I'll try to look deeper
into it.

And that origin also changes when scrolling the document
window horizontally or vertically

Could you let me know where in the code this is done and I can have a look at in
the debugger where this is coming from?

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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-07-17 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from [EMAIL PROTECTED] Thu Jul 17 13:49:25 + 
2008 ---
TL-MOD: The changing of the MapMode's origin happened only for inserted text
draw objects (not for the notes window). And when setting a data breakpoint the
functions responsible for this came from svx/source/svdraw.
However about those I saw in the debugger AW said that they are not likely to be
relevant. But instead the BeginTextEdit and EndTextEdit functions should be more
interesting to look into.


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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-07-10 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from [EMAIL PROTECTED] Thu Jul 10 09:19:12 + 
2008 ---
TL-MOD: Sorry. Right now I am still busy with accessibility show stopper
issues. :-(

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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-07-10 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from [EMAIL PROTECTED] Thu Jul 10 12:37:28 + 
2008 ---
TL: I'm starting to look into it right now...

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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-07-09 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from [EMAIL PROTECTED] Wed Jul  9 18:22:24 + 
2008 ---
mod-tl: ping

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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-06-17 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from [EMAIL PROTECTED] Tue Jun 17 09:08:57 + 
2008 ---
TL-Mod: The first time I checked some weeks ago I did no immediately find the
problem. At first glance everything seemed to be right.
I'll try to have a look at it again on Thursday or Friday.

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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-06-16 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from [EMAIL PROTECTED] Mon Jun 16 22:10:44 + 
2008 ---
mod-tl: 

ping, could you have another look as the owner of EditView?

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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-05-07 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from [EMAIL PROTECTED] Wed May  7 19:06:03 + 
2008 ---
*** Issue 89132 has been marked as a duplicate of this issue. ***

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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-05-07 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802


User mod changed the following:

What|Old value |New value

  CC|'mba' |'mba,tl'





--- Additional comments from [EMAIL PROTECTED] Wed May  7 19:27:14 + 
2008 ---
mod-tl: 

could you have a look, please

All I am doing is calling 

mpOutlinerView-ExecuteSpellPopup(rCEvt.GetMousePosPixel(),aLink);

void PostItTxt::Command( const CommandEvent rCEvt )

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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-05-07 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802


User mod changed the following:

What|Old value |New value

Target milestone|OOo 3.1   |OOo 3.0





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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-05-07 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from [EMAIL PROTECTED] Thu May  8 04:21:24 + 
2008 ---
Just adding two lines of code without context is rather pointless.
Please state the exact file and line the code comes from.

Still, since the project for this bug is word processor I make a quick guess
based on lxr output. If you look at 

http://lxr.go-oo.org/source/sw/sw/source/ui/uiview/viewdraw.cxx#869  and
http://lxr.go-oo.org/source/sw/sw/source/ui/docvw/edtwin.cxx#4723

you will that depending on if you are in the Writer document or in a text box
(or drawing object) of a writer document you have to use different function 
calls.
And for the function used in writer documments the function name is already
different. Thus I assume you are within a text box. Therefore have a closer look
at the first link.

For a quick try I suspect you are missing a line similar to
  Point aPos( GetEditWin().LogicToPixel( rPt ) );
The LogicToPixel conversion is needed since the Writer uses Twips as internal
unit. Try calling that function before you call the dialog. Also note that in
the listed code above no second argument is listed. Since I'm missing the
context I do not know if you really need it or not.

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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-05-07 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802





--- Additional comments from [EMAIL PROTECTED] Thu May  8 05:44:57 + 
2008 ---
As I wrote before , this line is called inside 

void PostItTxt::Command( const CommandEvent rCEvt )

which is located in ui/docvw/postit.cxx, and as the summary is notes2, we are
located inside a note. Using right click fires the Command function for that
window, which  passes the pixel value, which is also needed by the
ExecuteSpellPopup call.

- The second paramter is just a callback and has nothing to do with the 
positioning

- seems like lxr is out of date again, as this code does not show up, although
it got integrated at m248

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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-04-30 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802


User mod changed the following:

What|Old value |New value

Target milestone|OOo 3.0   |OOo 3.1





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



[sw-issues] [Issue 85802] [notes2] SpellCheck contex t menu not directly near mouse pointer

2008-04-17 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85802


User mod changed the following:

What|Old value |New value

 Summary|[CWS notes2] SpellCheck co|[notes2] SpellCheck contex
|ntext menu not directly ne|t menu not directly near m
|ar mouse pointer  |ouse pointer





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