[sc-issues] [Issue 89158] input with MS pinyin 2003, crash.

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





--- Additional comments from [EMAIL PROTECTED] Mon Jun  2 09:10:15 + 
2008 ---
 have debug ooo for this bug several days and find the pImplSVData's content's 
error when the bug occurs , and i find program's message mechanism don't 
consider the special condtion of MS-pinyin2003 input.
 
when user delete all content of in blue pre-input frame and one already input 
character,thepSVData-maWinData.mpExtTextInputWin)-ImplGetWindowImpl()-
mbExtTextInput dont equal to NULL which result in a serial logical mistake. I 
cannt understand the  message processing detail part about delete character, 
can you give me some tip about the message processing ? Thanks 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]



[sc-issues] [Issue 89158] input with MS pinyin 2003, crash.

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





--- Additional comments from [EMAIL PROTECTED] Tue Jun  3 03:38:26 + 
2008 ---
hi pl:
thank you for give me the tip about mbExtTextInput change rule,but i dont find 
mbExtTextInput be set to false when extended input mode is left in ms-pinyin 
input by track the program step by step. in face i find program will receive a 
Event(SALEVENT_ENDEXTTEXTINPUT ) when end of extended input mode by 
click enter or double click backspace  key,but it dont receive this event 
when click backspace key to quit character in  extended input mode in ms-
pinyin input. i guest it is the orgin matter that cause this bug.what's your 
opinion?

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



[sc-issues] [Issue 89158] input with MS pinyin 2003, crash.

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





--- Additional comments from [EMAIL PROTECTED] Thu May 22 08:07:44 + 
2008 ---
this bug may caused by origin oo version mistake. i find a logic fault in 
function Font::operator=(const Font rFont). the key codes is:

if ( rFont.mpImplFont-mnRefCount )
   rFont.mpImplFont-mnRefCount++;
if ( mpImplFont-mnRefCount )
{
   if ( mpImplFont-mnRefCount == 1 )
delete mpImplFont;
   else
mpImplFont-mnRefCount--;
}
mpImplFont = rFont.mpImplFont;
return *this;

  if mpImplFont's mnRefCount more than 1, program will dont delete mpImplFont 
memory, and then mpImplFont point to another memory(rFont.mpImplFont) which 
cause memory leak 

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



[sc-issues] [Issue 89158] input with MS pinyin 2003, crash.

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





--- Additional comments from [EMAIL PROTECTED] Thu May 22 08:39:26 + 
2008 ---
there are no memory leak if i debug step by step , but memory leak be founded 
when run the program no break, i think class Font 's functions lack of 
synchronization.

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