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

Inline edit wrong behavior #2499

Closed
devProdigy opened this issue Oct 27, 2016 · 5 comments
Closed

Inline edit wrong behavior #2499

devProdigy opened this issue Oct 27, 2016 · 5 comments
Assignees
Labels
Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Type:Bug Bugs within the core SuiteCRM codebase

Comments

@devProdigy
Copy link

Inline edit doesn't work if you try to edit related fields (assigned user/accounts etc.) more then one time in a row. This means that if I make inline edit of Accounts on Details View I'll see list of account (see first attachment)
inline working event

And after it (without reloading page) if I try to make inline edit for second time I won't see any data after typing anything in that filed (see second attachment)
inline no event

As I noticed there is no appropriate event binded on that filed and there are some differences between html structure of this block and class names after inline edit.

This occurs in SuiteCRM version 7.6.4. Also, on forum I was answered that this issue can be validated on 7.7.6. as well.

@shogunpol
Copy link

@NaNmblsha , please provide step by step replication bug, flow(did you done any customisation on code or modules?). Also if i may ask you about environment details.
Thanks for your contribution.

@ijdavie ijdavie added Type:Bug Bugs within the core SuiteCRM codebase Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds labels Oct 31, 2016
@ijdavie
Copy link
Contributor

ijdavie commented Oct 31, 2016

@NaNmblsha, This from what I can see is the auto complete does not work on the second edit. the save still works as expected if using the popup. raised as a bug.

@devProdigy
Copy link
Author

devProdigy commented Oct 31, 2016

@shogunpol, here's how it can be reproduced (example will be for Opportunities module):

  1. open Opportunities details view module;
  2. click on inline edit sign for Accounts field;
  3. in appeared field type some data to see list of Accounts;
  4. chose one of them and click on save sign;
  5. after successful save -> repeat step 2) and 3)
  6. Now you'll see that field do not respond on any pasted data.

Yes, this module was customized but I have the same error on other "clean" modules.
Environment: Windows server 2012R, MsSQL, SuiteCRM version 7.6.4.

@ijdavie, thanks)

kdjmonaghan added a commit to kdjmonaghan/SuiteCRM that referenced this issue Jan 12, 2017
@shogunpol shogunpol added the Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution label Jan 17, 2017
@kdjmonaghan
Copy link
Contributor

kdjmonaghan commented Feb 7, 2017

Hi @NaNmblsha, I believe this has been resolved in SuiteCRM 7.8. If you're still having issues with this, please check SuiteCRM 7.8 and let me know if the problem still occurs for you.

@devProdigy
Copy link
Author

devProdigy commented Feb 8, 2017 via email

@ijdavie ijdavie added Resolved: Next Release and removed Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution labels Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Type:Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

6 participants