[framework-issues] [Issue 104084] Searching for files via c ontent within Win-Explorer should work in My D ocuments too

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





--- Additional comments from andr...@openoffice.org Sun Dec  6 10:21:35 
+ 2009 ---
Doe this mean it doesn't work in sub-folders of "My Documents" either? Because
in that case the "working" version really isn't useful at all. I'm sorry if this
is snarky, but a filter which works everywhere *except* where people actually
keep their documents really doesn't fix the underlying complaint. 
 

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


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



[sw-issues] [Issue 19077] autocorrect capitalisation fails in words with apostophes

2009-03-30 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=19077





--- Additional comments from andr...@openoffice.org Mon Mar 30 16:13:33 
+ 2009 ---
Wow! six years after I reported this bug and someone noticed it. 

I think the general form is that if the word on either side of the sentence
break contains a symbol such a smart quote, autocapitalisation will fail. eg, I
know it doesn't work if the preceding word ends with a smart double quote. 

I have not tried it it words with non-ascii characters. 


-
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



[dba-issues] [Issue 40878] cannot open forms in attac hed database

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


User andrewb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Wed May 14 23:40:46 + 
2008 ---
oh by all means mark it as invalid. I haven't had the problem since. 


-
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 87092] replace all broken with fo rmatting

2008-03-26 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87092


User andrewb changed the following:

What|Old value |New value

Keywords|  |regression





--- Additional comments from [EMAIL PROTECTED] Wed Mar 26 19:29:27 + 
2008 ---
keyword added after confirmation from jurf

-
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 87092] replace all broken with fo rmatting

2008-03-16 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87092
 Issue #|87092
 Summary|replace all broken with formatting
   Component|Word processor
 Version|OOo 2.4 RC5
Platform|All
 URL|
  OS/Version|Windows XP
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mru
 Reported by|andrewb





--- Additional comments from [EMAIL PROTECTED] Sun Mar 16 15:25:15 + 
2008 ---
I think this is a regression; I have certainly noticed it only in the last
couple of months.

If I use a macro to replace all italic formatted text in a document with plain
text surrounded by the equivalent html markup, a spurious "x" is added at the
end of the replacement string. 

Steps to repeat:

(1) write a document containing two or more stretches of italicised text. 
(2) run the following macro


Expected result: the italic text ranges are converted to plain text and given
tags at each end that say " and ""

Actual result: the italic text ranges are converted to plain text and given tags
at each end that say " and "x"
Note the extra, spurious "x"

The macro that does this:

Sub ital_to_HTML_Tags
dim oDoc,oRD,numfound
dim italicargs(0)as new com.sun.star.beans.PropertyValue
dim normalargs(0)as new com.sun.star.beans.PropertyValue
oDoc=thiscomponent
oRD=oDoc.createReplaceDescriptor()
italicargs(0).Name="CharPosture"
italicargs(0).Value=com.sun.star.awt.FontSlant.ITALIC
oRD.ValueSearch=True
oRD.SearchWords=True
normalargs(0).Name="CharPosture"
normalargs(0).Value=com.sun.star.awt.FontSlant.NONE
oRD.setSearchAttributes(italicargs())
oRD.setReplaceAttributes(normalargs())
oRD.setSearchString(".+")
oRD.setReplaceString("&")
oRD.SearchRegularExpression=True
oRD.SearchStyles=False
numfound=oDoc.ReplaceAll(oRD)
'   msgbox(numfound)
end Sub

An equivalent macro to replace bold formatting with  tags has the same bug.

-
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 86575] Regression: style dialog d oes not appear until screen refreshes

2008-02-29 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86575
 Issue #|86575
 Summary|Regression: style dialog does not appear until screen 
|refreshes
   Component|Word processor
 Version|OOo 2.4 RC1
Platform|All
 URL|
  OS/Version|Windows XP
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|andrewb





--- Additional comments from [EMAIL PROTECTED] Fri Feb 29 14:16:59 + 
2008 ---
The "edit paragraph style" dialogue, summoned by a right click on text, comes up
empty. That is to say the frame of the dialog box appears, but there is nothing
inside it. 

Clicking on the dialog's title bar and moving it a few pizels will redraw the
dialog properly. 

So will taking a screenshot, which is I why I can't enclose one. 

But it looks odd, and would be disconcerting to inexperienced users. It's
certainly a regression. I have been editing paragraph styles in this way since
version 1.1 or so and never had it happen before. Other right-click dialogs seem
to work 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 86565] Attempting to remove an ex tension hangs OOo

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





--- Additional comments from [EMAIL PROTECTED] Fri Feb 29 12:04:33 + 
2008 ---
Yes, this does look like a duplicate. No complaints here. Sorry not to have
spotted it. 


-
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 86565] Attempting to remove an ex tension hangs OOo

2008-02-29 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86565
 Issue #|86565
 Summary|Attempting to remove an extension hangs OOo
   Component|framework
 Version|OOo 2.4 RC1
Platform|All
 URL|
  OS/Version|Windows XP
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|ui
 Assigned to|tm
 Reported by|andrewb





--- Additional comments from [EMAIL PROTECTED] Fri Feb 29 10:03:35 + 
2008 ---
I have a much upgraded installation of 2.4 rc1; the extensions in it show up in
the extension manager, but, so far as I can tell, don't work. Attempts to remove
them or disable them, result in a hung program: a dialog box appears saying
"Disabling extension xxx"; perhaps one bar appears in the prograss bar. Then the
whole thing becomes completely unresponsive, and must be killed form the task
manager, which also shows that one instance of Windows Explorer has become
unresponsive.

-
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 35606] Text input on screen not v isible after UI was enlarged

2007-09-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35606


User andrewb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Sep 24 16:30:40 + 
2007 ---
Seems to be working fine in 2.3 under XP


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



[dba-issues] [Issue 80561] Image fields in report des igner badly broken

2007-09-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80561





--- Additional comments from [EMAIL PROTECTED] Mon Sep 24 16:28:50 + 
2007 ---
as agreed with Frank

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



[dba-issues] [Issue 81126] RPT: property 'scale' of i mage controls does not work proper

2007-09-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81126





--- Additional comments from [EMAIL PROTECTED] Mon Sep 24 16:28:02 + 
2007 ---
*** Issue 80561 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]



[dba-issues] [Issue 80561] Image fields in report des igner badly broken

2007-09-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80561


User andrewb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Mon Sep 24 16:27:34 + 
2007 ---
as agreed with Frank

*** This issue has been marked as a duplicate of 81126 ***

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



[dba-issues] [Issue 81126] RPT: property 'scale' of i mage controls does not work proper

2007-09-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81126





--- Additional comments from [EMAIL PROTECTED] Mon Sep 24 16:27:33 + 
2007 ---
*** Issue 80561 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]



[dba-issues] [Issue 80561] Image fields in report des igner badly broken

2007-08-22 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80561





--- Additional comments from [EMAIL PROTECTED] Wed Aug 22 10:22:12 + 
2007 ---
Frank, I'm sorry if I was angry when I filed this report. We're all indebted 
for your efforts over the years. I would file a bugdoc but the original 
database was quite large, and in any case corrupted. 


I had been trying to make a database for my wife's embroideries, with 
thumbnails of quite detailed jpegs of her work. The attempt to print out a 
report came after she had a quite unrelated crash and lost almost everything in 
the file. I couldn't file a bug report about that one because I wasn't there at 
the time, and her account wasn't coherent. In any case, her HSQL file was 
truncated from several megabytes to 500k and only the backups were recoverable. 
These were what wouldn't print. I will look to see if any have been preserved
 ... OK. I have a 15MB odb file on the backup server. What should I do with it? 
It's too big to attach here, but I can put it somewhere you can reach by FTP if 
you would like.

I have since switched the backend to MySQL, which ought to be more stable, but 
she won't touch it, believing now that nothing will work reliably...

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



[dba-issues] [Issue 80561] Image fields badly broken

2007-08-10 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80561
 Issue #|80561
 Summary|Image fields badly broken
   Component|Database access
 Version|RPT 0.5.0.20070627
Platform|All
 URL|
  OS/Version|Windows 2000
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|andrewb





--- Additional comments from [EMAIL PROTECTED] Fri Aug 10 07:47:14 + 
2007 ---
I have been trying to print out a report with images, derived from a database 
containing about 30 500x500 px thumbnails. The thumbnails, which display fine 
in forms, are held in a blob field. I want them to print at about 5cm by 5 cm

So far I have had three different failure modes. 

(1) The images appear in the report, at their proper height but squashed to 
five pixels wide
(2) The images appear in the report, at their proper height but squashed to 
only half their width.

Trying again, I find a new bug

(3) Nothing prints whatever, because the image control "forgets" its binding to 
the image_thumbnail field

I have marked all these as one bug even though they are three different failure 
modes bacause I cannot predict which outcome I will get for any particular 
attempt to make a report. 

Taken together, thougk I think this is a showstopper. At present the image 
control simply will not reproduce images held as blobs in the database.

Steps to reproduce:

1) set up a simple database containing a couple of text fields and a blob image 
data field.

2) attempt to generate a printed report with images drawn from the database

-
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 57001] Pasting from Microsoft One Note does not work

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


User andrewb changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Fri Feb 16 15:06:43 + 
2007 ---
Confirmed with OOo 2.1 and OneNote 2003. When text has been placed on the
clipboard by onenote, it won't paste, and all of the clipboard commands in the
edit menu are greyed out. 

-
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 65345] Incremental search in Wri ter

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


User andrewb changed the following:

  What|Old value |New value

Issue type|DEFECT|ENHANCEMENT

   Summary|Find as you type in Writer|Incremental search in
  |  |Writer





--- Additional comments from [EMAIL PROTECTED] Sun May 14 03:09:48 -0700 
2006 ---
changed to an enhancement. Retitled to make clearer what is wanted. 

You don't have to use the mouse for the current (non-incremental) find -- press 
Ctrl-F; type the word you're after; hit return.

-
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 63549] Crash after pressing esca pe button with open contextual menu

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





--- Additional comments from [EMAIL PROTECTED] Fri Mar 24 05:59:47 -0800 
2006 ---
Can't reproduce on Windows 2k with 2.02

-
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 54179] Regression: empty pars gi ven numbering level 1

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


User andrewb changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Tue Mar  7 11:48:26 -0800 
2006 ---
Right now I am using 2.02 rc4, the Pavel Janik en_GB build. A completely fresh 
installation this afternoon -- dead on cue, the problem has gone away. 

all of my outline numberings are now set to their respctive heading levels. 
Before, there was a heading 1 set, and a level 10, but nothing in between. That 
was a change I had made in a template, but I couldn't unmake it.

If you can't reproduce this, and if it has gone away in my copy, I shall close 
the issue. But as WFM, since it certainly was valid. 

-
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 54179] Regression: empty pars gi ven numbering level 1

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





--- Additional comments from [EMAIL PROTECTED] Tue Mar  7 05:38:49 -0800 
2006 ---
Nothing whatever happens when I click in an empty paragraph. That it sot say 
the 
cursor disappears from he text as soon as I click i the navigator, and does not 
reappear anywhere.

This is happening with any style and any font that does not have an outline 
numbering level attached, including heading two, heading three and so on. 




-
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 60242] drop caps won't export to MS Word

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





--- Additional comments from [EMAIL PROTECTED] Mon Jan  9 09:26:32 -0800 
2006 ---
sorry. I did search for "drop cap" but the earlier issue uses "dropcap" to 
describe the problem. 

-
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 60242] drop caps won't export to MS Word

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


User andrewb changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=33044) drop capped
  |  |paragraph style on OOo





--- Additional comments from [EMAIL PROTECTED] Mon Jan  9 00:13:50 -0800 
2006 ---
Created an attachment (id=33044)
drop capped paragraph style on OOo


-
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 60242] New - drop caps won't expo rt to MS Word

2006-01-09 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60242
  Issue #:|60242
  Summary:|drop caps won't export to MS Word
Component:|Word processor
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|Windows, all
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|save-export
  Assigned to:|mru
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Mon Jan  9 00:12:53 -0800 
2006 ---
Drop capitals export strangely to MS word; the formatting of the capital letter 
is not preserved and the frame in which it sits is distorted. Instead of a 
proper drop cap there is a normally formatted capital letter placed about half 
way down the paragraph. 

See enclosed screenshots

-
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 60242] drop caps won't export to MS Word

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


