Bug 276001

Summary: Find function doesn't find small caps text
Product: [Applications] okular Reporter: Thomas Mitterfellner <thomas>
Component: PDF backendAssignee: Okular developers <okular-devel>
Status: RESOLVED UPSTREAM    
Severity: wishlist    
Priority: NOR    
Version: 0.12.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: PDF file, which illustrates the "Find Small Caps Text Issue"

Description Thomas Mitterfellner 2011-06-18 21:14:02 UTC
Created attachment 61125 [details]
PDF file, which illustrates the "Find Small Caps Text Issue"

Version:           0.12.1 (using KDE 4.6.4) 
OS:                Linux

The find function does not find text which is in small capitals. See the PDF I've attached (created with pdflatex).


Reproducible: Always

Steps to Reproduce:
1) Open attached pdf
2) Hit CTRL+F, type SmallCaps
3) Hit F3

Actual Results:  
Occurence 1) is found, after hitting F3 occurrence 3) is found. Occurrence 2), which is text rendered in small capitals, is skipped (excluded from the search results)

Expected Results:  
Any occurence of 'SmallCaps' should be found (i.e. three occurrences in the attached bug.pdf)

This might be an issue similar to https://bugs.kde.org/show_bug.cgi?id=181828
Comment 1 Albert Astals Cid 2011-06-18 21:42:51 UTC
The problem lies in poppler, the library we use to handle pdf files so i'm closing the bug here. Please go to http://bugs.freedesktop.org and open a bug against the poppler component.
Comment 2 Thomas Mitterfellner 2011-06-18 22:24:39 UTC
(In reply to comment #1)
> The problem lies in poppler, the library we use to handle pdf files so i'm
> closing the bug here. Please go to http://bugs.freedesktop.org and open a bug
> against the poppler component.

I filed a bug against poppler: https://bugs.freedesktop.org/show_bug.cgi?id=38456
(also, for completeness, the evince bug report, which I had filed before the poppler one: https://bugzilla.gnome.org/show_bug.cgi?id=652909)