[dba-issues] [Issue 113250] Cannot stop database quer y when retreiving large data sets

2010-07-21 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113250





--- Additional comments from osav...@openoffice.org Wed Jul 21 12:23:51 
+ 2010 ---
 Can you add a database where we can check this?
Sadly not, it's an internal SQL Server customer database.

 What you means under large data set?
about 300,000 records so not huge.

 For large data sets needs more time to collect data for reports, during the
 process OOo seems hanged, but the data processing happens in that time.
 How many times needs to run report, sometimes it takes minutes to finish it.
Agreed, but the user should not be prevented from cancelling the operation. Even
if the JDBC component is the issue it shouldn't just hang 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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[dba-issues] [Issue 113251] Must be able to use Run S QL Command Directly in all views

2010-07-21 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113251





--- Additional comments from osav...@openoffice.org Wed Jul 21 12:34:27 
+ 2010 ---
Hmmm, ok the queries appear to run okay in Forms so I must have been confused at
that point.

However, running a Report displays, for example:
The query with the statement
'SELECT DISTINCT c1.contact AS Name, CONVERT(char(11),ch.ondate,109)
AS Pack 1 Sent, 

(SELECT DISTINCT CONVERT(char(11),ch.ondate,109)
FROM contact1 AS c2 
INNER JOIN CONTHIST AS ch ON (ch.accountno = c1.accountno AND
ch.ref LIKE 'Depression Article  Special Offer on Omega-3 EPA Vegepa
Capsules%') AND ch.ref  ''
WHERE c1.source LIKE '%depression%' AND (c2.contact = c1.contact))
AS Pack 2 Sent,

(SELECT DISTINCT CONVERT(char(11),ch.ondate,109)
FROM contact1 AS c2 
INNER JOIN CONTHIST AS ch ON (ch.accountno = c1.accountno AND
ch.ref LIKE 'Inspirational story from manic depressive Helen McNallen%') AND
ch.ref  ''
WHERE c1.source LIKE '%depression%' AND (c2.contact = c1.contact))
AS Pack 3 Sent,

(SELECT DISTINCT CONVERT(char(11),ch.ondate,109)
FROM contact1 AS c2 
INNER JOIN CONTHIST AS ch ON (ch.accountno = c1.accountno AND
ch.ref LIKE 'Depression Help Pack - The Importance of Exercise%') AND
ch.ref  ''
WHERE c1.source LIKE '%depression%' AND (c2.contact = c1.contact))
AS Pack 4 Sent,


(SELECT MAX(cs.TITLE) FROM CONTSUPP AS cs WHERE accountno =
c1.accountno) AS Last Order Date

FROM contact1 AS c1 
INNER JOIN CONTHIST AS ch ON (ch.accountno = c1.accountno AND
ch.ref LIKE 'Depression Help Pack - thank you for downloading%') AND
ch.ref  ''
WHERE c1.source LIKE '%depression%'
GROUP BY ch.ref, ch.ONDATE, c1.ACCOUNTNO, c1.CONTACT, 
c1.SOURCE
ORDER BY c1.contact ASC'
could not be run.
Check your data source.

However, these same queries run from the Queries and Forms sections.

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


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



[dba-issues] [Issue 113250] Cannot stop database quer y when retreiving large data sets

2010-07-19 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113250
 Issue #|113250
 Summary|Cannot stop database query when retreiving large data 
|sets
   Component|Database access
 Version|OOO330m1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|osavill





--- Additional comments from osav...@openoffice.org Mon Jul 19 14:34:43 
+ 2010 ---
The Stop button is ineffective when trying to run a database report. The only
way to stop it is to kill the application. 
Run the Report Wizard,
In the last step select Create Report Now and Finish,
A collecting data dialog appears with a Stop button.

The query takes a long time to run hence the attempt at stopping it. I cannot
run other query based reports (see my next issue report) so I don't know if this
is general for all query based reports.

When running a report I also get:
Run SQL Command Directlycom.sun.star.beans.UnknownPropertyException: 
FormatsSupplier
at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method)
at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:175)
at $Proxy6.setPropertyValue(Unknown Source)
at
com.sun.star.wizards.common.NumberFormatter.setNumberFormat(NumberFormatter.java:204)
at
com.sun.star.wizards.report.DBColumn.initializeNumberFormat(DBColumn.java:244)
at
com.sun.star.wizards.report.ReportTextDocument.insertColumnstoRecordTable(ReportTextDocument.java:440)
at
com.sun.star.wizards.report.ReportTextDocument.setupRecordSection(ReportTextDocument.java:325)
at
com.sun.star.wizards.report.ReportTextImplementation.layout_setupRecordSection(ReportTextImplementation.java:546)
at
com.sun.star.wizards.report.ReportLayouter.initialize(ReportLayouter.java:229)
at 
com.sun.star.wizards.report.ReportWizard.leaveStep(ReportWizard.java:238)
at 
com.sun.star.wizards.ui.WizardDialog.switchToStep(WizardDialog.java:363)
at
com.sun.star.wizards.ui.WizardDialog.gotoNextAvailableStep(WizardDialog.java:681)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
com.sun.star.wizards.ui.event.MethodInvocation.invoke(MethodInvocation.java:96)
at
com.sun.star.wizards.ui.event.AbstractListener.invoke(AbstractListener.java:89)
at
com.sun.star.wizards.ui.event.CommonListener.actionPerformed(CommonListener.java:49)
at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method)
at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:175)
at $Proxy89.execute(Unknown Source)
at com.sun.star.wizards.ui.UnoDialog.executeDialog(UnoDialog.java:742)
at
com.sun.star.wizards.report.ReportWizard.startReportWizard(ReportWizard.java:492)
at
com.sun.star.wizards.report.CallReportWizard$ReportWizardImplementation.trigger(CallReportWizard.java:140)
com.sun.star.beans.UnknownPropertyException: FormatsSupplier
at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method)
at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:175)
at $Proxy6.setPropertyValue(Unknown Source)
at
com.sun.star.wizards.common.NumberFormatter.setNumberFormat(NumberFormatter.java:204)
at
com.sun.star.wizards.report.DBColumn.initializeNumberFormat(DBColumn.java:244)
at
com.sun.star.wizards.report.ReportTextDocument.insertColumnstoRecordTable(ReportTextDocument.java:440)
at
com.sun.star.wizards.report.ReportTextDocument.setupRecordSection(ReportTextDocument.java:325)
at
com.sun.star.wizards.report.ReportTextImplementation.layout_setupRecordSection(ReportTextImplementation.java:546)
at
com.sun.star.wizards.report.ReportLayouter.initialize(ReportLayouter.java:229)
at 
com.sun.star.wizards.report.ReportWizard.leaveStep(ReportWizard.java:238)
at 
com.sun.star.wizards.ui.WizardDialog.switchToStep(WizardDialog.java:363)
at
com.sun.star.wizards.ui.WizardDialog.gotoNextAvailableStep(WizardDialog.java:681)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source

