Page 1 of 1

Bug Chrome 60 and 61

Posted: 02 Oct 2017, 23:53
by bettik
Since version 60 and 61, the sentinel theme is not displayed correctly on some elements, such as modal and growl messages.


In the following url, place 2 videos:
Chrome version 59 works OK.
Chrome version 60 and 61 does not work:

https://drive.google.com/open?id=0B8PVD ... 1RuVTRxbEk

EXTRA:

In version 60 and 61 it works correctly, only if I have developers tool always open.

Re: Bug Chrome 60 and 61

Posted: 03 Oct 2017, 07:47
by mert.sincan
Could you please share the above link again?

Re: Bug Chrome 60 and 61

Posted: 03 Oct 2017, 23:33
by bettik
aragorn wrote:
03 Oct 2017, 07:47
Could you please share the above link again?
This is the link:

https://drive.google.com/open?id=0B8PVD ... 1RuVTRxbEk

Re: Bug Chrome 60 and 61

Posted: 09 Oct 2017, 10:25
by mert.sincan
I still couldn't replicate it. Could you please try it without Sentinel?

Re: Bug Chrome 60 and 61

Posted: 30 Jan 2018, 00:09
by bettik
Ok, I solved it in the following way:

On the button, I put the update and oncomplete attribute

Code: Select all

<p:commandButton  value="Subir archivo" action="#{solicitudDocumentoView.botonModalArchivo(indice)}"
update=":forma:modalSubirArchivo"
oncomplete="PF('wtSubirArchivo').show();">
</p:commandButton>
without the update attribute, it does not position the dialog center

Code: Select all


<p:dialog id="modalSubirArchivo" header="Subir archivo" widgetVar="wtSubirArchivo" 


Re: Bug Chrome 60 and 61

Posted: 09 Feb 2018, 14:04
by mert.sincan
Thanks a lot for the update!

Regards,

Bug Chrome 60 and 61

Posted: 24 Jul 2018, 18:43
by MichaelJem
Hello All,

I have checked it in Chrome browser and it works ok.
If your mouse focus on dropdown menu you can scroll it. I think its browser feature.

Re: Bug Chrome 60 and 61

Posted: 27 Jul 2018, 09:59
by mert.sincan
Thanks a lot, @MichaelJem ;)