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

Editable does not reset the width of the parent <td> element after close #730

Open
soundstage opened this issue Jun 1, 2018 · 1 comment

Comments

@soundstage
Copy link

Before clicking on any editable element.

image

After any of the element is clicked.

image

After element has been edited and editable is closed.

image

A large blank gets added to the parent after the editable is closed. This occurs after both submit and cancel.

The following is the editable code that I have implemented.
<a ng-repeat="(key, value) in item" href="#" e-rows="1" e-cols="30" ng-class="{$last:'editable-textarea'}" e-style="width: 300px" editable-textarea="value" e-label="{{key}}" onaftersave="view.saveGridResource(topKey,item,key, value, resource)">{{value||"empty"}}</a>

How do I solve this blank space being added after any element?

@ckosloski
Copy link
Contributor

What does your table code look like?
Can you provide a plunkr or jsfiddle showing your issue?

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

2 participants