User andrewb changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=33045) the drop cap
  |  |style as it looks in MS
  |  |word 2003





--- Additional comments from [EMAIL PROTECTED] Mon Jan  9 00:16:14 -0800 
2006 ---
Created an attachment (id=33045)
the drop cap style as it looks in MS word 2003


-
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 59762] Insert Note - enhance to enable word wrapping.

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


User andrewb changed the following:

  What|Old value |New value

   Summary|Insert Note - enhance to  |Insert Note - enhance to
  |enable word wraping.  |enable word wrapping.





--- Additional comments from [EMAIL PROTECTED] Mon Jan  2 10:56:26 -0800 
2006 ---
.

-
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 58358] Sort bookmarks alphabetic ally or by position in Navigator

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





--- Additional comments from [EMAIL PROTECTED] Tue Nov 29 01:04:33 -0800 
2005 ---
Thanks, Christian. That is very slick, and I hadn't found it in five years of 
using the program. 

-
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 58358] Sort bookmarks alphabetic ally or by position in Navigator

2005-11-26 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58358





--- Additional comments from [EMAIL PROTECTED] Sat Nov 26 01:58:53 -0800 
2005 ---
I really don't understand this suggestion. If I click on a bookmark and jump to 
it, obviously I will learn what page it is on. But that's no help in 
establishing the order of the bookmarks. I suppose I could incorporate the page 
number at the beginning of the bookmark name, and then bookmarks within the 
first nine pages would mostly sort properly, but that's an ugly kludge.


-
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 58358] Sort bookmarks alphabetic ally or by position in Navigator

2005-11-25 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58358





--- Additional comments from [EMAIL PROTECTED] Fri Nov 25 02:15:27 -0800 
2005 ---
Oh, well, technically speaking, I suppose it is an RFE :-)

-
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 58358] New - Bookmarks alphabetic ally ordered in Navigator

2005-11-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58358
  Issue #:|58358
  Summary:|Bookmarks alphabetically ordered in Navigator
Component:|Word processor
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|Windows, all
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|editing
  Assigned to:|mru
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Wed Nov 23 08:49:33 -0800 
2005 ---
This is a defect, not an RFE; I can't remember if it worked properly before. 

Creaste a fairly long document, and then six or eight bookmarks in it. Within 
the Navigator, they are arranged in Ascii order (A-Z then a-z). This is 
extremely frustrating. What I want, often, is to know where they are within the 
document, so they should be ordered from first to last there.

-
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 48286] Automatic Bookmark title from selection

2005-11-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48286


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Wed Nov 23 08:43:12 -0800 
2005 ---
Like this?


Sub MakeNamedBookmark
' acb 14/5/05 to work round a lasting irritation
dim ODoc, OText, bm, oTC
dim oVCursor, defaultName,checkedname
dim bmNames() as string
oDoc = thisComponent
oVCursor = oDoc.currentcontroller.getViewCursor()
defaultName=oVCursor.getString()
oTC=oDoc.getText.createTextCursorByRange(OVCursor)
' catch the case where the bookmark has no length
' in which case it will be the word under the cursor
' though could just as well be a sentence or anything
if len(defaultname)=0 then 
oTC.goToStartofWord(FALSE)
oTC.gotoNextWord(TRUE)
defaultname=oTC.getString()
end if
checkedname=MakeSafeBookmarkName(defaultname)
bm=oDoc.createInstance("com.sun.star.text.Bookmark")
bm.setName(checkedname)
oDoc.getText().insertTextContent(oTC,bm,TRUE)
'   Xray.Xray(oTC.getText())
oTC.CharUnderlineColor=RGB(0,130,0)
oTC.CharUnderlineHasColor=TRUE
oTC.CharUnderline=com.sun.star.awt.FontUnderline.DOUBLEWAVE
end Sub

Function MakeSafeBookmarkName(sText)
'get first six words of selected text
'excluding non-filename characters
'modified slightly for bookmark routine

dim sBMname as string
dim nSpaces,i as integer
dim Testchar as string
Testchar=""
sBMname=""
nSpaces =0
for i=1 to len(sText)
Testchar=Mid(sText,i,1)
  Select Case Testchar
  Case chr(10),chr(13) ' eol: stop altogether
exit for
  Case ":", "?", "\", "/", "[", chr(9), "(", "!",chr(34),"]","'" ' 
invalid char: skip
  sBMname=sBMname
  Case " " ' a space!
nSpaces=nSpaces+1
sBMname=sBMname & Testchar
if nSpaces = 6 then
exit for
end if ' six words in a file name surely enough
  Case Else
sBMname=sBMname & testchar
  End Select
next i
MakeSafeBookMarkName=sBMname
End Function


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



[ui-issues] [Issue 2517] Display of Bookmarks in Do cument

2005-11-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2517





--- Additional comments from [EMAIL PROTECTED] Wed Nov 23 08:38:53 -0800 
2005 ---
Just to say that I have written for my own use a macro that underlines all 
bookmarked text, for this very purpose. It's something to have found a 
workaround a for a bug four years old and still untouched. 

-
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 57907] Crash on Undo of Demoting Chapter via Navigator

2005-11-15 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57907


User andrewb changed the following:

  What|Old value |New value

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Tue Nov 15 02:55:01 -0800 
2005 ---
Can't confirm on Windows 2000 with version 2.0. When I demote the Handbuch 
chapter, the whole sbsequent table of contents is selected, but the Handbuch 
heading is demoted, and can be restored, etierh by promoting it, or by ctrl-Z. 

I know this proves nothing about the existence of a bug in m139. It does at 
least show that it's a regression there, if reproducible. 


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



[www-issues] [Issue 7445] spam and virus mailings to OOo lists

2005-11-10 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=7445


User andrewb changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Thu Nov 10 03:52:27 -0800 
2005 ---
This is hardly an overhanging prio 1 any longer. 

-
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 57028] New - Cascading character styles

2005-10-31 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57028
  Issue #:|57028
  Summary:|Cascading character styles
Component:|Word processor
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Mon Oct 31 04:39:40 -0800 
2005 ---
At the moment, character styles can be defined to inherit attributes from other 
ones but this must be done explicitly. This proposal is to allow character 
styles that will inherit all attributes from the surrounding text, unless these 
are exoplicitly changed: that's the the way that styles work in the CSS model.

