Issue 108087 - Find may not find hits in rows hidden by filter
Summary: Find may not find hits in rows hidden by filter
Status: CONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: viewing (show other issues)
Version: OOO320m8
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
: 90901 92707 (view as issue list)
Depends on:
Blocks: 113890
  Show dependency tree
 
Reported: 2010-01-05 15:22 UTC by koapa
Modified: 2014-04-15 04:11 UTC (History)
8 users (show)

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


Attachments
patch from ooo-build master (19.17 KB, patch)
2010-06-21 15:02 UTC, kyoshida
no flags Details | Diff
patch from ooo-build master (6.66 KB, patch)
2010-06-21 15:02 UTC, kyoshida
no flags Details | Diff
patch from ooo-build master (for the API portion) (7.25 KB, patch)
2010-06-21 15:03 UTC, kyoshida
no flags Details | Diff
patch from ooo-build master (for the API portion) (6.72 KB, patch)
2010-06-21 15:03 UTC, kyoshida
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description koapa 2010-01-05 15:22:50 UTC
If you have a quick filter and selected something (quick filter is activ) and 
then you want to look up somethink (CTRL +F), you got find results also from 
hidden cells (don´t fit into filter).

This is a big bug, because, if I see line 1,2,3 and 500,501,502 and find is 
looking also into 2xx, 3xx, 4xx and I see nothing. Only I know, that he is 
there.

Calc should look up only in cells, that are SHOWN !
Comment 1 kyoshida 2010-01-05 16:04:29 UTC
Actually I have a patch for this in Go-OO, and would be happy to upstream it if
there is interest.
Comment 2 Oliver Brinzing 2010-01-06 16:40:08 UTC
@kohei
hopefully your suggested patch will not affect  seaching via API
(oSheet.createSearchDescritpor) ?

i could imagine adding a new search option, for example "ignore hidden cells"
Comment 3 kyoshida 2010-01-06 16:52:42 UTC
So, what's the use case for searching values in hidden cells, even from the API?
Comment 4 Oliver Brinzing 2010-01-06 17:19:08 UTC
> even from the API?

just a simple example:
a sheet contains data organized like a database (each row is an entry).
a macro will now search & replace all "XXX" with "YYY".
But if a user has applied an autofilter before, the macro will fail to change
all values now.

a new search option will help to avoid this problem...
Comment 5 koapa 2010-01-06 17:47:38 UTC
Will this bug or new find options be included in new release of OpenOffice 3.2 ?
For me is this very high priority issue, because I need it for my work.

Thanks
Comment 6 kyoshida 2010-01-06 17:53:18 UTC
That makes sense.  Perhaps I can add that option for the API.
Comment 7 kyoshida 2010-01-06 18:04:47 UTC
>Will this bug or new find options be included in new release of OpenOffice 3.2 ?

Not in the official version of OOo since we are waaaaaay past the feature
freeze, but Go-OO 3.2 will have this enhancement.
Comment 8 kyoshida 2010-01-06 18:05:47 UTC
Perhaps I can try this for 3.3.
Comment 9 Joost Andrae 2010-06-03 12:18:02 UTC
re-priorizing this issue from P1 to P3
Comment 10 kyoshida 2010-06-21 14:39:30 UTC
Ok.  I forgot about this.  Setting target to 3.4.
Comment 11 kyoshida 2010-06-21 15:02:29 UTC
Created attachment 70126 [details]
patch from ooo-build master
Comment 12 kyoshida 2010-06-21 15:02:59 UTC
Created attachment 70127 [details]
patch from ooo-build master
Comment 13 kyoshida 2010-06-21 15:03:32 UTC
Created attachment 70128 [details]
patch from ooo-build master (for the API portion)
Comment 14 kyoshida 2010-06-21 15:03:56 UTC
Created attachment 70129 [details]
patch from ooo-build master (for the API portion)
Comment 15 Martin Hollmichel 2011-03-15 12:51:13 UTC
set target to 3.x since not release relevant for 3.4.
Comment 16 Rob Weir 2013-07-30 02:41:49 UTC
Reset assignee on issues not touched by assignee in more than 1000 days.
Comment 17 Rainer Bielefeld 2014-03-03 10:04:10 UTC
*** Issue 90901 has been marked as a duplicate of this issue. ***
Comment 18 Rainer Bielefeld 2014-03-03 10:05:19 UTC
*** Issue 92707 has been marked as a duplicate of this issue. ***
Comment 19 Rainer Bielefeld 2014-03-03 10:25:27 UTC
My patience is evanishing, I will no longer accept this bug in my daily work office suite knowing that alternative LibreOffice does not have this problem.
Comment 20 Rainer Bielefeld 2014-04-15 04:11:16 UTC
I don't think that this one depends on "Issue 49380 - enable find and replace buttons when 'Search For' box is empty"

This one is not a trivial Enhancement, but a bug what makes Calc unusable (at least it's one of the reasons why I don't use it).