problem with bootstrap v3 x bootstrap v4.

Forum rules
Please note that response time for technical support is within 3-5 business days.
marcelocaser
Posts: 122
Joined: 13 Dec 2011, 15:07

11 Dec 2018, 16:28

Hi,

I'm having a problem at the time of displaying the icons in the "tree" component. See the problem below:

Bootstrap v4
Image

Bootstrap v3
Image

Code: Select all

<p:tree id="menusAtivos" value="#{menusBean.menusAtivos}" var="menusAtivos" dynamic="true" selectionMode="single" droppable="true" dragdropScope="menusAtivos" animate="true" style="border: none">
	<p:ajax event="select" update="frmMenusUsuarioPermissao" listener="#{menusBean.onNodeSelect}" />
	<p:ajax event="dragdrop" listener="#{menusBean.onDragDropMenusUsuario}" />
	<p:treeNode expandedIcon="ui-icon ui-icon-folder-open" collapsedIcon="ui-icon ui-icon-folder-collapsed">
    		<h:outputText value="#{msg[menusAtivos.nome]}" />
	</p:treeNode>
	<p:treeNode type="dashboard" expandedIcon="fa fa-home" collapsedIcon="fa fa-home">
    		<h:outputText value="#{msg[menusAtivos.nome]}" />
	</p:treeNode>
	<p:treeNode type="twebperfil" expandedIcon="fa fa-folder-open" collapsedIcon="fa fa-folder">
    		<h:outputText value="#{menusAtivos.nome}" />
	</p:treeNode>
	<p:treeNode type="twebmenu" expandedIcon="fa fa-folder-open" collapsedIcon="fa fa-folder">
    		<h:outputText value="#{msg[menusAtivos.nome]}" />
	</p:treeNode>
</p:tree
How to solve this problem?

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

12 Dec 2018, 08:32

Thanks a lot for the sample code and screenshots. Fixed for the next version now. Please remove the comment in _icons.scss file. Then, you can provide new theme.css file using Sass command.

Best Regards,

marcelocaser
Posts: 122
Joined: 13 Dec 2011, 15:07

12 Dec 2018, 13:48

Thank you...

I made the changes and uncommented the lines of the _icons.scss file in the "theme" folder and the files were recompiled, but still continue with the same problem.

I use NetBeans and the settings are:

Image

and

Image

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

12 Dec 2018, 14:02

Thanks a lot for the update! Could you please check the following line in your provided theme.css under primefaces-avalon-amber folder;

Code: Select all

...
//line 437
.ui-icon-folder-collapsed {
  background: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center; }
  .ui-icon-folder-collapsed:before {
    content: " "; }

.ui-icon-folder-open {
  background: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center; }
  .ui-icon-folder-open:before {
    content: " "; }
...

marcelocaser
Posts: 122
Joined: 13 Dec 2011, 15:07

12 Dec 2018, 14:17

Of course yes! See below...

Code: Select all

.ui-icon-folder-collapsed {
  background: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center; }
  .ui-icon-folder-collapsed:before {
    content: " "; }

.ui-icon-folder-open {
  background: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center; }
  .ui-icon-folder-open:before {
    content: " "; }
        
Image

marcelocaser
Posts: 122
Joined: 13 Dec 2011, 15:07

12 Dec 2018, 14:25

It's not just a problem in the "tree" component. There are also problems in the "dialog" component. See the example below:

bootstrap v3

Image

bootstrap v4

Image

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

12 Dec 2018, 14:32

Interesting! I still couldn't replicate it. Could you please check it in browser? Please see;
Image

Full image; https://ibb.co/VJqx9Cx

Also, my test theme is primefaces-avalon-blue

marcelocaser
Posts: 122
Joined: 13 Dec 2011, 15:07

12 Dec 2018, 14:42

I think I found the problem !!

I think the problem only occurs when I use the theme and the blue layout ... can you test this?

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

12 Dec 2018, 15:00

Unfortunately, I still couldn't replicate it.

The links in head tag(the inspector of browser)

Code: Select all

<link type="text/css" rel="stylesheet" href="/avalon/javax.faces.resource/theme.css.xhtml?ln=primefaces-avalon-blue">
...
<link type="text/css" rel="stylesheet" href="/avalon/javax.faces.resource/css/layout-blue.css.xhtml?ln=avalon-layout">

marcelocaser
Posts: 122
Joined: 13 Dec 2011, 15:07

12 Dec 2018, 15:09

aragorn wrote:
12 Dec 2018, 14:32
Interesting! I still couldn't replicate it. Could you please check it in browser? Please see;
Image

Full image; https://ibb.co/VJqx9Cx

Also, my test theme is primefaces-avalon-blue
Tested using bootstrap 3?

bootstrap 3 blue

Image

bootstrap 3 cyan

Image

Post Reply

Return to “Avalon - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests