Horizontal scrollbar in interactive report
866384Jun 7 2011 — edited Sep 19 2013Hello,
I am using Two Level Tabs - Left Sidebar (fixed-width / DIV based) page template in application, Navigation region with vertical sidebar list for report list, theme Sunrise (5). The problem is when IRs have many columns and they don't fit horizontally, there is no hor. scrollbar:
http://apex.oracle.com/pls/apex/f?p=35137:1 (user/pass: demo/demo)
To fix it, I have added regional attribute: style= "overflow-x: auto; display: block;"
to page two and put IR into parent HTML region of template Reports Region, IR itself is type Region without Buttons and Titles:
http://apex.oracle.com/pls/apex/f?p=35137:2 (user/pass: demo/demo)
Everything looks fine, but I found a problem, when you select IRs columns heading to sort, hide, filter etc. in cases when column is in very right side, second horizontal scrollbar appears on the browser window level and heading window is in far right side of browser. For example selecting Product id header works fine, but selecting More Col6 is buggy.
Any ideas how to fix it?
Thank you in advance.
Andrius