[Issue 125791] New: OpenOffice crashes when opening a tree view with JAWS 15 running.

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125791

  Issue ID: 125791
Issue Type: DEFECT
   Summary: OpenOffice crashes when opening a tree view with JAWS
15 running.
   Product: General
   Version: 4.1.0
  Hardware: PC
OS: Windows 8
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: accessibility
  Assignee: issues@openoffice.apache.org
  Reporter: campg2...@gmail.com

Created attachment 84108
  --> https://issues.apache.org/ooo/attachment.cgi?id=84108&action=edit
screen shot

OpenOffice crashes when opening a tree view with JAWS 15 running.  Has been
observed in Help, Options, and elsewhere.  A dialog appears advising that an
unexpected error occurred and that documents will be recovered when OpenOffice
is restarted.  This does not happen with NVDA 2014.2.

Preconditions:
JAWS is running.
Steps:
Open Writer.
Press ALT+h, ENTER; help window appears.
Press rightArrow; the "Text Documents" branch of the tree opens.
Press DownArrow.
Expected: Focus moves to the first child item.
Actual: error message dialog appears.
(See crash.jpg.)
Press OK; the dialog closes, focus goes to previous ap.  
(The following might be another defect but I don't know how to reproduce it on
its own.)
The OpenOffice Document Recovery dialog appears, but it does not get the focus
automatically.  It is necessary to switch to it.
Actual: JAWS says "button ALT+s".
Expected: JAWS says "Start Recovery button ALT+s".
Press SPACEBAR.The Crash Report dialog (presumably) appears.  
[I had to switch to another ap and back.]
JAWS says "table read only untitled1".  (Note: JAWS commands that report the
text from window controls (e.g. SayLine (JAWSKey+UpArrow and JAWSKey+b) read
the crash report dialog.  The JAWS cursor reads the window of the app that
previously had focus.)
Note: here is the text captured by VirtualizeWindow (JAWSKey+Shift+w):
___
OpenOffice 4.1.1
OpenOffice Document Recovery
A report of the crash was created to help us identify the reason why OpenOffice
crashed. Click 'Next' to get 
to the Error Report Tool or press 'Cancel' to skip this step.
Recovering document:
Status of recovered documents:
Document Name Status
graphic 182  Untitled 1 graphic 879  Successfully recovered
Next > Cancel 
___
Press TAB.  
Actual: JAWS says"leaving table button ALT+n".
Expected: JAWS says "leaving table Next button ALT+n".
JAWS cursor now reads the expected screen text.
Press SPACEBAR.
Expected: the error report tool appears.
Actual: the Writer document screen appears.

Note: No one has looked at these screen shots.  I hope they are okay!
(I could only figure out how to attach 1 file, so the other screen shots aren't
there!)

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 118835] Screen reader does not speak in Save Basic dialog.

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=118835

GaryC  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from GaryC  ---
Works in version AOO411m6(Build:9775)  -  Rev. 1617669
2014-08-13 09:06:54 (Mi, 13 Aug 2014) running on Lenovo G510S running Windows
8.1
Processor: Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz   2.50 GHz
Installed memory (RAM): 6.00 GB System type: 64-bit Operating System, x64-based
processor
Pen and Touch: Full Windows Touch Support with 10 Touch PointsInformation 
Running JAWS 15.0.11024 using default Eloquence synthesizer and NVDA V2014.2..

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125430] CRASHING

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125430

--- Comment #2 from Michele Tipton  ---
I have used it for a presentation and it crashes every two or three slides. 
Another office worker used the spreadsheet and it kept crashing.  Typing a
normal word document has not affected it but I have not tried adding graphics
and things to the document.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125430] CRASHING

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125430

Michele Tipton  changed:

   What|Removed |Added

 CC||mtip...@kmbc.edu

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125774] Display error when adding decimals

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125774

Joe Smith  changed:

   What|Removed |Added

 CC||j...@martnet.com

--- Comment #1 from Joe Smith  ---
If I understand what you're doing, this is not a bug.

By adding to each previous value, the errors expected with floating point
numbers accumulate with each addition.

If you need a precise series, use Edit > Fill > Series, which is (or seems to
be) designed to avoid cumulative errors.

Or, use a formula that avoids cumulative sums. Instead of
B1: =A1+0.01
use
B1: =(ROW()-ROW(A$1))*0.01

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125707] Impress Note View jumps back to 1st Slide when I click the slide pane background

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125707

hanya  changed:

   What|Removed |Added

 CC||hanya.r...@gmail.com

--- Comment #3 from hanya  ---
To click the background of the slide pane is trigger of the starging multiple
selection of the slides.

Slides are deselected in NormalModeHandler::ProcessButtonDownEvent method when
the NOT_OVER_PAGE is contained in the event.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 124953] [PyUNO] Add __ne__ method to UNO types

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124953

--- Comment #4 from hanya  ---
This kind of changes might give different behavior for user's scripts. 
Should be applied when major update is planned, maybe version 5.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125786] Crash during the slide show

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125786

oooforum  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from oooforum  ---
Please report vote and/or comment

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

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125567] In slideshow mode, fatal error: SEH Exception ACCESS VIOLATION

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125567

--- Comment #4 from oooforum  ---
*** Issue 125786 has been marked as a duplicate of this issue. ***

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125789] writer alignment

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125789

oooforum  changed:

   What|Removed |Added

 CC||ooofo...@free.fr

--- Comment #1 from oooforum  ---
Thanks to describe with more details your problem.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125785] The requested operation requires elevation......

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125785

oooforum  changed:

   What|Removed |Added

 CC||ooofo...@free.fr

--- Comment #1 from oooforum  ---
This is a Windows system error and not AOO.
See the Microsoft KB about that.
Example with Win7 (depends of your version):
http://answers.microsoft.com/en-us/windows/forum/windows_7-files/the-requested-operation-requires-elevation/4d45a50e-2e5d-49f7-950c-e6281057491f

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125786] Crash during the slide show

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125786

oooforum  changed:

   What|Removed |Added

 CC||ooofo...@free.fr

--- Comment #1 from oooforum  ---
Duplicate of issue 125567

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125787] Error - file type not supported - trying to load file from Google Drive when saved as Word file

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125787

oooforum  changed:

   What|Removed |Added

 CC||ooofo...@free.fr

--- Comment #1 from oooforum  ---
Don't reproduce
The attached document opens perfectly with MS-Word Viewer.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 124654] locale setting should be saved with the document

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124654

--- Comment #20 from Andreas Säger  ---
All defaults can be overridden by means of templates and styles e.g. locale of
cell style "Default" in your default spreadsheet template.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125790] New: Writer crashes when opening a word document (docx) with a fixed tabel

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125790

  Issue ID: 125790
Issue Type: DEFECT
   Summary: Writer crashes when opening a word document (docx)
with a fixed tabel
   Product: Writer
   Version: 4.1.1
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: open-import
  Assignee: issues@openoffice.apache.org
  Reporter: j...@convergens.dk

Created attachment 84107
  --> https://issues.apache.org/ooo/attachment.cgi?id=84107&action=edit
An example that crashes writer

Opening a word/docx document that contains a table (text-box) with a fixed
location crashes writer.

Issue is seen in OO 3.1 -> 4.1.1 on windows and linux.

How to: 
Open the attached file -> crash.
Open in word - remove the table in the right side - save - document open i oo.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.


[Issue 125788] RFE Tables for Calc feature urgently wanted

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125788

Andreas Säger  changed:

   What|Removed |Added

 CC||ville...@t-online.de

--- Comment #1 from Andreas Säger  ---
Tables are "database ranges". But database ranges are not fully implemented.

1. Database ranges should expand calculated fields on insertion.
2. Database ranges should insert and delete rows within their own area.
3. Database ranges should obsolete Tools>Options>Calc>General "Expand
references ..."
4. Database ranges should NOT copy the header formatting when inserting below
the header row.
5. Database ranges should remember their filter settings even when you turn off
the filter temporarily (like Base does).

On the other hand there is the most useful Base component which gives a lot
more than alleged table ranges on spreadsheets.
When a database range in Calc is linked to a true database row set, point 1 and
2 are well implemented, 3 and 4 are not issues anymore and for point 5 there
are additional ways to filter and unfilter a list (and use them in Calc or
not).

Since virtually "nobody" is able to develop even the most simplistic database,
I developed a macro driven solution for the spreadsheet addicted:
https://forum.openoffice.org/en/forum/viewtopic.php?f=21&t=2350 (Expand list
ranges) which covers point 1, 2 and 3 even when no database range has been
defined using the concept of "current region".
I have another unpublished macro which addresses point 5 which makes use of the
fact that the range address of a criteria range is preserved in the
FilterDescriptor of a db-range after you removed the filtering.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125134] Impress continues to crash

2014-10-24 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=125134

--- Comment #10 from Beth  ---
(In reply to oooforum from comment #9)
> (In reply to Beth from comment #8)
> > How do you reset a profile?
> Did you really read this report? :-/
> I explain this in my 1st comment

Yes, I did read the messages and replies. No, I did not previously click on the
link as the context of your SECOND comment did not indicate that the link was
to information on resetting the OO user profile.

I have now read the instructions provided in the link and renamed my old user
file so a new one would be created. Impress still crashes, so the issue was not
the user file. 

As more than one person is having issues with Impress, it could be an issue
with the program itself interacting with Windows 8.1. I'm open to suggestions
on how to troubleshoot this. If I can't get this fixed pretty soon, I will have
to go buy Microsoft Office so that I can use Powerpoint. :(

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.