Cascading character styles would be especially useful in multi-lingual 
documents. Since the language of a word is, in OOo, an attribute of its 
characters, we want a quick way to make certain sections as being in language 
"A" and others in language "B". This can be kludged with paragraph styles, but 
since the distinction between languages is orthogonal to the kind of 
distinctions that paragraph styles are meant to mark, each paragraph style has 
to be replicated in all the document languages. So a document using three 
langauges and four heading levels needs fifteen different styles defined, ten 
of 
which differ from others by only their language. This is a lot of work and very 
fragile in collaborative environments. 

If "language" were defined as a cascading character style, it would be possible 
not just to mark up sections of the document quickly and easily with it, which 
can be done through the character formatting menu already, but to change the 
font or display of text in any language just as is possible with proeper styles 
now. 
This is a request that arises from a long discussion about the difficulties of 
using OOo in a multi-lingual environment. The background can be found here: 
http://www.openoffice.org/servlets/BrowseList?
list=discuss&by=thread&from=1102780

-
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 56916] Spurious Characters Appea r in Writer Document from conversion Word 2003 Document

2005-10-30 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56916


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |ms_interoperability, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Oct 30 02:29:01 -0700 
2005 ---
The text is in frames and there is a hex 07 character at the end of every word. 
This look like a serious import problem. If it is more general (and I don't 
have 
office 2003 to test with) it breaks imports with text frames badly.  

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



[ui-issues] [Issue 56821] icons in menus confuse ja ws screenreader

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


User andrewb changed the following:

  What|Old value |New value

  Subcomponent|ui|AccessBridge





--- Additional comments from [EMAIL PROTECTED] Thu Oct 27 14:25:38 -0700 
2005 ---
subcompnent changed

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



[ui-issues] [Issue 56822] New - JAWS can't read OOo dialogs

2005-10-27 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56822
  Issue #:|56822
  Summary:|JAWS can't read OOo dialogs
Component:|ui
  Version:|OOo 2.0
 Platform:|PC
  URL:|
   OS/Version:|Windows, all
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|AccessBridge
  Assigned to:|ru
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Thu Oct 27 14:24:59 -0700 
2005 ---
Using the Jaws screenreader, it is impossible to discover what's in an OOo 
dialog box.
ONly the title of the window is read out. After that focus seems to return to 
the main page.

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



[ui-issues] [Issue 56821] New - icons in menus confu se jaws screenreader

2005-10-27 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56821
  Issue #:|56821
  Summary:|icons in menus confuse jaws screenreader
Component:|ui
  Version:|OOo 2.0
 Platform:|PC
  URL:|
   OS/Version:|Windows, all
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|sba
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Thu Oct 27 14:22:44 -0700 
2005 ---
Using JAWS 7.0, a popular screenreader, there is a nasty problem when reading 
menus: in all items before the first separator, the ID of the icon is read out 
beofre the menu item, like this "Graphic 764 Fax".

-
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 55886] en_GB defaults to en_US

2005-10-26 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55886


User andrewb changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Wed Oct 26 03:45:02 -0700 
2005 ---
there was a dud setting carried over from earlier installations. Don't know how 
it got there. 

-
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 56111] AutoSave feature missing

2005-10-17 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56111


User andrewb changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Mon Oct 17 03:52:14 -0700 
2005 ---
It's turned on by default in the new builds; and there is a tickbox to save 
autorecovery information, which has the same effect. 

-
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 56066] Writer freezes on specifi c text

2005-10-16 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56066





--- Additional comments from [EMAIL PROTECTED] Sun Oct 16 06:30:37 -0700 
2005 ---
It's an 84 page file. It would be helful to know which page is meant to freeze 
the app.


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



[l10n-issues] [Issue 55622] SV UI: misspelled word

2005-10-13 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55622


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Thu Oct 13 12:52:13 -0700 
2005 ---
Confirmed. Elementary grammatical mistake. 

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



[l10n-issues] [Issue 55621] SV UI: wrong choice of wo rd in menu

2005-10-13 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55621


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Thu Oct 13 12:51:21 -0700 
2005 ---
The present text is entirely wrong, and the suggestion much better. 

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



[installation-issues] [Issue 55886] New - en_GB defaults to en _US

2005-10-12 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55886
  Issue #:|55886
  Summary:|en_GB defaults to en_US
Component:|Installation
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|code
  Assigned to:|of
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Wed Oct 12 23:32:52 -0700 
2005 ---
The default language for new documents in the en_GB localisation is en_US. I 
don't know if this is the case for other regional localisations. In any case, 
it 
is silly, and bound to catch people out, since they will find their documents 
spellchecked as en_US despite having downloaded the en_GB version.

-
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 6193] Notes hard to see and edit

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





--- Additional comments from [EMAIL PROTECTED] Wed Oct 12 23:23:12 -0700 
2005 ---
The answers to your question are "No" and "No". Welcome to the reality of 
OpenOffice development. No work on the core competences of the programme ever 
gets done except by Sun employees. Very little work anywhere gets done by 
amateurs -- there is some done by professionals employed by some Linux 
companies 
but most of that is, obviously, aimed at making the programme fit better with 
their own product. 

As you've noticed, this is because it is pretty much impossible for anyone who 
is not a professional even to compile the program, let alone to change anything 
about it. 

Parts of Sun are extraordinarily responsive and helpful. Other parts seem 
completely overwhelmed. I think this is the most egregious example in IZ of 
something that has been simply ignored forever. At some stage they will have to 
determine what goes into version 3. This might make it in then, but we'll still 
have to wait eighteen months. 

-
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 54991] Numbering in paragraph st yle

2005-09-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54991





--- Additional comments from [EMAIL PROTECTED] Sat Sep 24 00:03:59 -0700 
2005 ---
Isn't this a duplicate of #54569 and #54654?

I haven't marked it as such because I can't be sure. But it does look like 
that. 

(es: we can't go on meeting like this)

I can't help feeling that something changed and was broken in the numbering 
code 
around m120-ish, since there are at least two regressions since then, and maybe 
one more of which I can't understand the description (#55004)

-
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 54179] Regression: empty pars gi ven numbering level 1

2005-09-23 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179


User andrewb changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29840) screenshot
  |  |showing problem with arial
  |  |system font





