Issue 127078 - crash when changing chart data range on Ubuntu 16.04 (not Ubuntu 14.04)
Summary: crash when changing chart data range on Ubuntu 16.04 (not Ubuntu 14.04)
Status: CONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: editing (show other issues)
Version: 4.1.2
Hardware: All Linux 64-bit
: P5 (lowest) Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-20 10:03 UTC by richardbaxter
Modified: 2016-09-19 04:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
OpenOffice 4.1.2 Crash When Changing Graph Data Row Size (Ubuntu 16 Only) (15.99 KB, application/vnd.oasis.opendocument.spreadsheet)
2016-08-20 10:03 UTC, richardbaxter
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description richardbaxter 2016-08-20 10:03:06 UTC
Created attachment 85641 [details]
OpenOffice 4.1.2 Crash When Changing Graph Data Row Size (Ubuntu 16 Only)

To reproduce;
1. open openoffice412CrashWhenChangingGraphDataRowSizeUbuntu16Only.ods on OpenOffice 4.1.2 or 4.1.0 with Ubuntu 16.04 (not Ubuntu 14.04)
2. go to Sheet2
3. double click on graph and select 'data ranges'
4. select 'Data Series'
5. ensure Data Series "Column D" is selected
6. ensure Data Range "Name" is selected: change data labels from "$Sheet1.$F$7:$F$315" to "$Sheet1.$F$7:$F$367"
8. select Data Range "x-Values": change Range for x-Values from "$Sheet1.$B$7:$B$315" to "$Sheet1.$B$7:$B$367"
9. select Data Range "y-Values": change Range for y-Values from "$Sheet1.$D$7:$D$315" to "$Sheet1.$D$7:$D$367"
10. select Data Series "Column G"

Actual behaviour;
1. Openoffice crashes

Expected behaviour;
1. Column G is selected (no crash)
Comment 1 hanya 2016-09-19 04:09:47 UTC
Crashed in SvListView::IsSelected method. The reson seems the same with issue 125147.
It looks Ubuntu 16.04 enables accessibility function as default on Gtk environment. 
I could not find an option to disable accessibility function on Ubuntu 16.04 in /usr/share/glib-2.0/schemas.

This kind of crash could happen on all SvListView related controls such as list box and tree like controls.