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

Title of an object is wrong after inline editor usage #647

Closed
hakantunc opened this issue Oct 22, 2015 · 0 comments
Closed

Title of an object is wrong after inline editor usage #647

hakantunc opened this issue Oct 22, 2015 · 0 comments
Assignees
Milestone

Comments

@hakantunc
Copy link
Member

For objects having custom DisplayFormat. When we double click on an object's title to rename it and then unselect it, the title shows the name of the object rather than the custom DisplayFormat. When we reload the parent sheet, the title is displayed correctly.

@kecso kecso self-assigned this Oct 23, 2015
@kecso kecso added the UX/UI label Oct 23, 2015
@kecso kecso added this to the v1.1.0 milestone Oct 23, 2015
kecso added a commit that referenced this issue Oct 23, 2015
having a 'formatted name' and an inplace editor for the 'plain name' confused the final result as when starting the inplace edit it changed the html value of the tag to the plain value, but if nothing was done, it have not set it back to the formatted value.
now the onFinish event of the editInPlace is handled and resets the tag's value to the formatted one
kecso added a commit that referenced this issue Oct 23, 2015
When the node has a formatted name, the inplace editor can mess it up (if no editing happened), but with handling the onFinish function, we fixed it and restore its value in those cases.
Fix also the problem of long project file import names (start using the overflow '...')
Fix the double-drop handling (as it became frequent), so if you drop the pointer target, the pop-up menu of the canvas drop will not show.
Fix the 'default hint' on the regular expression of the meta attribute definition.
@kecso kecso changed the title Title of an object Title of an object is wrong after inline editor usage Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants