Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Toolbars do not display contents in alphabetical order #2257

Open
jimtut opened this issue Jan 5, 2017 · 0 comments
Open

Custom Toolbars do not display contents in alphabetical order #2257

jimtut opened this issue Jan 5, 2017 · 0 comments
Assignees
Milestone

Comments

@jimtut
Copy link

jimtut commented Jan 5, 2017

Short Summary

Custom Toolbars do not display contents in alphabetical order, but seem to apply a "grouping" first.

Steps to Reproduce

Create a new Custom Toolbar. Add a Userscript into the toolbar. Add a Run Command into the toolbar, but have the Run Command name be "later" (alphabetically) than the Userscript. (So, Userscript name is "A", Run Command name is "B".

Expected results

"A" should appear before "B" in the custom toolbar.

Actual results

"B" appears before "A". The sort algorithm appears to have a "grouping" underneath, sorting Run Commands before User Scripts. If you add multiple items of the same type (say more Run Commands), they sort correctly among themselves, but always appear before the User Scripts.

Platform Information

Komodo Edit or IDE? IDE
Komodo Version? 10.1.4
Operating System (and version)? Windows 10

Additional Information

@Naatan Naatan added the Bug: UX label Jan 5, 2017
@Naatan Naatan added this to the Perpetual milestone Jan 5, 2017
@Naatan Naatan self-assigned this Jan 5, 2017
@Naatan Naatan removed the Bug: UX label Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants