First Last Prev Next    No search results available
Details
: Make popup menus for path wider (configurable)
Bug#: 26268
: QuickFolders
: General
Status: RESOLVED
Resolution: FIXED
: PC
: Windows NT
: unspecified
: P3
: enhancement
: ---

:
:
:
:
:
  Show dependency tree - Show dependency graph
People
Reporter: wiledsch@web.de
Assigned To: Axel Grude <axel.grude@gmail.com>
:

Attachments
Premium configurtation - path for quickJump / quickMove (15.86 KB, image/png)
2016-07-29 05:27, Axel Grude
no flags Details
Test case: very long path (43.60 KB, image/png)
2016-07-29 08:14, Axel Grude
no flags Details
4.6.1 prerelease 36 (704.86 KB, application/x-xpinstall)
2017-01-05 15:09, Axel Grude
no flags Details


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2016-07-29 04:12
I like QuickFolders and I am using the Premium Features all day long ;-)

After using it for long time now I still miss an option like show on/off whole
path because in the popping up window for long paths a part could be seen only.
Sometimes I gave the same name to subfolders like year or month and than it is
not possible to use the shortcuts.

Do you see a chance for that?

Thanks

Wilhelm Schilling
------- Comment #1 From Axel Grude 2016-07-29 05:27:39 -------
Created an attachment (id=8211) [details]
Premium configurtation - path for quickJump / quickMove

Do you mean this?

On the QF Pro tab there are several options for configuring the path shown  in
hte premium features (quickMove / quickJump). In your case you can choose 

Account-Folder Path, Maximum Path depth: 5

or something more suitable for your purposes.

You can also configure the "Recent folders" list in a similar way by going to
the General Tab and right=clicking the "Display Recent Folders Tab"
------- Comment #2 From wiledsch@web.de 2016-07-29 07:43:51 -------
Thank you for your quick answer.

Now I understand I did not explain exactly: I know this options to configure.
But it is not displayed in Windwos totally, a part of a long path is not to
see. Can you configure that?
------- Comment #3 From Axel Grude 2016-07-29 08:03:57 -------
(In reply to comment #2)
> Thank you for your quick answer.
> 
> Now I understand I did not explain exactly: I know this options to configure.
> But it is not displayed in Windwos totally, a part of a long path is not to
> see. Can you configure that?
> 
I think what you are saying is that the menu isn't wide enough physically for
the full path to fit? can you post a screenshot with an example so I can see
how it is being cut off?
------- Comment #4 From Axel Grude 2016-07-29 08:14:24 -------
Created an attachment (id=8212) [details]
Test case: very long path

I think this is an example of what you meant:

this is a folder with the path:

/Mail/pop.gmail.com/LAB-Testing.sbd/Long Path Test.sbd/Long Subfolder.sbd/Even
longer subfolder.sbd/insanely long subfolder

and it gets truncated at >> insanely lon...

on my system. Is that roughly the width that you see in your version?
------- Comment #5 From wiledsch@web.de 2016-07-29 09:12:32 -------
Yes - that looks very familiar :-(
that is what I meant.
------- Comment #6 From Axel Grude 2017-01-05 06:39:49 -------
I found the rule that causes this in 
chrome://global/skin/menu.css, line 180
menupopup > menu,
menupopup > menuitem,
menupopup > menucaption {
  max-width: 42em;
}


Normally I would try to put this rule into userChrome.css

/* allow extra long paths. default is 42em */
#QuickFolders-quickMoveMenu > menu,
#QuickFolders-quickMoveMenu > menuitem,
#QuickFolders-quickMoveMenu > menucaption {
        max-width: 100em !important;
}

but for some reason it does not overwrite the  rule above from the default skin
(I also tested with menupopup > menuitem). If I change the original value in
DOMi it has the desired effect, so I stilll need to figure out why I cannot
make an overriding rule which has clearly higher specificity.
------- Comment #7 From Axel Grude 2017-01-05 15:09:03 -------
Created an attachment (id=8249) [details]
4.6.1 prerelease 36

test version increasing popup menu items width from 42em to 100em.
------- Comment #8 From Axel Grude 2017-03-08 08:42:19 -------
Fixed in 4.7 (Released 20/02/2017)

First Last Prev Next    No search results available