掲示板

web content edit template page not shown properly because of bootstrap

7年前 に Bhavika Soni によって更新されました。

web content edit template page not shown properly because of bootstrap

New Member 投稿: 4 参加年月日: 16/03/21 最新の投稿
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????

添付ファイル:

7年前 に Shiva goud によって更新されました。

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

Regular Member 投稿: 110 参加年月日: 15/01/02 最新の投稿
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
7年前 に Bhavika Soni によって更新されました。

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

New Member 投稿: 4 参加年月日: 16/03/21 最新の投稿
I have done that already but still the issue arrives. Thank You for reply.
7年前 に Shiva goud によって更新されました。

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

Regular Member 投稿: 110 参加年月日: 15/01/02 最新の投稿
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?
7年前 に Bhavika Soni によって更新されました。

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

New Member 投稿: 4 参加年月日: 16/03/21 最新の投稿
Same error is displaying.