Portuguese:
Estou tendo problemas em relação ao uso de um calendar proximo ao rich:scrollableDataTable , quando o calendario eh aberto e se expande ele se posiciona atrás do grid ultilizando o Firefox.
Olhem a screen em anexo.
English:
Sorry i not speak english, but i try report the bug.
Where i use one calendar into aproximate to grid, on click and expand calendar, the calendar lags behind grid using Firefox.
View atacched image into track.
Greetz.
Mauro Alexandre
Bug Screenshot
Logged In: YES
user_id=306652
Originator: NO
Hello Alexandre,
I think it is a CSS Z-index problem !
Try to "lower" the CSS Z-index of your table !
Put the following rule into your page :
<style type="text/css">
.CLASSOFYOURTABLE {
z-index: 0;
}
</style>
Regards,
Olivier.