--- Additional comments from [EMAIL PROTECTED] Fri Sep 23 05:49:38 -0700 
2005 ---
Created an attachment (id=29840)
screenshot showing problem with arial system font


-
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 54179] Regression: empty pars gi ven numbering level 1

2005-09-23 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179


User andrewb changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29839) dialog showing
  |  |problematic outline setup





--- Additional comments from [EMAIL PROTECTED] Fri Sep 23 05:48:46 -0700 
2005 ---
Created an attachment (id=29839)
dialog showing problematic outline setup


-
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 54179] Regression: empty pars gi ven numbering level 1

2005-09-23 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179





--- Additional comments from [EMAIL PROTECTED] Fri Sep 23 05:45:28 -0700 
2005 ---
Changing the default font does not help me -- I will put up a screenshot in a 
moment, using only extremely boring fonts :-). 

The only thing I can think of that might make you unable to see this is that 
you 
may have your outline numbering levels set differently to mine. The bug shows 
up 
when I have heading one set to numbering level 1, and none of the other 
numbering levels applied to any style at all, except for number level 10 being 
set to heading 10. In particular, I get this effect when default text has no 
numbering level applied to it under tools -> outline numbering.

Besides, I have used the unusual system font and headings for at least a year 
now, and there was never any problem with any of the previous 680 builds. 
It is a regression somewhere in the m120s. 
The other symptom, clearly visible in the layout I am using here, is that the 
navigator pane refreshes with a visible twitch, every half second or so. 

This is cured – very strange – by setting the default text to numbering level 
three. At this point, all the flickering stops, and all the funny effects go 
away. That is to say that all paragraphs, with and without text, are displayed 
when the navigator is set to display level 3, and all of them disapear when it 
is set to display only level 1. That's the expected behaviour. 



-
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 54179] Regression: empty pars gi ven numbering level 1

2005-09-22 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179


User andrewb changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29819) bugdoc showing
  |  |bad display of test in
  |  |navigator





--- Additional comments from [EMAIL PROTECTED] Thu Sep 22 12:01:38 -0700 
2005 ---
Created an attachment (id=29819)
bugdoc showing bad display of test in navigator


-
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 54179] Regression: empty pars gi ven numbering level 1

2005-09-22 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179





--- Additional comments from [EMAIL PROTECTED] Thu Sep 22 12:00:23 -0700 
2005 ---
Well, I have attached a screenshot earlier. But here's a document. Open it with 
the navigator open and see how many lines there are between the heading line 
and 
the first line of text.


-
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 54179] Regression: empty pars gi ven numbering level 1

2005-09-20 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179





--- Additional comments from [EMAIL PROTECTED] Tue Sep 20 02:14:56 -0700 
2005 ---
Another effect -- I think -- of the same bug is that the nevigator window 
flickers when I am typing fast, even though no text is displayed in it. I have 
seen something like this happening when I set the default paragraph style to 
show in the navigator -- it's a workaround for proper outlining. But now it is 
happening all the time. It makes the navigator very hard to use, and I thnk 
that's worse than priority 4, especially as it is a regression. 

-
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 54736] Paste large html from cli pboard takes "forever"

2005-09-18 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54736





--- Additional comments from [EMAIL PROTECTED] Sun Sep 18 03:10:57 -0700 
2005 ---
The tables involved seem to be too wide for the paper. They give their width as 
20.45cm, which is not going to squeeze onto US Letter paper with normal margis. 

-
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 54736] Paste large html from cli pboard takes "forever"

2005-09-18 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54736


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |ms_interoperability, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep 18 03:07:19 -0700 
2005 ---
There is definitely something funny with the way this document is imported into 
OOo. It displays fine in web view; but when it comes to display in print view, 
many of the tables seem to have disappeared altogether, and those that can be 
seen bleed off the right-hand margin of the page. It looks to me like a bad 
problem with table layout in print view. 


-
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 54632] More case options to the Format/Change Case

2005-09-16 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54632


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

Issue type|TASK  |ENHANCEMENT

  Keywords|  |oooqa

OS/Version|Windows XP|All

  Priority|P3|P4

   Summary|More case options to the  |More case options to the
  |Format/Change Case|Format/Change Case





--- Additional comments from [EMAIL PROTECTED] Fri Sep 16 00:55:28 -0700 
2005 ---
Only title case and toggle case are unavailable right now and there are macros 
to available which supply them. 

-
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 54654] numbering style do not wo rks

2005-09-16 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54654


User andrewb changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Sep 16 00:52:34 -0700 
2005 ---
this looks a straightforward duplicate.

*** This issue has been marked as a duplicate of 54569 ***

-
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 54569] Number style attached to a paragraph style not working.

2005-09-16 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54569





--- Additional comments from [EMAIL PROTECTED] Fri Sep 16 00:52:31 -0700 
2005 ---
*** Issue 54654 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 54569] Number style attached to a paragraph style not working.

2005-09-14 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54569


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa

OS/Version|Windows 98|All





--- Additional comments from [EMAIL PROTECTED] Wed Sep 14 21:22:58 -0700 
2005 ---
confirmed in windows 2000. changing OS to "all". 
Editing the default style to included a numbering style does not work, whether 
you do it from the stylist or from a right-click menu. Applying the numbering 
style directly works as expected.
The same is true of list styles.
This is a bad regression. 

-
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 54179] Regression: empty pars gi ven numbering level 1

2005-09-14 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179


User andrewb changed the following:

  What|Old value |New value

   Summary|Regression: huge space|Regression: empty pars
  |under heading 1 entries in|given numbering level 1
  |Navigator |





--- Additional comments from [EMAIL PROTECTED] Wed Sep 14 01:04:21 -0700 
2005 ---
summary rewritten for clarity

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



[lingucomponent-issues] [Issue 54540] add "Mr." and "Mrs." to t he list of known abbreviations (avoid capitali zation)

2005-09-14 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54540


User andrewb changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

  Priority|P3|P5

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Wed Sep 14 00:52:16 -0700 
2005 ---
There is a workaround in the exception table, so this ought to be marked 
resolved. On the other hand, it might be a setting which should be on by 
default 
in the en_GB builds. Not sure who is in charge of those. 

I know one case where a sentence ends with one of these abbreviations.

