Tyler Hughes

Results 233 comments of Tyler Hughes

Ah I see. Essentially the toolbar itself is hidden and only appears when you hit a button. The destroy function would be tied to the save button as it hides...

I believe the `data-target` attribute is being used as a means of identifying which editor the toolbar should update. I'm was able to create and [use two editors](https://github.com/RandomlyKnighted/bootstrap-wysiwyg/blob/master/examples/multiple-editors.html) in my...

@steveathon I got to thinking about this issue this morning. If we disable the other editors on the page when the user isn't using them I believe that might fix...

The idea I proposed was not a tested solution. However, thank you for testing it and I will continue to investigate this issue further.

Thank you @EmmersonBrady. That infornation is useful in helping to detemine the root cause.

@ToineSeiter can you share what those two functions look like in your file please? I haven't been able to replicate your results yet and I'd like to look at yours...

@andrews05 have you been able to get it working with one toolbar per editor?

So the code above for the single editor. Did that go in one of your scripts or did you update the `bootstrap-wysiwyg.js` file?

Alright, thanks! I'll see if I can find some time over the holidays to see how we might can use this to fix the issue.

Ah I see what you mean now. I did a search through the code base and there is no reference to the data-target attribute at all. There are a couple...