Giter VIP home page Giter VIP logo

Comments (6)

vitalets avatar vitalets commented on May 17, 2024

hi, I did not test it inside bootstrap modal.
I think you should apply $().editable() in shown event handler of modal.
It would be usefull to have jsfiddle with such example. thx!

from x-editable.

shewitt avatar shewitt commented on May 17, 2024

I've made a simplified page now, and I think the x-editable popover is coming up behind the modal, I just couldn't see that on the previous page I was working with.

I'll post a jsfiddle example for you shortly.

from x-editable.

shewitt avatar shewitt commented on May 17, 2024

Well, here's the jsfiddle example, which actually works although the popover positioning is out of whack;

http://jsfiddle.net/shewitt/3jdd4/

This same code didn't work when I ran it locally, but I was linking to local Bootstrap and Editable libs and I'm remote linking in jsfiddle. I've changed to the same remote libs in my local example now and it actually works, except for the popover positioning. I guess there's something off in the local libraries I'm using so I'll go investigate that.

from x-editable.

PhilETaylor avatar PhilETaylor commented on May 17, 2024

Im also having this - debugging now :)

from x-editable.

PhilETaylor avatar PhilETaylor commented on May 17, 2024

This popover positioning is caused in BS v2.2.2 with line 5159

.modal-body {
position: relative;
.....
}

This was added in BS v2.2.2 and causes the problem where the popover displays under the modal-header - this is a pain and I cannot work out how to fix other than removing that line from the bootstrap.css

from x-editable.

PhilETaylor avatar PhilETaylor commented on May 17, 2024

ok reference for why this was changed in BS 2.2.2. is here twbs/bootstrap#6097

from x-editable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.