[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2006-01-25 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User cgu changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Jan 25 07:25:55 -0800 
2006 ---
The fix is integrated in src680m152


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




[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2006-01-04 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User cgu changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Jan  4 07:05:33 -0800 
2006 ---
Verified in cws impress81

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



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2006-01-01 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User cl changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 23:51:27 -0800 
2006 ---
verified in cws, back to qa

re-open issue and reassign to [EMAIL PROTECTED]

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



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2006-01-01 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User cl changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 23:51:43 -0800 
2006 ---
reset resolution to FIXED

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



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2006-01-01 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User cl changed the following:

  What|Old value |New value

   Assigned to|cl|cgu

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 23:51:39 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

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



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-29 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User cl changed the following:

  What|Old value |New value

   Assigned to|wg|cl

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Dec 29 01:53:17 -0800 
2005 ---
fixed in cws impress81,

found the real problem, this is clearly a regression to cws impressfunctions.

In DrawViewShell::FuPermanent() there once was this code

pFuActual = new FuText(this, GetActiveWindow(), pDrView, GetDoc(), 
rReq);
( (FuText*) pFuActual)-DoExecute();

that was replaced in impressfunctions with

SetCurrentFunction( FuText::Create(this, GetActiveWindow(), pDrView, 
GetDoc(),
rReq) );

This was done because I moved all implementations from the c'tor to the general
FoPoor::DoExecute() derivations. FuText was the only FuPoor derivate that
already used that schema. And in the new version the current function was not
set at the draw view shell while FuText::DoExecute was called. This caused
DrawViewShell::SelectionHasChanged() to behave different in this code statement

if( HasCurrentFunction() )
{
GetCurrentFunction()-SelectionHasChanged();
}
else
{
GetObjectBarManager().SelectionHasChanged (pDrView);
}

So instead of calling FuText::SelectionHasChanged(),
GetObjectBarManager().SelectionHasChanged() was called which caused the
activation of the drawing object toolbar.

I fixed this be moving the DoExecute call from FuText::Create() to
DrawViewShell::FuPermanent()

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



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-29 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838





--- Additional comments from [EMAIL PROTECTED] Thu Dec 29 01:53:56 -0800 
2005 ---
*** Issue 59859 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]



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-29 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User cl changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED

  Target milestone|---   |OOo 2.0.2





--- Additional comments from [EMAIL PROTECTED] Thu Dec 29 02:01:04 -0800 
2005 ---
resolved in cws impress81 for OOo 2.0.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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-27 Thread jlcheng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User jlcheng changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=32738) 2.0.1RC5





--- Additional comments from [EMAIL PROTECTED] Tue Dec 27 18:45:13 -0800 
2005 ---
Created an attachment (id=32738)
2.0.1RC5


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



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-27 Thread jlcheng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User jlcheng changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=32739) M146. Why no
  |  |m146 in version of issue?





--- Additional comments from [EMAIL PROTECTED] Tue Dec 27 18:47:03 -0800 
2005 ---
Created an attachment (id=32739)
M146. Why no m146 in version of 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]



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-27 Thread khirano
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838





--- Additional comments from [EMAIL PROTECTED] Tue Dec 27 19:31:46 -0800 
2005 ---
Hi jlcheng,

Try the following:
View -- Toolbars -- Text Formatting

Make sure that Text Formatting is marked Checked.
:)


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



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-27 Thread jlcheng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User jlcheng changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=32740) Look like of
  |  |View -- Toolbars --
  |  |Text Formatting





--- Additional comments from [EMAIL PROTECTED] Tue Dec 27 19:56:39 -0800 
2005 ---
Created an attachment (id=32740)
Look like of View -- Toolbars -- Text Formatting


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



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-27 Thread jlcheng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838





--- Additional comments from [EMAIL PROTECTED] Tue Dec 27 19:58:19 -0800 
2005 ---
View -- Toolbars -- Text Formatting
Text Formatting is disable.

And you can not get normal Text Formatting by anyway.

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



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-27 Thread jlcheng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User jlcheng changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=32741) M146 and maybe
  |  |2.0.2.





--- Additional comments from [EMAIL PROTECTED] Tue Dec 27 20:01:49 -0800 
2005 ---
Created an attachment (id=32741)
M146 and maybe 2.0.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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-27 Thread khirano
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838


User khirano changed the following:

  What|Old value |New value

OS/Version|Windows 2000  |All





--- Additional comments from [EMAIL PROTECTED] Tue Dec 27 22:49:48 -0800 
2005 ---
Hi jlcheng,
OK, you can see the Text Formatting Toolbar.
But functions on it are disabled.
I also confirmed on Linux.
Changed OS to All.



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



[graphics-issues] [Issue 59838] Text Formatting is COMPLE TELY disable

2005-12-27 Thread jlcheng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59838





--- Additional comments from [EMAIL PROTECTED] Tue Dec 27 23:00:09 -0800 
2005 ---
Yes. You are right, my English is bad. I can not explain clearly. My meaning is
functions on Text Formatting toolbar are disabled. And you can find can not
enable functions by any way. So I think it is P2. And m145 is OK.

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