1

I am using JSF with richfaces 3.2 but i am facing problem with scrollbar in extended table when i moved horizontal scroll bar extreme left then Vertical scroll bar is not visible .

When i move horizontal scroll bar towards middle/extreme right then only Vertical scroll bar is visible .

Is it possible to make vertical scroll bar always visible?

Imran
  • 5,376
  • 2
  • 26
  • 45
user2693404
  • 307
  • 1
  • 3
  • 9

1 Answers1

0

I'm not aware about any such issues, as at chrome the scrollbar showcase working fine...

if it's related to IE then workaround: set for rich:panel position: relative

Imran
  • 5,376
  • 2
  • 26
  • 45
  • The showcase you're linking is for RF 4, the RF 3 showcase can be found here [here](http://livedemo.exadel.com/richfaces-demo/richfaces/extendedDataTable.jsf?c=extendedDataTable&tab=usage) – Makhiel Dec 02 '13 at 11:35
  • So, if the issue is with original controller, than you may report bug .. ANd you can use latest version if possible.. – Imran Dec 02 '13 at 11:40
  • This issue i am getting with extendedtable component.u mean to add rich:panel on top of extendedtable and set position: relative? – user2693404 Dec 03 '13 at 05:56