angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.29k stars 6.73k forks source link

Angular-Xeditable form can't be submitted inside uib-accordion-heading #6450

Open LegendOfFire opened 7 years ago

LegendOfFire commented 7 years ago

The issues forum is NOT for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.

Bug description:

I want to make the uib-accordion-heading content an angular-xeditable element. However the form generated by angular-xeditable can't be submitted. It seems that the submit event is handled by uib-according component firstly.

Link to minimally-working plunker that reproduces the issue:

http://plnkr.co/edit/5Y1kenRN78ULT80LSrGR

Steps to reproduce the issue:

  1. Click "+" tab to add a new tab.
  2. Select the new tab.
  3. Click the "Add new feature" button
  4. Click the "edit" icon, and edit in place then submit.

Version of Angular, UIBS, and Bootstrap

Angular: 1.6.1

UIBS: 2.4.0

Bootstrap: 3.3.7

anshul1012 commented 7 years ago

Any updates on this? Facing a similar issue.