She frowned and called him Mr.
Because one night he kr.
And so in spite
that very night
that Mr. kr. sr. 

(I think it's Ogden Nash).

-
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 54179] Regression: huge space un der heading 1 entries in Navigator

2005-09-13 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179


User andrewb changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue Sep 13 06:10:12 -0700 
2005 ---
reopening. It is still there in 128, and I have a better description.
What is happening is the navigator is displaying empty paragraphs in the 
"default text" style, but only empty ones. Paragraphs with text in them in that 
style do not appear in the Navigator window -- neither should they, since it 
has 
no numbering level applied. But empty paragraphs are treated almost as if they 
had a numbering level of 1. If they really had that level, they could be 
selected, and deleted, in the navigator. But they can't. They can only be seen 
(and not hidden). 

Steps to repeat --
 start a document with heading 1. Change to default text, and press  a few 
times. Look at the Navigator window, under "headings" 


-
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 54179] Regression: huge space un der heading 1 entries in Navigator

2005-09-13 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179


User andrewb changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Sep 13 05:32:10 -0700 
2005 ---
It seems to have gone i m128 under Windows, too, so I'll close it. 


-
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 54386] Numbering style setting n ot saved in paragraph style

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





--- Additional comments from [EMAIL PROTECTED] Fri Sep  9 22:24:28 -0700 
2005 ---
This may be a recurrence of an old bug where modified styles are only saved in 
templates if there is text in that style in the saved template. One workaround 
is to save the template twice: once with a paragraph in the syle you've 
changed, 
which should fixate it; then deleting that text. But more research is needed. 

-
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 54351] Open Office writer 2.0 la test update 125

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


User andrewb changed the following:

  What|Old value |New value

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Fri Sep  9 00:35:21 -0700 
2005 ---
I'm sorry, but this is not a very helpful bug report. Could you please give an 
explanation of your complaint, that answers at least the follwoing questions:

What operating system were you using?
What were you doing?
What happened?
What did you expect to happen?

Otherwise we'll have to mark this invalid. 


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



[util-issues] [Issue 54266] resetapplication fails on wizards (windowtype 314)

2005-09-06 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54266


User andrewb changed the following:

  What|Old value |New value

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Tue Sep  6 12:39:29 -0700 
2005 ---
ummm Is this really version 1.00? 

-
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 54261] OO freezes opening excel file

2005-09-06 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54261


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa

OS/Version|Windows XP|Windows, all

   Summary|OO freeze open excel file |OO freezes opening excel
  |  |file





--- Additional comments from [EMAIL PROTECTED] Tue Sep  6 12:38:23 -0700 
2005 ---
yup. The attachment chews up 99% of cpu and a steadily increasing amount of 
emory on win 2k also. I killed it after a minute. 

-
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 54262] Microsoft export

2005-09-06 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54262


User andrewb changed the following:

  What|Old value |New value

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Tue Sep  6 12:32:18 -0700 
2005 ---
.

-
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 54262] Microsoft export

2005-09-06 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54262


User andrewb changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Priority|P2|P5

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Tue Sep  6 12:31:59 -0700 
2005 ---
Exporting a file means it can no longer be edited within OOo. So this is not 
the 
right choice for MS format documents, which can perfectly well be edited in 
OOo. 
They need to be "saved as". 

Saving to MS formats doesn't lose information -- or, if it does, that's a 
separate bug. If what you want to do is to save a copy of the document you're 
working on in MS format, there are macros that do this -- look on oooforum.org -
- but most usaers who need to save as MS format will be doing tso to exchange 
the docs with MS format users. So they might as well work in that format, and 
then do a final save into OOo. 

There is a configuration entry always to save as MS documents. 

-
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 54222] navigator does not show l evel 3 headings

2005-09-06 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54222


User andrewb changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Tue Sep  6 01:21:23 -0700 
2005 ---
The problem is that the outline numbering has not been set right. Heading 3 has 
not in the test document been assigned any outline level. Therefore it doesn't 
show up. Assigning the heading 3 style to numbering level 3 fixes this.



-
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 54195] Compare Document does not compare only differences

2005-09-05 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54195


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Sep  5 01:47:37 -0700 
2005 ---
OK. the issue seems to be that where there are two or more changes in one 
paragraph, the progrramme marks everything between them as changed, even when 
it 
isn't. That's to say that when you change the first and last words of a 
sentence, all the words in between are marked as changed, even though they are 
not. This is clearly wrong. I don't know whether it is designed. But it is very 
confusing to 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]



[sw-issues] [Issue 54195] Compare Document does not compare only differences

2005-09-05 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54195





--- Additional comments from [EMAIL PROTECTED] Mon Sep  5 01:38:10 -0700 
2005 ---
Well, I have just checked with two .sxw files, using m135, and it behaves 
properly, highlighting only the change and not the whole paragraph. That would 
make ths a regression and a nasty one. I will try your .odt test cases.

-
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 54179] Regression: huge space un der heading 1 entries in Navigator

2005-09-03 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179


User andrewb changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29289) screenshot
  |  |showing navigator with gap
  |  |under heading





--- Additional comments from [EMAIL PROTECTED] Sat Sep  3 01:42:20 -0700 
2005 ---
Created an attachment (id=29289)
screenshot showing navigator with gap under heading


-
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 54179] New - Regression: huge spa ce under heading 1 entries in Navigator

2005-09-03 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54179
  Issue #:|54179
  Summary:|Regression: huge space under heading 1 entries in
  |Navigator
Component:|framework
  Version:|current
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Sat Sep  3 01:39:22 -0700 
2005 ---
This is present in m125, and I think m121. Was not present in earlier builds on 
the version 2 branch. When a writer file is displayed that has a heading in 
heading 1 style, there is a huge gap under that in the Navigator: the effect is 
what I would expect if I had two or three empty paragraphs also in heading 1 
underneath it. But I don't. See screenshot for an illustration

-
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 54022] Python macro are not acc essible

2005-08-31 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54022


User andrewb changed the following:

  What|Old value |New value

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Wed Aug 31 09:05:39 -0700 
2005 ---
have they perhaps been saved with dos line endings? It is a known bug that they 
have to be saved with Unix line endings, even on windows machines. See if 
changing that makes them show up. Worked for me. 


-
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 53985] Cannot select text