[dba-issues] [Issue 113251] Must be able to use Run S QL Command Directly in all views

2010-07-19 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113251
 Issue #|113251
 Summary|Must be able to use Run SQL Command Directly in all vi
|ews
   Component|Database access
 Version|OOO330m1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|osavill





--- Additional comments from osav...@openoffice.org Mon Jul 19 14:40:58 
+ 2010 ---
The Run SQL Command Directly is only available when editing SQL queries.
However, these same SQL queries are available for use in Forms and Reports where
they fail because OOo forces syntax checking in these views. I have only used
MySQL and SQL Server with OOo and these both use some SQL which is non ANSI (and
I am not an SQL guru so I cannot re-write them in ANSI SQL!). There really must
be a Run SQL Command Directly in Forms and Reports.

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


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



[sw-issues] [Issue 2446] Font size selection in the middle, or 25-35%

2010-05-08 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2446


User osavill changed the following:

What|Old value |New value

  Status|VERIFIED  |REOPENED

  Resolution|FIXED |





--- Additional comments from osav...@openoffice.org Sat May  8 21:40:18 
+ 2010 ---
Had to re-open. The fix may have been submitted but it still hasn't been brought
into the main line code in OO Dev 3.2.1.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[sw-issues] [Issue 2446] Font size selection in the middle, or 25-35%

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





--- Additional comments from osav...@openoffice.org Tue Feb  2 21:33:40 
+ 2010 ---
I certainly am, still trying to push OOo into my company :-)

It's great to see this enhancement finally put into OOo. I'm still waiting for
Issue 2313 :-)

-
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 89510] It appears not possible to have more than one subform grid

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug  7 09:23:18 + 
2008 ---
Sorry, I should have been clearer. Using the Form Wizard it is only possible to
put one sub form in place. 

I then found it hideously complicated to add a further sub form that actually
did anything. I managed to add a subform but with only simple text boxes and
these wouldn't dynamically update. So basically as you progressed through the
database the wizard created sub form updated but the manually added one didn't.
What I was after was two grid subform dynamically updating from different tables
based on their own queries. This is pretty easy to do in Access. 

It is quite likely that the sub form creation steps I took were wrong but then
the bugs are a) the documentation is not clear and b) the toolset to add further
sub forms is lacking. It should be very easy to add a further sub form as
functional as the one created by the wizard.

Thanks

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[dba-issues] [Issue 89510] It appears not possible to have more than one subform grid

2008-05-15 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89510
 Issue #|89510
 Summary|It appears not possible to have more than one subform 
|grid
   Component|Database access
 Version|OOo 2.4.0
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Thu May 15 13:29:55 + 
2008 ---
In 2.4 and 3.0Beta it appears that you can only have one Grid type subform. 
This is a real shortcoming as you may well be referencing multiple tables with 
multiple returns in a single form.

-
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 89227] Sub forms have stopped wor king

2008-05-09 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89227
 Issue #|89227
 Summary|Sub forms have stopped working
   Component|Database access
 Version|OOo 3.0 Beta
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri May  9 10:18:52 + 
2008 ---
I have some existing MySQL JDBC OOo database documents created with 2.4. These 
forms contain sub forms and they all work 100% in OOo 2.4.

On loading them into 3.0 Beta I notice that the sub forms had stopped working. 
Initially they displayed nothing. I turned off the Analyze SQL Command and the 
sub form displayed the first records sub form data. However, on clicking next 
record the sub form data didn't change. In fact it never changes from the first 
record.

I then recreated the document from scratch using the Form Wizard and observed 
exactly the same 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]



[dba-issues] [Issue 89228] JDBC doesn't work initiall y

2008-05-09 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89228
 Issue #|89228
 Summary|JDBC doesn't work initially
   Component|Database access
 Version|OOo 3.0 Beta
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri May  9 10:24:40 + 
2008 ---
I have some existing MySQL JDBC OOo database documents created with 2.4. These 
forms contain sub forms and they all work 100% in OOo 2.4.

On loading them into 3.0 Beta I couldn't get the JDBC side of things to work. I 
had pointed OOo at the JAR file and even restarted OOo. The class could not be 
found even though configuration was the same as I used in 2.4.

I then went through the initial steps of creating a database file from scratch 
up to the point of Test Class and Test Connection. These worked, so I cancelled 
creation there and went back to my 2.4 documents. These documents were now able 
to connect to the database 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]



[sw-issues] [Issue 71655] Selective spell check disa blement

2007-05-13 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71655


User osavill changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Resolution|INVALID   |





--- Additional comments from [EMAIL PROTECTED] Sun May 13 17:44:54 + 
2007 ---
Hmmm, just a few points.

1) Word has no trouble with this document. It has been told to use the English
dictionary and it sensibly checks the spelling against this dictionary if it
knows of no other. If the word is actually in Danish then it simply shows up as
a spelling error. Install the Danish dictionary and the reported error goes 
away.

2) To further compound 1) above - there were no Danish words in the document I
submitted ! OOo was completely setup to expect and use English words and I have
the English dictionary. In such circumstances I might expect the document to be
littered with spelling mistakes and a status line stating that there is a
mismatch. However, going back to point 1) this was indeed an English document
prepared in English by our Danish office. 

