Bug 280420 - In Open dialog some files not show (actually due to eliding)
Summary: In Open dialog some files not show (actually due to eliding)
Status: RESOLVED DUPLICATE of bug 352776
Alias: None
Product: kfile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-19 13:06 UTC by Sasha
Modified: 2018-04-09 22:07 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
filedialog (43.96 KB, image/png)
2011-08-19 13:06 UTC, Sasha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sasha 2011-08-19 13:06:35 UTC
Created attachment 62979 [details]
filedialog

Version:           unspecified (using KDE 4.7.0) 
OS:                Linux

When I want open file to edit I see picture as an attachment
But this folder has another structure:

~/.rodovid/locales/ua$ ls -la
загалом 48
drwxr-xr-x 2 asm asm  4096 2011-08-19 15:49 .
drwxr-xr-x 7 asm asm  4096 2010-11-18 09:34 ..
-rw-r--r-- 1 asm asm 26656 2011-08-19 15:32 help
-rw-r--r-- 1 asm asm  6822 2011-08-19 11:10 if
-rw-r--r-- 1 asm asm   634 2011-01-07 15:04 if2
 
When I select '...' in filedialog then will loading file 'help'...
???


Reproducible: Always

Steps to Reproduce:
Open FileDialog to open file

Actual Results:  
I can't see file 'help'

Expected Results:  
I want see file 'help'

folder 'rodovid' ia a symbolic link to '.rodovid' (may be this is usefull)
Comment 1 Dominik Haumann 2011-08-19 13:33:57 UTC
On the screenshot you are in the folder
  some path/rodovid/locales/us/
However, in the report above, the folder says
  ~/.rodovid/locales/us/
So here it is ".rodovid" instead of "rodovid"... Are you sure you are not mixing up directory paths?

This really sounds like it's not a Kate issue at all.
Comment 2 Sasha 2011-08-19 13:56:04 UTC
I wrote in addition: rodovid is symlink to .rodovid

2011/8/19 Dominik Haumann <dhdev@gmx.de>:
> https://bugs.kde.org/show_bug.cgi?id=280420
>
>
>
>
>
> --- Comment #1 from Dominik Haumann <dhdev gmx de>  2011-08-19 13:33:57 ---
> On the screenshot you are in the folder
>  some path/rodovid/locales/us/
> However, in the report above, the folder says
>  ~/.rodovid/locales/us/
> So here it is ".rodovid" instead of "rodovid"... Are you sure you are not
> mixing up directory paths?
>
> This really sounds like it's not a Kate issue at all.
>
> --
> Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug.
>
Comment 3 Christoph Feck 2011-08-20 09:21:44 UTC
Qt eliding the file name ...
Comment 4 Sasha 2011-08-20 14:40:00 UTC
Yes. Problem in QT. I test this situation in Ark and have some efect.
But this efect has interesting issue:
i have tre like this:
.roddovid/locales/{en,ru,ua,de,by}/{help,if,if2}
and when I see this directories in QT filedialog I see different lists...
in ua subfolder I 
...
if
if2
But once I saw all Ok.
in ru I saw this too...
in de I saw this too...
In en I saw all Ok. I test this folder twice and saw all Ok.
In by I saw like this:
if
...
if2

But when I work with filedialog some time then all shows Ok:
if
help
if2
Comment 5 Christoph Feck 2011-08-25 11:48:25 UTC
I have yet to check if there is custom code in KDE to layout the filenames, or if it is just a QListView. But I have seen Qt being inconsistent with text bounding box widths elsewhere.
Comment 6 Nate Graham 2018-04-09 22:07:21 UTC

*** This bug has been marked as a duplicate of bug 352776 ***