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

Load Dialog: enter a new filename and hit enter too quick -> wrong loader #7901

Closed
NickDraper opened this issue May 9, 2013 · 1 comment
Closed
Assignees
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@NickDraper
Copy link
Contributor

If you enter a new filename (which would cause a change of loader). If you hit enter or click ok before the new loader has been assigned then it will try to use the old loader.

Improvement ideas:

  1. Disable execution until the loader search has completed
  2. Cache the execute request until the loader has been selected (probably better)
  3. Possibly test with the previous loader (before the rest) quickcheck and filecheck first, as 90% of file will use the last loader.
@NickDraper NickDraper added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@NickDraper NickDraper added this to the Release 3.0 milestone Jun 3, 2015
@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 7055

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

2 participants