3) How, as a simple user of OOo could I have told that it was expecting the
Danish dictionary to be present.

4) If I had installed the Danish dictionary what would have happened ? Either
all my English words would have been deemed spelling mistakes ! Or maybe, since
I would now have both dictionaries present there would have been no spelling
mistakes shown, in which case I go back to point 1) !

I realise that a document prepared in one country for digest in another may
present problems but just maybe what the user has setup in their options should
override what is in the document ?

-
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 75852] JDBC access to MySQL appea rs to be broken

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





--- Additional comments from [EMAIL PROTECTED] Mon Apr  2 15:11:43 + 
2007 ---
Using MySQL 5.0.27-community-nt and Sun's JRE 1.6

Will try again with 2.2 release...

-
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 75852] JDBC access to MySQL appea rs to be broken

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





--- Additional comments from [EMAIL PROTECTED] Mon Apr  2 15:35:46 + 
2007 ---
Downloaded the final 2.2 release and it's exactly the same.

OOo 2.1 with exactly the same setup works just fine. 

Are there any diagnostics that can be switched 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]



[dba-issues] [Issue 75852] JDBC access to MySQL appea rs to be broken

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


User osavill changed the following:

What|Old value |New value

 Version|OOo 2.2 RC4   |OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Mon Apr  2 15:36:46 + 
2007 ---
Changed release field to indicate that issue persists in final release code

-
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 75852] JDBC access to MySQL appea rs to be broken

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





--- Additional comments from [EMAIL PROTECTED] Sun Apr  1 20:07:12 + 
2007 ---
Sorry, filed the report while at work - had to hurry !

I was using Windows XP (don't know which service pack but it's going to be up to
date), MySQL 5 (I can find out exactly which version tomorrow) and MySQL's own
JDBC driver (version Connector/J 5.0.5).

-
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 75852] JDBC access to MySQL appea rs to be broken

2007-03-29 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75852
 Issue #|75852
 Summary|JDBC access to MySQL appears to be broken
   Component|Database access
 Version|OOo 2.2 RC4
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Thu Mar 29 09:52:22 + 
2007 ---
I am using OOo with the MySQL JDBC driver to connect to a database on a 
different machine on our intranet. I can configure the connection fine and I 
can also connect to the database. Selecting the Tables button accurately shows 
the tables within the database. Double clicking on a table causes the following 
issue:
The application becomes unresponsive, about 30 seconds later there is a flurry 
of disc activity but the application remains unresponsive. Some time later, 
maybe up to a minute the application simply dissappears, taking the system tray 
icon with it. There are no OOo has crashed type dialogs the application simply 
dissappears.

If the disc activity was a crash log then I'll attach it, but please tell me 
where it dumps this kind of data.

The same ODB file opens and works just fine in OOo 2.1

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[framework-issues] [Issue 75605] Please give us back find again

2007-03-21 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75605
 Issue #|75605
 Summary|Please give us back find again
   Component|framework
 Version|OOo 2.2 RC3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Wed Mar 21 14:40:45 + 
2007 ---
Hello,

Please can we have Find Again re-introduced as a single F key ? I always 
associate F3 with Search Again but alas it is no more. That floaty window thing 
is a distraction when all you want to do is go from occurance to occurance. 
Pressing F3 is a lot easier than bringing up a dialog, moving the mouse, 
clicking the Find button, moving the mouse again and clicking the close button 
because you don'thave enough screen real estate to have a dialog hiding some of 
the document. 1 key press versus 1 key press, 2 mouse movements and 2 mouse 
clicks. 

Moreover, even if you leave the dialog up once the text is found you then have  
click in the document to enable editing the document again. Even this way it's 
1 action versus 2 !

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[framework-issues] [Issue 75606] Find window should be dock able

2007-03-21 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75606
 Issue #|75606
 Summary|Find window should be dockable
   Component|framework
 Version|OOo 2.2 RC3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Wed Mar 21 14:46:41 + 
2007 ---
The Find window really should be dockable. The stylist is and the Find window 
does get in the way just floating around always on top. We don't all have HXGA 
displays ;-)

-
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 75605] Please give us back find again

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


User osavill changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Wed Mar 21 14:49:18 + 
2007 ---
Nuts ! Just found it ShiftCtrlF !! Not documented, not in the Edit menu and 
not as convenient as F3 ;-) but there it is. Will mark this issue report as 
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]



[sw-issues] [Issue 71930] Date superscript doesn't w ork if followed by punctuation

2006-11-24 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71930
 Issue #|71930
 Summary|Date superscript doesn't work if followed by punctuati
|on
   Component|Word processor
 Version|OOo 2.1
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Nov 24 03:45:31 -0800 
2006 ---
If you enter 21st  the auto formatter kicks in and it becomes 21supst/
sup. However, if you enter 21st. or 21st, no such superscripting takes 
place.

Moreover, if you enter 21st , then backspace to delete the space and then add 
the ., ,, or whatever, the punctuation is also superscripted !! You have to 
enter 21st . and then delete the space.

-
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 71653] Installer doesn't stay on second monitor

2006-11-17 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71653
 Issue #|71653
 Summary|Installer doesn't stay on second monitor
   Component|framework
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 02:00:34 -0800 
2006 ---
I have a two screen setup using a single dual head graphics card. I started an 
install of OOo and moved the installation dialog off onto the second screen. 
Sadly, at every click on the Next button, or on completion of one of the 
installation phases, the dialog would reappear back on the primary screen. A 
anoyance compounded by the fact that it reappears on top and having grabbed the 
focus. As I was typing an e-mail at the time I managed to cancel the 
installation before I even had a chance to register the fact that the install 
dialog had popped up !!

-
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 71654] Allow screen splitting

2006-11-17 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71654
 Issue #|71654
 Summary|Allow screen splitting
   Component|Word processor
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 02:05:41 -0800 
2006 ---
I am currently trying to collate two documents into a single unified one. It 
would be great if I could open the documents in split panes, three in this 
instance, accross a single OOo window. As far as I can tell it is only possible 
to open separate documents in new windows.