2005-08-31 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53985


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Aug 31 02:20:34 -0700 
2005 ---
I have also seen this on windows 2k in English builds after about m100. Not for 
a while, though, and it has always been intermittent.The cursor just seems to 
skate across the text without selecting anything. Restarting OOo will cure 
this. 
Nothing else does. 


-
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 53773] Writer hangs when updatin g TOC or exporting PDF before initial page ref low has completed

2005-08-30 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53773





--- Additional comments from [EMAIL PROTECTED] Tue Aug 30 23:32:18 -0700 
2005 ---
Cannot reproduce on m125 under windows 2000, sp4. I'm using one of th ePavel 
Janik builds, to get en_GB localisation, bt I don't think that should affect 
things ...

-
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 53835] import word document fail s to display data

2005-08-26 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53835


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Fri Aug 26 13:19:54 -0700 
2005 ---
All the blank fields show a content of "$EBP$" in m125. So I can confirm that 
they are not displaying properly. But I'm not sure that it's our fault, without 
further information. 

-
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 53722] Selection of multiple wor ds doesn't auto-complete selection

2005-08-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53722


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

Issue type|FEATURE   |ENHANCEMENT

OS/Version|Windows 2000  |All

  Priority|P3|P4





--- Additional comments from [EMAIL PROTECTED] Wed Aug 24 08:03:25 -0700 
2005 ---
I can sonfirm this, in the sense that it is what happens. Whether it should 
happen is a policy question. 

And I think it's an enhancement, not a feature. 

-
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 53724] File association does not include other common formats like .rtf

2005-08-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53724


User andrewb changed the following:

  What|Old value |New value

Issue type|FEATURE   |ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Wed Aug 24 08:01:40 -0700 
2005 ---
I think this should be in the options dialogue. We get enough grief from users 
who want to know where their MS office files have disappeared with the present, 
simple dialogue. Making it larger or more complicated will only increase their 
problems, and ours. 

This is the kind of feature which should only be accessible to people who can 
find, and use, an "options" dialogue. But it should be there. 

-
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 53705] Insert file adds an extra page break for MSWord files

2005-08-24 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53705


User andrewb changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Aug 24 07:58:05 -0700 
2005 ---
confirmed on windows 2000 with m125 (with a crash when I tried to undo the 
inseriton of a word file) 


-
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 27031] move-by-sentence-backward s broken, crashes

2005-08-23 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27031





--- Additional comments from [EMAIL PROTECTED] Tue Aug 23 05:48:09 -0700 
2005 ---
FWIW, I have a macro which fixes this, which I will happily mail to any user 
who 
has been caught by it. Not ideal, and not infallible, but at least it lets me 
move back (and delete backwards) by sentence.

-
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 15666] Search and Replace - can' t substitute regular expression subexpression in replace

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





--- Additional comments from [EMAIL PROTECTED] Tue Jul  5 03:34:51 -0700 
2005 ---
The developers are perfectly capable of postponing issues marked as bugs, so I 
don't think that changing this designation will help.

I agree that it's an urgently needed improvement. I agree that the 
specification 
is pretty much useless. But as a QA volunteer I know I can do nothing to 
persuade developers to take up issues just because I think they are urgent. 
Classifying things correctly by the rules does help a little. If MS Office does 
this the right and sensible way, I will add a keyword for office 
interoperability, which does seem to get management attention. 


-
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] =?UTF-8?B?W0lzc3VlIDYxOTNdICBOb3RlcyBoYXJkIHRvIHNlZSBhbmQgZWRpdA==?=

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


User andrewb changed the following:

  What|Old value |New value

  Keywords|oooqa, rfe_eval_ok,   |ms_interoperability,
  |usability |oooqa, rfe_eval_ok,
  |  |usability





--- Additional comments from [EMAIL PROTECTED] Sun Jun 12 13:14:27 -0700 
2005 ---
.

-
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 6193] Notes hard to see and edit

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





--- Additional comments from [EMAIL PROTECTED] Sun Jun 12 13:12:51 -0700 
2005 ---
I really ought to add the interoperability keyword here. I have been working 
with someone who uses Word to annotate documents, and, while the annotations 
are 
carried over between formats, the notes put in with Word are invisible in the 
main writer screen (I can see them witht he Navigator) and very hard to read. 

It is nearly four years since I opened 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] =?UTF-8?B?W0lzc3VlIDQ0NTExXSAgcmFuZG9tIHN0eWxlIGNoYW5nZXMgYWZ0ZQ==?= =?UTF-8?B?ciBpbnNlcnRpbmcgcGFyYWdyYXBo?=

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





--- Additional comments from [EMAIL PROTECTED] Sun Jun 12 13:06:36 -0700 
2005 ---
No. the template was written in OOo, but is used for documents that are saved, 
and shared, in word format. 

I see that this problem was 22 versions ago, though, and I haven't had it since 
-- admittedly, I haven't been collaborating in exactly this style. So it may be 
OK to mark it as worksforme. 

-
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 49102] Office doesn't close when hidden view is active

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





--- Additional comments from [EMAIL PROTECTED] Thu May 12 23:49:14 -0700 
2005 ---
I suspect that my #49131 may be a duplicate of this. But I don't know enough to 
be sure: I merely offer this as an observation which may be helpful to the 
issue 
owner. 

-
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 49131] writer doc with embedded graphic won't close

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





--- Additional comments from [EMAIL PROTECTED] Thu May 12 23:47:42 -0700 
2005 ---
Further tests reveal a general reluctance to close except fromthe file menu. 
Could this be related to #49102?

-
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 49131] writer doc with embedded graphic won't close

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





--- Additional comments from [EMAIL PROTECTED] Thu May 12 01:43:24 -0700 
2005 ---
I see from the size when the example file was uploading that it may be a 
trouble 
to download. Seems to be about 1.7MB. I apologise. It was only one page. There 
is so much memory on this machine that I don't much bother with optimising 
scans 
any more. 

-
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 49131] writer doc with embedded graphic won't close

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


User andrewb changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26046) file that won't
  |  |close





--- Additional comments from [EMAIL PROTECTED] Thu May 12 01:39:46 -0700 
2005 ---
Created an attachment (id=26046)
file that won't close


-
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 49131] New - writer doc with embedded graphic won't close

