Foren

web content edit template page not shown properly because of bootstrap

Bhavika Soni, geändert vor 7 Jahren.

web content edit template page not shown properly because of bootstrap

New Member Beiträge: 4 Beitrittsdatum: 21.03.16 Neueste Beiträge
Hi,

There is an issue arrived when integrated bootstarp3 in my theme - web content edit template page not showing properly because of bootstrap css.
Screenshot is also attached.

ace editor is not displaying in template to edit, gives empty dive for ace editor -
" <div class="lfr-editor-container" id="_166_editorContainer">
<div class="lfr-rich-editor" id="_166_richEditor"></div>
</div> ".

It gives "Uncaught RangeError: Maximum call stack size exceeded" in console - everything.jsp.

When i removes bootstrap.css file from theme it works properly. But I require bootstrap in theme.

Is there any other solution of this issue????
Shiva goud, geändert vor 7 Jahren.

RE: web content edit template page not shown properly because of bootstrap

Regular Member Beiträge: 110 Beitrittsdatum: 02.01.15 Neueste Beiträge
Please replace file with the file available in link https://github.com/liferay/alloy-ui/blob/28721da124924c20c3d7c69c75f4d99e0f90cc1c/src/aui-autosize-deprecated/js/aui-autosize-deprecated.js with webapps/root/html/js/aui/aui-autosize-deprecated/aui-autosize-deprecated.js

the code difference with existing file can be found here
https://github.com/liferay/alloy-ui/commit/28721da124924c20c3d7c69c75f4d99e0f90cc1c#diff-0
Bhavika Soni, geändert vor 7 Jahren.

RE: web content edit template page not shown properly because of bootstrap

New Member Beiträge: 4 Beitrittsdatum: 21.03.16 Neueste Beiträge
I have done that already but still the issue arrives. Thank You for reply.
Shiva goud, geändert vor 7 Jahren.

RE: web content edit template page not shown properly because of bootstrap

Regular Member Beiträge: 110 Beitrittsdatum: 02.01.15 Neueste Beiträge
Bhavika Soni:
I have done that already but still the issue arrives. Thank You for reply.


can u test in chrome and firefox is same error or different?
Bhavika Soni, geändert vor 7 Jahren.

RE: web content edit template page not shown properly because of bootstrap

New Member Beiträge: 4 Beitrittsdatum: 21.03.16 Neueste Beiträge
Same error is displaying.