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

Invalid RenamePattern error message displaying twice #2

Open
seijikun opened this issue Mar 7, 2014 · 0 comments
Open

Invalid RenamePattern error message displaying twice #2

seijikun opened this issue Mar 7, 2014 · 0 comments

Comments

@seijikun
Copy link
Collaborator

seijikun commented Mar 7, 2014

The Invalid RenamePattern error message is displaying twice in case of an invalid pattern when directly moving the focus from the renamePattern textbox to the searchLimit textbox.
This might be because of some strange focusing events since the SettingsPanels saveSettings() method is bount to the focusLost event of both, txtRenamePattern as well as txtSearchLimit.
I could imagine that when txtRenamePattern is loosing the focus while txtSearchLimit is gathering the focus, the save is triggered the first time and since an error message is displayed after that also txtSearchLimit is loosing it's focus and thus triggering the save a second time which then is leading to the error message being displayed a second time.

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

1 participant