Issue 99416 - completely wrong mass-cells update (drag style) while having auto-filter active
Summary: completely wrong mass-cells update (drag style) while having auto-filter active
Status: CLOSED DUPLICATE of issue 89232
Alias: None
Product: Calc
Classification: Application
Component: editing (show other issues)
Version: OOO300m9
Hardware: PC Linux, all
: P5 (lowest) Trivial (vote)
Target Milestone: ---
Assignee: spreadsheet
QA Contact: issues@sc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-19 13:03 UTC by oo_user_and_promoter
Modified: 2009-02-19 14:01 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description oo_user_and_promoter 2009-02-19 13:03:01 UTC
having:
crt	msg
1	AA
2	BB
3	CC
4	BB
5	AA
apply auto-filter with first row as header (crt, msg)
select BB for msg field
now you have:
crt	msg
2	BB
4	BB
add ZZZ to the third column on the first BB line
now you have
crt	msg	
2	BB	ZZ
4	BB	
select ZZ cell and drag to mass update also the cell beneath
now you have
crt	msg	
2	BB	ZZ
4	BB	ZZ
now de-select the filter (select all on msg)
result:
crt	msg	
1	AA	
2	BB	ZZ
3	CC	ZZ
4	BB	ZZ
5	AA	
completely wrong and having tremenduous impact
the CC row should NOT have ZZ
expected result:
crt	msg	
1	AA	
2	BB	ZZ
3	CC	
4	BB	ZZ
5	AA	

always reproductible
renders oo calc unusable

ms excel behaves correctly

thank you
Comment 1 frank 2009-02-19 14:00:42 UTC
double to Issue 89232
please use the search facilities before submitting issues

*** This issue has been marked as a duplicate of 89232 ***
Comment 2 frank 2009-02-19 14:01:32 UTC
closed double