-
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 71655] Selective spell check disa blement

2006-11-17 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71655
 Issue #|71655
 Summary|Selective spell check disablement
   Component|Word processor
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 02:14:53 -0800 
2006 ---
I imported a Word document and started typing away. Suddenly realised that Auto 
Spellcheck wasn't working. Then discovered that it wasn't working in the new 
bits I was typing ! In fact all spell checking is disabled. I've reduced the 
document down to 5 lines and will attach 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 71655] Selective spell check disa blement

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


User osavill changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40649)
Selective spell che
|  |cking enablement






--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 02:16:14 -0800 
2006 ---
Created an attachment (id=40649)
Selective spell checking enablement


-
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 71657] New windows open on the w rong display

2006-11-17 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71657
 Issue #|71657
 Summary|New windows open on the wrong display
   Component|framework
 Version|OOo 2.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 02:43:58 -0800 
2006 ---
I use a single dual head display card with a primary display of 1024x768 and 
the secondary of 1400x1024.

In Word:
1) Start Word and move the window to the secondary display. 
2) Resize the window so it's nice and big.
3) Close Word so it's primary position is remembered.
4) Re-start Word.
5) Confirm the window opens in the secondary display.
6) Now open a new window. (for some reason File -- New doesn't work in Word !! 
so had to open a real file, but I don't think that had any influence on the 
outcome)

Result:
The new window opens the same as the first AND on the secodary display.

In OOo:
1) Start OOo and move the window to the secondary display. 
2) Resize the window so it's nice and big.
3) Close OOo so it's primary position is remembered.
4) Re-start OOo.
5) Confirm the window opens in the secondary display.
6) Now open a new window with File -- Open. (File -- New is subtely different)

Result:
The new window opens the same as the first BUT on the primary display. This is 
a bit sad since 1400x1024 into 1024x768 don't go ! It is also a little 
disconcerting, the first time it happened it took me a little while to realise 
where the new window was !!

File -- New still opens up the new window on the primary display but now it's 
maximised. I probably need to file this under a separate bug report.

-
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 71659] File New opens maximised w indow

2006-11-17 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71659
 Issue #|71659
 Summary|File New opens maximised window
   Component|framework
 Version|OOo 2.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 02:45:40 -0800 
2006 ---
When you open up a new document from File -- New the new window is opened up 
as a maximised window.

-
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 71653] Installer doesn't stay on second monitor

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


User osavill changed the following:

What|Old value |New value

  OS/Version|All   |Windows XP

Platform|All   |PC





-
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 71660] Docked windows toolbar but tons disappear

2006-11-17 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71660
 Issue #|71660
 Summary|Docked windows toolbar buttons disappear
   Component|framework
 Version|OOo 2.1
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 02:54:57 -0800 
2006 ---
Open a document and dock something like the stylist on the right hand edge. Now 
grab the resize bar and shrink the docked window. The docked window toolbar 
buttons disappear off the right hand edge and there is no way to access them 
except to upsize the docked window. There should be a drop down continuation 
arrow as there are in the main window toolbars

-
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 71664] Numbering gone awry

2006-11-17 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71664
 Issue #|71664
 Summary|Numbering gone awry
   Component|Word processor
 Version|OOo 2.1
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 06:34:30 -0800 
2006 ---
One of the things I find difficult to get my head around in OOo is numbering ! 
It is difficult to get right at the best of times and if things go wrong it can 
be fiendish to get out of. I am going to attach a document where the numbering 
has gone wrong. If you put the cursor just after the number field and press 
return the next number in the sequence appears for an instant and is then 
replaced by 1 or 1.1 or whatever level you are at. None of the obvious are 
selected like Restart numbering.

Notice also how the first heading is inextricably linked with the page above. 
Delete the page break and the Paragraph Style is deleted with it ! There may be 
a link between this and the main issue. If you go to the first page and press 
delete the page break disappears along with the first heading's style. If you 
now re-apply the first heading's style the numbering comes back correctly.

As I said OOo's numbering can get very confusing !

-
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 71664] Numbering gone awry

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


User osavill changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40655)
Numbering issues






--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 06:35:07 -0800 
2006 ---
Created an attachment (id=40655)
Numbering issues


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[sw-issues] [Issue 71664] Numbering gone awry

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


User osavill changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40657)
More numbering issu
|  |es






--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 06:39:53 -0800 
2006 ---
Created an attachment (id=40657)
More numbering issues


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[sw-issues] [Issue 71296] Page count gets out of ste p

2006-11-07 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71296
 Issue #|71296
 Summary|Page count gets out of step
   Component|Word processor
 Version|680m188
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Tue Nov  7 06:42:20 -0800 
2006 ---
While editing a document I noticed that the page count field in the footer was 
showing one more page than the document actually had in it. I had done a manual 
break and started a new page style so the page numbering would start at 1 after 
the cover sheet. 

I noticed that it said, for example, 2 of 14, when I actually hoped for 2 of 13 
since there were thirteen pages after the cover sheet was taken out. After 
reviewing the various formatting options I gave up with this idea since it 
appears to not be simple !

I carried on and then noticed that it now said, for example, 2 of 15 when there 
were still only 14 pages. I did a manual check and there really were only 14 
pages. I tried Tool -- Update -- Update All and Fields but still it says 15. 
Even the document properties are telling me there are 15 pages !

Anyway, I cut the document down to 4 pages and it's still showing 5. I'll 
attach 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 71296] Page count gets out of ste p

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


User osavill changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40397)
File showing page c
|  |ount issue






--- Additional comments from [EMAIL PROTECTED] Tue Nov  7 06:43:27 -0800 
2006 ---
Created an attachment (id=40397)
File showing page count 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 68144] View changes affects viewp ort position

2006-08-04 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68144
 Issue #|68144
 Summary|View changes affects viewport position
   Component|Word processor
 Version|OOo 2.0.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Aug  4 04:11:45 -0700 
