[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-07-11 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023


User hdu changed the following:

What|Old value |New value

   Component|framework |gsl

  Status|STARTED   |RESOLVED

  OS/Version|Linux |Unix, X11

  QA contact|[EMAIL PROTECTED]  |[EMAIL PROTECTED]

  Resolution|  |FIXED

Subcomponent|ui|code

Target milestone|OOo 2.x   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Wed Jul 11 17:08:23 + 
2007 ---
I found the root cause:
- the document contains some text elements with a font attribute that is 
extremely widely stretched
- the font rasterizer doesn't like these insanely stretched fonts
- ignoring these insanely stretched fonts is better than risking a rasterizer 
crash
- ignored font instances get an "ignore me" flag
- this "ignore me" flag is unfortunately shared over the whole font face, since 
it usually happens for invalid 
font files
- in this particular case not the whole font face is bad, just the insanely 
stretched instance
=>
Fixed in CWS vcl80

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-07-06 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023





--- Additional comments from [EMAIL PROTECTED] Fri Jul  6 14:09:37 + 
2007 ---
@sba: funny, I saw the problem on your system but cannot reproduce it here 
though my sytem is quite 
similar...

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-07-06 Thread wolffc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023





--- Additional comments from [EMAIL PROTECTED] Fri Jul  6 13:23:41 + 
2007 ---
I think it's some code shared by more than only the doc import filter, I've 
seen this happening with .ppt documents, too. Interestingly, all these 
documents came from the same person. Maybe he is using some seldomly used 
feature in MS-Office.

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-07-06 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023


User hdu changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Jul  6 12:44:45 + 
2007 ---
the doc import filter seem to change the UI font => I'll set a breakpoint and 
reassign this issue when I 
know which source file requests the UI font change

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-07-06 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023


User sba changed the following:

What|Old value |New value

 Assigned to|sba   |hdu

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Fri Jul  6 11:25:40 + 
2007 ---
SBA->HDU: As seen in current dev build 680m217 (on Suse 10.1 with KDE 3.5)
 - this affects all menus (font is invisible)
 - dilaogs come up normally (if you know the keyboard shortcut to call them. :-)
 - Workaround: save document as .odt, Close Office, restart Office, open .odt.
Please proceed.

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-07-03 Thread tm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023


User tm changed the following:

What|Old value |New value

 Assigned to|tm|sba





--- Additional comments from [EMAIL PROTECTED] Tue Jul  3 13:00:24 + 
2007 ---
TM->SBA: reproducible, please have a look. Thanks !

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-06-20 Thread wolffc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023





--- Additional comments from [EMAIL PROTECTED] Wed Jun 20 12:09:13 + 
2007 ---
> mbayer->wolffc: Can you please reduce your document
> to the parts relevant for this bug report, and attach
> it to this issue please.

I don't know. I can try, but since I don't have MS Office and this seems only 
to be happening with documents created by that program, it might be difficult. 
Oh, and I don't know, which part of the document is responsible, of course. So 
I will probably fail in this task.

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-06-20 Thread mbayer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023


User mbayer changed the following:

What|Old value |New value

  CC|''|'mbayer'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|needmoreinfo  |oooqa

Priority|P5|P3

Platform|All   |PC





--- Additional comments from [EMAIL PROTECTED] Wed Jun 20 10:58:17 + 
2007 ---
Confirmed. Setting keywords and priority accordingly.

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-06-20 Thread mbayer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023





--- Additional comments from [EMAIL PROTECTED] Wed Jun 20 10:55:54 + 
2007 ---
Created an attachment (id=46091)
Screenshot of OOo-Dev 680m216 (Linux) with the example document loaded.


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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-06-20 Thread mbayer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023





--- Additional comments from [EMAIL PROTECTED] Wed Jun 20 10:53:47 + 
2007 ---
Can reproduce with OOo 2.2.1 B 9161 Linux i86 RPM (full install) on OpenSuse
10.2 i586 KDE 3.5.5 "release 45.4", and OOo-Dev 680_m216 (same system).
Windows versions do not seem to be affected.

mbayer->wolffc: Can you please reduce your document to the parts relevant for
this bug report, and attach it to this issue please.

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:56:47 + 
2007 ---
OK. I was able to reproduce this with the OOo 2.2.0 packages for etch from 
backports.org, too. I tried with and without KDE-Integration, same results.

However, the Windows Version 2.2.0 opened the document and stayed fine.



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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

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





--- Additional comments from [EMAIL PROTECTED] Fri Jun  1 14:02:32 + 
2007 ---
Thanks for the quick answer!

I'm using Debian etch, which has OOo 2.0.4. I don't have the time now, but I 
may try the 2.2.1~rc1-1 packages from Debian unstable in the evening.

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

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


User of changed the following:

What|Old value |New value

Keywords|  |needmoreinfo





--- Additional comments from [EMAIL PROTECTED] Fri Jun  1 13:20:06 + 
2007 ---
Can you confirm this issue with OOo 2.2
(http://download.openoffice.org/2.2.0/index.html?focus=download)? OOo 2.0.4 is
pretty outdated meanwhile. What linux distribution do you use?

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

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





--- Additional comments from [EMAIL PROTECTED] Fri Jun  1 13:13:50 + 
2007 ---
OK ... the doc is too big to be attached, you can find it here:
http://files.theblindspot.de/this_doc_completely_breaks_oowriter_gui.doc

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



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

2007-06-01 Thread wolffc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78023
 Issue #|78023
 Summary|import of some MS-Office documents completely destroys
| OOo GUI
   Component|framework
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P5
Subcomponent|ui
 Assigned to|tm
 Reported by|wolffc





--- Additional comments from [EMAIL PROTECTED] Fri Jun  1 12:59:38 + 
2007 ---
Instructions:
1. Open the attached MS-Word Document with oowriter
2. The GUI of all open OOo windows will be completely destroyed:
- all GUI Strings are gone
- menubar is empty
- Parts of open Documents vanish (only in the display, pressing Ctrl+S 
still saves a correct document)

I've seen this happening with ppt documents and ooimpress, too. All the same, 
it allways effects all open OOo windows, not only the ones of a single 
application.

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