mBackground (overlay) when using ColVis on pages with scrolling the x axis

mBackground (overlay) when using ColVis on pages with scrolling the x axis

taelortaelor Posts: 20Questions: 0Answers: 0
edited February 2011 in Bug reports
I think I might have found a small discrepancy with the nBackground when using ColVis. Unfortunately my app has rather large tables that go way over the window width. When I would open up the hide/show toggle, the background would not show to the page that you would have to scroll to the right on. which means, you could not get the toggle to go away without scrolling to the far left.

[code]
nBackground.style.width = ((iWinWidthiDocWidth)? iWinWidth : iDocWidth) +"px";
[/code]


notice the comparison direction. I think it was just a simple mistake. $)

Let me know if this helps?
This discussion has been closed.