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

Lose focus overwrites Value wtih Display Text #3

Open
zhudock opened this issue Aug 12, 2016 · 1 comment
Open

Lose focus overwrites Value wtih Display Text #3

zhudock opened this issue Aug 12, 2016 · 1 comment

Comments

@zhudock
Copy link

zhudock commented Aug 12, 2016

When using 2 different columns for Value and Display Text, typing the full search string or selecting a value from the popup properly sets the Value of the underlying page item.

When the Plugin Item loses focus, it overwrites the Value of the page item with the Display Text.

@zhudock
Copy link
Author

zhudock commented Aug 15, 2016

Suggested Fix:

In onload.js call to _e_mask_kaydown change

FROM

if ( e.keyCode == 9 ) { mask.trigger('removePrompt'); }

TO

if ( e.keyCode == 9 ) { _e_mask_removePrompt(); }

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