Tooltip design issue after migration to PF6.0

Locked
lbroker
Posts: 30
Joined: 26 Jun 2014, 02:39
Location: Lithuania

09 Jun 2016, 11:48

Have migrated from PF 5.3 to PF 6.0

And found that tooltip in Sentinel tootip looks with mixed style.
Tooltip is used on p:column

This tooltip image with PF 5.3
http://www.tiikoni.com/tis/view/?id=562b7cc

This tooltip image with PF 6.0
http://www.tiikoni.com/tis/view/?id=f1db509

Code: Select all

<p:column headerText="Name">
    <h:outputText id="DT_1" value="#{pr.name}" />
    <p:tooltip id="toolTipFade1" for="DT_1" value="#{pr.name}" />
</p:column>
Will this be solved in next Sentinel release?
Is there workaround possible?

Thank you in advance

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

09 Jun 2016, 15:48

Please try;

Code: Select all

.ui-tooltip-right,
.ui-tooltip-left,
.ui-tooltip-bottom,
.ui-tooltip-top{
    border: none;
    background-color: transparent;
}

.ui-tooltip-right .ui-tooltip-arrow{
    border-right-color: #fbfcfd;
}
.ui-tooltip-left .ui-tooltip-arrow{
    border-left-color: #fbfcfd;
}
.ui-tooltip-bottom .ui-tooltip-arrow{
    border-bottom-color: #fbfcfd;
}
.ui-tooltip-top .ui-tooltip-arrow{
    border-top-color: #fbfcfd;
}

.ui-tooltip .ui-tooltip-text {
    background-color: #fbfcfd;
    color: #27aae1;
}

lbroker
Posts: 30
Joined: 26 Jun 2014, 02:39
Location: Lithuania

09 Jun 2016, 20:36

Have tried, ant tooltip looks better, but still some rounded brackets inside:
http://www.tiikoni.com/tis/view/?id=ffe70bc

lbroker
Posts: 30
Joined: 26 Jun 2014, 02:39
Location: Lithuania

09 Jun 2016, 21:38

Thanks, now It works.
In previous message have not been copied full code you have provided.

By the way when is planned to update Sentinel current version?

I understand this workaround should be included in next Sentinel release

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

14 Jun 2016, 08:18

Thanks for the update. I'll add this fix to next releases.

Locked

Return to “Sentinel”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 21 guests