2006 ---
Open a long document and scroll down many pages with either the scroll bar or 
the mouse wheel. DO NOT use Page Up / Down or cursor down !

Now select Edit -- Changes -- Show

Expected result: The text currently showing shouldn't be affected except to 
show or remove the display of changes.

Actual result: The view goes back to the begining of the document. In fact it 
goes to where ever the cursor currently is.

-
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 68145] View changes affects viewp ort position

2006-08-04 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68145
 Issue #|68145
 Summary|View changes affects viewport position
   Component|Word processor
 Version|OOo 2.0.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Aug  4 04:12:33 -0700 
2006 ---
Open a long document and scroll down many pages with either the scroll bar or 
the mouse wheel. DO NOT use Page Up / Down or cursor down !

Now select Edit -- Changes -- Show

Expected result: The text currently showing shouldn't be affected except to 
show or remove the display of changes.

Actual result: The view goes back to the begining of the document. In fact it 
goes to where ever the cursor currently is.

-
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 68146] View changes affects viewp ort position

2006-08-04 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68146
 Issue #|68146
 Summary|View changes affects viewport position
   Component|Word processor
 Version|OOo 2.0.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Aug  4 04:16:10 -0700 
2006 ---
Open a long document and scroll down many pages with either the scroll bar or 
the mouse wheel. DO NOT use Page Up / Down or cursor down !

Now select Edit -- Changes -- Show

Expected result: The text currently showing shouldn't be affected except to 
show or remove the display of changes.

Actual result: The view goes back to the begining of the document. In fact it 
goes to where ever the cursor currently is.

-
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 68151] Why remove search again sh ortcut

2006-08-04 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68151
 Issue #|68151
 Summary|Why remove search again shortcut
   Component|Word processor
 Version|OOo 2.0.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Aug  4 06:28:19 -0700 
2006 ---
It appears that the universally accepted way of repeating a search (F3) has 
been removed !!! Why ? Please put it back :-(

-
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 68152] Search dialog should be do ckable

2006-08-04 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68152
 Issue #|68152
 Summary|Search dialog should be dockable
   Component|framework
 Version|OOo 2.0.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Aug  4 06:30:36 -0700 
2006 ---
Given that F3 appears to have been removed the only way to search again is to 
use the Search Dialog. It would therefore seem a good idea to make it dockable, 
especially considering the focus 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]



[framework-issues] [Issue 68153] Search dialog retains focu s

2006-08-04 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68153
 Issue #|68153
 Summary|Search dialog retains focus
   Component|framework
 Version|OOo 2.0.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Aug  4 06:33:34 -0700 
2006 ---
The search dialog retains focus. This means that you have to click on the 
document in order to edit the text. 

Do a search for some text you want to change. When it is found the text becomes 
highlighted. Now just start editing what you think is the text and watch your 
document munge as you press all those nice search dialog button shortcut keys.

-
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 68155] Page breaks not 100% un-do able

2006-08-04 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68155
 Issue #|68155
 Summary|Page breaks not 100% un-doable
   Component|Word processor
 Version|OOo 2.0.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Aug  4 06:38:27 -0700 
2006 ---
Tricky one this. I was editing a document and I was inside a table cell. 
Immediately above the table was a style called Heading 1. I couldn't remember 
how to add a row (Tab - doh !) so I tried CTRL + Enter, several times until I 
worked out that OOo was adding page breaks above the table !! Pressing CTRL + 
Z undid all but the first page break. It took some fiddling around to get the 
Heading and the table back together.

I'll see if I have time to attach the document but I am at work preping a 
document that's needed NOW !!! :-)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[sw-issues] [Issue 67664] Import of Word shadow text inverted

2006-07-21 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67664
 Issue #|67664
 Summary|Import of Word shadow text inverted
   Component|Word processor
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Jul 21 06:28:27 -0700 
2006 ---
I'm not sure how the effect is achieved in Word but the result is the text 
appears in black with a dark gray shadow below it, probably a text style. When 
this is imported into OOo the foreground is white and the shadow is black, i.e. 
wrong colours and inverted. Sometimes there is a mix is this incorrect 
shadowing and normal black unshadowed text, as in the second attachment.

-
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 67664] Import of Word shadow text inverted

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


User osavill changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37953)
Shadow text inversi
|  |on






--- Additional comments from [EMAIL PROTECTED] Fri Jul 21 06:29:13 -0700 
2006 ---
Created an attachment (id=37953)
Shadow text inversion


-
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 67664] Import of Word shadow text inverted

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


User osavill changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37954)
Mix of wrongly shad
|  |owed text and incorrect no
|  |rmal black text






--- Additional comments from [EMAIL PROTECTED] Fri Jul 21 06:29:55 -0700 
2006 ---
Created an attachment (id=37954)
Mix of wrongly shadowed text and incorrect normal black 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]



[sw-issues] [Issue 67665] Impossible to remove image from header

2006-07-21 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67665
 Issue #|67665
 Summary|Impossible to remove image from header
   Component|Word processor
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Jul 21 06:32:17 -0700 
2006 ---
The attached document was imported from Word 2003. There is an image of a line 
in the header. It is impossible to remove this image using 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 67665] Impossible to remove image from header

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


User osavill changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37955)
Remove this header 
|  |image if you can...






--- Additional comments from [EMAIL PROTECTED] Fri Jul 21 06:32:48 -0700 
2006 ---
Created an attachment (id=37955)
Remove this header image if you can...


-
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 67666] No nice way to insert betw een tables and paragraphs

2006-07-21 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67666
 Issue #|67666
 Summary|No nice way to insert between tables and paragraphs
   Component|Word processor
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|mru
 Reported by|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Jul 21 06:41:38 -0700 
2006 ---
In the attached document there are 2 tables. The second was introduced by 
copying the first header and table and pasting directly below it. It is now not 
possible to nicely break these two items apart and put a paragraph of text in 
between paragraph 1.2 and the preceding table. Although it can be done with a 
combination of the return key, the delete key and fiddling about with the 
paragraph indentation this is not nice nor efficient.

