Bubble edit not showing in rails application

Bubble edit not showing in rails application

aschippersaschippers Posts: 22Questions: 8Answers: 3

Hello,

A couple of months ago, I bought the Angle theme for a project. Everything is working fine, except for the datatables bubble editor. If I change the thing to "inline", it works like a charm

The problem seems to be with some stylesheet conflict (as far as I understand it now).

I put the rails version on github for review, maybe you have some time to look at it.
https://github.com/doofpot/angle-datatable-bubble.git

A small readme and a screenshot of the part of the html, causing the problem is included.

I edited the first datatable (datatable1) for demonstration.
http://localhost:3000/tables/datatable

I'll try to put it online this afternoon, but maybe on forehand someone has a clue.

Regards,

Sander

This question has an accepted answers - jump to answer

Answers

  • aschippersaschippers Posts: 22Questions: 8Answers: 3

    Ok, after four or five days of digging, I found a workaround

    It seems that the Angle template sets a z-index to 111, which causes that bubble edit is a deeper layer.

    For now, I lowered the z-index of my template from 111 to 10 (and it seems nothing is broken yet). But the question is, changed: is it nice to have a central configuration for some specific css things.

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Answer ✓

    Hi,

    Good to hear you've got this working now. All of Editor's styles are in the editor.dataTables.css file (assuming you are using the DataTables default styling). I can't really comment on any other CSS files that might be used - this is definitely one of the pain points when including lots of CSS from third parties!

    Allan

This discussion has been closed.