2005-05-12 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49131
  Issue #:|49131
  Summary:|writer doc with embedded graphic won't close
Component:|framework
  Version:|680m99
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Thu May 12 01:36:33 -0700 
2005 ---
(This is something I actually found on m100, but there's no entry for that in 
the dropdown).

Normally documents can be closed in two ways on Windows. If one document is 
open, the window has a main close button for the whole app and a smaller one 
just inside for just that document. If several documents are open, there is 
only 
one close button for each window, which closes that window, but leaves the 
others open. 

However, I have a document with an embedded graphic where this won't work. If 
there are any other documents open, clicking on the single close button has no 
effect at all. If I close all other documents, the secondary close button 
appears and this works; but the main close button still doesn't. I have not 
tested this on Linux at 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]



[framework-issues] [Issue 47656] New - Writer loses ability to paste from clipboard

2005-04-18 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47656
  Issue #:|47656
  Summary:|Writer loses ability to paste from clipboard
Component:|framework
  Version:|680m92
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|tm
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Mon Apr 18 06:56:38 -0700 
2005 ---
(I think ths is framework, even though I have only spotted it in writer). 

Twice now in recent builds of OOo I have got into a state where it is 
impossible 
to paste or cut anything from the clipboard. All of the Edit menu entire 
between 
 "cut" ad "paste special" inclusive are greyed out. Keyboard shortcuts don't 
work. Closing down the whole of office, including the quickstarter, restores 
things. 

I don't know how to reproduce this. It has happened three times in the last 
couple of weeks, always after a long period working away from OOo. Most 
recently 
I was sent a plain text email to edit, and needed to paste it into a new OOo 
document. 

I do use a clipboard extender (X2net smartboard) but that has never been a 
problem before. 

I know these intermitten bugs are hard to run down. If it happens again, I'll 
add to this report. But it is nasty, and should be 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]



[ui-issues] [Issue 46393] Quick Start

2005-04-13 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46393


User andrewb changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Apr 13 12:58:51 -0700 
2005 ---
fixed in m91 and upwards

-
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 46196] REGRESSION. Save dialog badly broken

2005-03-30 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46196





--- Additional comments from [EMAIL PROTECTED] Wed Mar 30 12:33:17 -0800 
2005 ---
well, it's not in m89_gb, either. But I did not make it up. Has anything 
changed 
between those two verswions that we know of? 


-
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 46196] REGRESSION. Save dialog badly broken

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


User andrewb changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=24357) broken save
  |  |dialogue





--- Additional comments from [EMAIL PROTECTED] Tue Mar 29 02:12:18 -0800 
2005 ---
Created an attachment (id=24357)
broken save dialogue


-
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 46196] New - REGRESSION. Save dialog badly broken

2005-03-29 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46196
  Issue #:|46196
  Summary:|REGRESSION. Save dialog badly broken
Component:|Word processor
  Version:|680m88
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P1
 Subcomponent:|save-export
  Assigned to:|mru
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Tue Mar 29 02:11:18 -0800 
2005 ---
I think this may be an issue only with the en-GB localised build from Pavel 
Janik and David Bartlett (see http://en-gb.pyxidium.co.uk:32080/OOo/). But it's 
a killer.

The save and save as filters are largely unpopulated. This means that you can't 
save in any of the naticve formats from a dialogue. Saving from a macro still 
works. The screenshot I am about to attach shows this effect.

Steps to repeat: open the "save" dialogue.

-
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 44511] random style changes after inserting paragraph

2005-03-11 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44511


User andrewb changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Fri Mar 11 02:55:32 -0800 
2005 ---
Right. Here is a file where adding a paragraph to any of the coloured sections 
will cause the one above to change style to "text body indent". 

this may be a filter issue: it has been converted back and forth to Word format 
a couple of times in the course of collaboration. the same things happens when 
I 
edit the word format doc in OOo, by the way.

This is a single, repeatable change. The habit of jumping into heading 3, which 
earlier drafts of the document were showing, seems to have disappeared.

Steps to reproduce: place the cursor anywhere in one of the coloured quote 
passages of the document. Press  


-
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 44511] random style changes after inserting paragraph

2005-03-11 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44511


User andrewb changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=23687) file showing
  |  |bad behaviour





--- Additional comments from [EMAIL PROTECTED] Fri Mar 11 02:52:19 -0800 
2005 ---
Created an attachment (id=23687)
file showing bad behaviour


-
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 44511] random style changes after inserting paragraph

2005-03-09 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44511





--- Additional comments from [EMAIL PROTECTED] Wed Mar  9 10:27:33 -0800 
2005 ---
Well, it is a little random. I can't reproduce it reliably. But it is there, 
and 
makes OOo very difficult to use. I have been writing stuff with this template, 
and with autoformat turned on, for years without this effect. Would it help if 
I 
uploaded the file that has been giving me trouble?


-
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 44511] New - random style changes after inserting paragraph

2005-03-08 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44511
  Issue #:|44511
  Summary:|random style changes after inserting paragraph
Component:|Word processor
  Version:|680m82
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Tue Mar  8 10:42:20 -0800 
2005 ---
I'm using Pavel Janik's build of m82 on Wiondows 2000, and there's a bad 
regression. Quite often, though this is hard to repeat, entering a paragraph 
return after or inthe middle of a paragraph formatted with any style other than 
default will lead to preceding paragraph changing suddenly, either to style 
"heading 3" or to default. I cannot tell you how irritating this is. I have had 
it on two machines, with both .sxw and .odt documents. I couosd attach my 
template if that is any help, but I have used it for two years without anything 
like this happening.

-
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 44055] New - load styles looks for sxw not odt

2005-03-04 Thread andrewb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44055
  Issue #:|44055
  Summary:|load styles looks for sxw not odt
Component:|Word processor
  Version:|680m82
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|andrewb





--- Additional comments from [EMAIL PROTECTED] Fri Mar  4 01:35:54 -0800 
2005 ---
When loading styles into a document from a file, the file picker which comes up 
offers only .sxw files as the source of the styles.

Surely this should be updated to look first at styles in files in the new OASIS 
format? 

Steps to repeat: open the new stylist window (whatever it's now called :)) and 
click on the icon at the top right. Choose to load styles from a document. See 
what you're offered.

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



  1   2   >