Moreover, when exporting to Word .doc format there is a blank paragraph header 
inserted; presumably where the one that had to be deleted to coerce OOo into 
giving some blank space was.

-
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 67666] No nice way to insert betw een tables and paragraphs

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


User osavill changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37956)
Table and paragraph
|  | separation issue






--- Additional comments from [EMAIL PROTECTED] Fri Jul 21 06:42:21 -0700 
2006 ---
Created an attachment (id=37956)
Table and paragraph separation 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]



[framework-issues] [Issue 60710] New - Version number in Ab out dialog

2006-01-17 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60710
  Issue #:|60710
  Summary:|Version number in About dialog
Component:|framework
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Tue Jan 17 07:44:47 -0800 
2006 ---
It would be very helpfull if the about dialog gave full details of the build 
numbers.

-
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 60711] New - Slashes prevent sear ch and replace working

2006-01-17 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60711
  Issue #:|60711
  Summary:|Slashes prevent search and replace working
Component:|framework
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|tm
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Tue Jan 17 07:50:43 -0800 
2006 ---
Multiple occurances of '/' in the search string appear to stop the search and 
replace functioning correctly.

Suppose you have //central/main/foo/bar.c in your document. Searching for /
central works as does just '/'. However searching for // or /central/ will 
not. I tried /central\/ but this fails as well. 

Are OOo searches reg ex's ?

-
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 54706] Calc doesn't handle large cells at all well

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





--- Additional comments from [EMAIL PROTECTED] Tue Jan 17 08:05:26 -0800 
2006 ---
Hello,

Please could you tell me if a target date has been set for a fix ?

Thanks,
Owen


-
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 59352] show docked windows title s

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





--- Additional comments from [EMAIL PROTECTED] Tue Dec 20 12:44:37 -0800 
2005 ---
What do you need a close-button for when the window is docked?  
As a shortcut to undocking maybe  
  
What do you need a title-bar for when the window is docked?  
Because you maybe faced with a load of icons that may mean very little to a  
user.  
  
How would that be useful at all?  
As an aide memoire to what toolbar you are currently looking at maybe.  
  
If it really is this abhorant to you then don't do it, but I considered it a  
useful usability point. Why do you give them a close button and a title bar  
when they are undocked  when all that is required is a 3 pixel high grab bar  
at the top ?  

-
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 59350] New - Incorrect frame impo rt

2005-12-14 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59350
  Issue #:|59350
  Summary:|Incorrect frame import
Component:|Word processor
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Wed Dec 14 06:28:39 -0800 
2005 ---
Done with 2.0.1 Release Candidate 4

The attached document should have a frame in the middle of the second page; 
followed by a section break. In OOo the frame appears tall and thin and on the 
left hand edge.

-
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 59350] Incorrect frame import

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


User osavill changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=32393) Incorrect frame
  |  |import





--- Additional comments from [EMAIL PROTECTED] Wed Dec 14 06:32:26 -0800 
2005 ---
Created an attachment (id=32393)
Incorrect frame import


-
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 59351] New - Docking panel toolba rs don't wrap

2005-12-14 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59351
  Issue #:|59351
  Summary:|Docking panel toolbars don't wrap
Component:|framework
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Wed Dec 14 06:38:25 -0800 
2005 ---
Done with 2.0.1 Release Candidate 4

If you dock a panel into either the left or right hand side the panels toolbar 
does not wrap to fit its new size. E.g. the Navigator panel has a 2 x 9 icon 
toolbar which is generally too long to fit into its docked container. There is 
no way to access the button on the right hand end except by expanding the 
docked panel size. The toolbar should either warp or produce the  symbol to 
give access to these hidden buttons. The problem occurs on all panels not just 
the 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 59352] New - Docked panel titles should appear

2005-12-14 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59352
  Issue #:|59352
  Summary:|Docked panel titles should appear
Component:|framework
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Wed Dec 14 06:40:56 -0800 
2005 ---
Done with 2.0.1 Release Candidate 4

When a panel, e.g. the Navigator, is docked to the left or right side it would 
be very usefull if the panel name continued to show in a coloured bar at the 
top. There is enough room.

-
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 59353] New - Docked panels do not remember their position correctly

2005-12-14 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59353
  Issue #:|59353
  Summary:|Docked panels do not remember their position
  |correctly
Component:|framework
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Wed Dec 14 06:43:06 -0800 
2005 ---
Done with 2.0.1 Release Candidate 4

Dock the Navigator panel on the left hand edge. Now dock the Stylist below it. 
Close OOo down and restart it. The panels now appear side by side, which doesn'
t leave much room on a 1024x768 screen !

-
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 59354] New - Docked panels cannot escape main frame

2005-12-14 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59354
  Issue #:|59354
  Summary:|Docked panels cannot escape main frame
Component:|framework
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Wed Dec 14 06:47:39 -0800 
2005 ---
If you grab a docked panel you can freely move it about inside the main OOo 
frame. The various gray boxes appear when it could be docked. But there is no 
way of causing it to float outside the main OOo frame. The only way to do this 
is to release the mouse outside a docking zone which causes the panel to float 
within the OOo frame window. The panel's title bar can then be grabbed and the 
panel moved outside the OOo frame. This should be acheivable in a single drag 
and drop action.

-
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 59352] Docked panel titles shoul d appear

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





--- Additional comments from [EMAIL PROTECTED] Wed Dec 14 06:49:50 -0800 
2005 ---
If the panels retained their title bar the could also retain their close button 
as well.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 58790] Excel spreadsheet data se ts not working

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





--- Additional comments from [EMAIL PROTECTED] Tue Dec  6 11:54:21 -0800 
2005 ---
Oh dear ! I shan't hold my breath then !! :-) 

-
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 58790] New - Excel spreadsheet da ta sets not working

2005-12-02 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58790
  Issue #:|58790
  Summary:|Excel spreadsheet data sets not working
