Impossible to insert/edit bootstrap grids Solved

User's avatar
Dmitriy S.
23:42 May 06, 2015
I have a very big usability issues with your plugin. It is impossible for me (as far as I can see) to be able to insert grid elements into places due to not being able to place a cursor in the right position.

Steps to reproduce:

1. Go to http://doksoft.com/soft/ckeditor-bootstrap/demo.html
2. Switch to source mode
3. Insert the following source,
<div class="col-xs-3 ">
<p class="">col-xs-3</p>
</div>

<div class="col-xs-3 ">
<p class="">col-xs-3</p>
</div>

4. Switch back to wysiwyg mode
5. Attempt to insert a new grid div in between, before or after the grid divs. It is impossible. The cursor does not get placed in between the divs even when I click there.

Please fix.
Support team avatar
JS+
11:04 May 13, 2015
Hello,
You can easely insert new div's or any other tags using menu opened after clicking "+" buttons. They are right for avoiding such problems. Please see attached screenshot.
Actually Bootstrap Tools tries not to affect to cursor placement strategy: it is fully defined by browser's behavior and CKEditor.
 insert-div-using-bootstrap-tools.png   5.71 KB