Component:|Spreadsheet
  Version:|680m139
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|open-import
  Assigned to:|spreadsheet
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Dec  2 06:46:39 -0800 
2005 ---
I was recently sent the spreadsheet that I'll attach. My default spreadsheet is 
Calc and when it loaded I initially didn't see anything wrong. I thought it a 
bit strange but just considered it work in progress. When my boss asked waht 
I thought of the idea of plotting skills visually by altering the table in the 
second sheet I had to ask to see his version. What I saw was a yellow rectangle 
with a bunch of coloured triangles. These triangles could be moved by changing 
the numerical data in the table on the Data sheet / tab. In OOo the triangles 
were all black and all lined up along the left axis. Changing the table data 
would not move the triangles. Anyway, probably best to look at the attachment 
in both Excel and Calc and see for yourselves.

-
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 58790] Excel spreadsheet data se ts not working

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


User osavill changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=31986) Data set
  |  |problem





--- Additional comments from [EMAIL PROTECTED] Fri Dec  2 06:48:45 -0800 
2005 ---
Created an attachment (id=31986)
Data set 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 54031] Loop on opening Word docu ment (cont. frame?)

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


User osavill changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Thu Oct 20 07:55:14 -0700 
2005 ---
Sorry but this still occurs in the now released V2.0

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[sw-issues] [Issue 54031] Loop on opening Word docu ment (cont. frame?)

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





--- Additional comments from [EMAIL PROTECTED] Wed Sep 21 06:57:06 -0700 
2005 ---
nor in m130. Please could someone tell me which release this fix willmake it 
into ?

Thanks,
Owen

-
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 54706] Calc doesn't handle large cells at all well

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





--- Additional comments from [EMAIL PROTECTED] Mon Sep 19 11:25:28 -0700 
2005 ---
Thanks for that. Although it does now enable me to read the original spread 
sheet sadly it is not a solution. 
 
1) The method requires several mouse clicks / key entries. 
2) The height is shown in cm !!! What does that mean when you are looking at a 
17 inch monitor ! 
3) Optimal Row Height just does the same as Row Height. One might expect it to 
find the optimal height so the contents fit on the screen ! 
 
However, once the cell has bee resized it all works perfectly in fact, 
arguably, better than Excel. For a start, when the cell is clicked it presents 
an over flow cell which is the height of the Calc window, is a lot less 
confusing than the Excel solution and allows all the text to be viewed with 
the cursor keys. Surely if Calc realises that the cell overflows its own 
window size could not a similar solution be used ? 

-
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 54706] New - Calc doesn't handle large cells at all well

2005-09-16 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54706
  Issue #:|54706
  Summary:|Calc doesn't handle large cells at all well
Component:|Spreadsheet
  Version:|OOO 2.0 Beta2
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|spreadsheet
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Sep 16 06:53:21 -0700 
2005 ---
If the cell size exceeds that of the screen the cell becomes largely unuseable.
Once the cell is clicked it is not possible to view or edit the contents at the 
bottom of the cell. It is not even possible to grab the bottom resize bar.

Granted the contents do show up in the edit bar at the top, but this is not an 
easy way to edit such a cell.

The following attachment shows this. It was done at a screen size of 1280x1024. 
The same symptoms are exhibited when the Calc window itself is smaller than the 
cell, but it really becomes a problem when the physical screen size needs to be 
exceeded to see / edit the bottom of a cell !!!

A similar situation arrises when screen width is reached.

Contrast this with Excell which opens up a pop up editing pane. It's behaviour 
is odd to say the lease (mouse wheel scrolls the window underneath, no page up 
or down just cursor up / down) but it does allow you to get at the whole cell.

-
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 54706] Calc doesn't handle large cells at all well

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


User osavill changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29603) What happens
  |  |when the cell size exceeds
  |  |the physical screen size
  |  |?!





--- Additional comments from [EMAIL PROTECTED] Fri Sep 16 06:55:56 -0700 
2005 ---
Created an attachment (id=29603)
What happens when the cell size exceeds the physical screen size ?!


-
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 54706] Calc doesn't handle large cells at all well

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





--- Additional comments from [EMAIL PROTECTED] Fri Sep 16 06:56:48 -0700 
2005 ---
Forgot to add, this is using m128.

-
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 54031] Loop on opening Word docu ment (cont. frame?)

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





--- Additional comments from [EMAIL PROTECTED] Tue Sep 13 07:07:29 -0700 
2005 ---
Still happens on m128

-
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 54031] New - Crash on opening Wor d document

2005-08-31 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54031
  Issue #:|54031
  Summary:|Crash on opening Word document
Component:|Word processor
  Version:|OOO 2.0 Beta2
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P5
 Subcomponent:|code
  Assigned to:|mru
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Wed Aug 31 05:47:25 -0700 
2005 ---
I noticed that all the Word documents we use internally cause OOo to hang. I've 
stripped one right down and I'll attach 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 54031] Crash on opening Word doc ument

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


User osavill changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29200) Word document
  |  |that causes OOo to hang





--- Additional comments from [EMAIL PROTECTED] Wed Aug 31 05:49:39 -0700 
2005 ---
Created an attachment (id=29200)
Word document that causes OOo to hang


-
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 3403] How about adding LaTeX sup port !!!

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





--- Additional comments from [EMAIL PROTECTED] Mon Jun 20 06:17:43 -0700 
2005 ---
I think Issue 48699 should be marked as a duplicate of 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]



[graphics-issues] [Issue 50990] New - Images get exported to SVG and PNG not original format

2005-06-20 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50990
  Issue #:|50990
  Summary:|Images get exported to SVG and PNG not original
  |format
Component:|Drawing
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|wg
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Mon Jun 20 06:23:46 -0700 
2005 ---
It looks as if OOo exports images into SVG files as image/png. This is a 
problem when the target is a non Mozilla browser; since the other browsers do 
not support PNG files. (I am not sure if this is because of the Adobe SVG 
plugin 
vs. native support in Mozilla.) Maybe the Export / Save As dialog needs a 
Convert images to option or somewhere in preferences, but the current system 
is problematic for web content.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 50990] Images get exported to SV G and PNG not original format

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





--- Additional comments from [EMAIL PROTECTED] Mon Jun 20 06:24:25 -0700 
2005 ---
Forgot to say using M109.

-
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 50991] New - Import of SVG

2005-06-20 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50991
  Issue #:|50991
  Summary:|Import of SVG
Component:|framework
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|tm
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Mon Jun 20 06:27:33 -0700 
2005 ---
Since OOO does a first class job of exporting to SVG shouldn't it also offer an 
SVG editor ? I have had several people ask me this just recently and I have no 
good answer for them ! This would also lend itself extremely nicely to the 
Flash 
export as well.

-
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 48463] Export to PDF fails

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


User osavill changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=25647) Resulting PDF
  |  |export file





--- Additional comments from [EMAIL PROTECTED] Fri Apr 29 07:50:20 -0700 
2005 ---
Created an attachment (id=25647)
Resulting PDF export 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 48463] New - Export to PDF fails

2005-04-29 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48463
  Issue #:|48463
  Summary:|Export to PDF fails
Component:|Word processor
  Version:|680m95
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|save-export
  Assigned to:|mru
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Fri Apr 29 07:48:25 -0700 
2005 ---
All the pages in this IBM tutorial series had PDF versions, apart from the last 
which can be found at http://www-128.ibm.com/developerworks/library/l-seclnx3/ 
. 
So I decided to load it into OOo and export it myself to PDF. The resulting PDF 
was seriously truncated. I exported to sxw format, re-opened the document 
(which 
was complete) and re-exported as PDF but the reulst was the same. I will attach 
the resulting PDF document.

-
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 41239] OOo defeated by dropped JDBC connection

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





--- Additional comments from [EMAIL PROTECTED] Wed Apr 13 08:26:34 -0700 
2005 ---
Has there been any further input for this problem report ?

Thanks,

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[dba-issues] [Issue 41239] OOo defeated by dropped JDBC connection

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





--- Additional comments from [EMAIL PROTECTED] Wed Mar  2 12:51:30 -0800 
2005 ---
Having examined the Java code in the MySQL JDBC driver it appears that it is not
part of its contract to manage the sessions. This means that it is up to the
user application to do the Session management. If the connection has gone down
OOo should probably try to re-establish the connection a few times before
bubbling the exception up to the UI level.

-
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 43939] New - It is not possible to re-open a closed database connection

2005-03-02 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43939
  Issue #:|43939
  Summary:|It is not possible to re-open a closed database
  |connection
Component:|Database access
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Wed Mar  2 13:00:02 -0800 
2005 ---
I have been working with a MySQL database where the admins have set a connection
timeout of about 15 seconds ! This makes working with it and OOo extremely
difficult. (See also ISSUE# 41239)

Once the connection has been closed OOo offers no way of re-establishing the
connection. Currently there is no session control in OOo so the only way of
working with a DB of this type is to have a manual re-connect button. This must
be available when trying to enter new data into the DB or adding new / amending
existing table structures. There is a definite requirement to re-connect and
then re-submit the SQL query, additions or amendments again.

-
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 41316] New - Copy and Paste data base row

2005-01-25 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41316
  Issue #:|41316
  Summary:|Copy and Paste data base row
Component:|Database access
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Tue Jan 25 14:56:55 -0800 
2005 ---
It does not appear to be possible to Copy and Paste and entire data base record.
Even if the records are shown in rows (classic OOo DB view) it is only possible
to copy single cells at a time.

Open a blank document (even from within a data base it is impossible to get to
the other data source !!).
Click Data Sources.
Right click on Bibliography and select Edit data base file
Select the Tables button.
Double click biblio.
Click one of the far left grey coloured cells.
Select Edit -- Copy.
Go to the empty last row.
  Edit -- Paste is greyed out.
Click in one of the cells
Select Edit -- Paste.
  Only the contents of the first cell is pasted.

-
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 22338] Data Sources should be available without having to open something

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





--- Additional comments from [EMAIL PROTECTED] Mon Jan 24 14:52:54 -0800 
2005 ---
It makes even more sense to be able to open the Data Source browser from the
minimal startup window given the much enhanced data base functionality in OOo
1.9 / 2.0.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[sw-issues] [Issue 2425] Tooltips for status bar would be nice !

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





--- Additional comments from [EMAIL PROTECTED] Mon Jan 24 15:00:33 -0800 
2005 ---
Does this one hold the record for oustanding issue ! :-)

EVERYTHING else has a tool tip. Surely it is about time that these should also
get tooltips !!! 

I still don't know what STD, EXT, ADD, SEL or HYP mean three years after the
original post ! The user cannot know to double click these area (affordance and
all that). What is worse is that 2 of the empty ones actually have functions (to
digitally sign the document and 'Fields'), but how in blue blazes is anyone
supposed to know 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]



[dba-issues] [Issue 41239] New - OOo defeated by dropped JDBC connection

2005-01-24 Thread osavill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41239
  Issue #:|41239
  Summary:|OOo defeated by dropped JDBC connection
Component:|Database access
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|osavill





--- Additional comments from [EMAIL PROTECTED] Mon Jan 24 15:11:42 -0800 
2005 ---
I wish to use OOo with an external MySQL database. Setting up the connection is
fine. I start to create a form with the Form Wizard, all this works too. I
finish the Wizard with the data entry option. The fields duely appear and I
start to enter data. I press Save and I get the message: 

Error inserting the new record

No operations allowed after connection closed

If I try to do anything further with the data base I get a dialog with:

SQL Status: 08S01

Communications link failure due to underlying exception: 

** BEGIN NESTED EXCEPTION ** 

java.io.EOFException

STACKTRACE:

java.io.EOFException
at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1895)
at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2342)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2838)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1584)
at com.mysql.jdbc.Connection.serverPrepare(Connection.java:4932)
at com.mysql.jdbc.Connection.prepareStatement(Connection.java:1312)


** END NESTED EXCEPTION **



In fact all I have to do is wait a while before hitting 'Save' and this will
happen. The assertion I presume is because the connection has died and OOo is
trying to talk over it. Would it be possible to trap this exception and
reconnect or do periodic keep alive type transactions ? The time period would
either have to be frequent or used adjustable.

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