Focal Point
[SOLVED]Portal Banner Scroll

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1827023976

November 12, 2015, 12:37 PM
MattC
[SOLVED]Portal Banner Scroll
I have a left banner in my portal. I built out a response portal in 8.1.05. I put my HTML in the left banner that has my controls.

Depending on the size of the browser screen one of my controls gets cut off. There is no scroll bar in the banner.

Is that by design?

This message has been edited. Last edited by: MattC,


WebFOCUS 8.1.05
November 12, 2015, 06:30 PM
CoolGuy
Matt,

We have had a filtering HTML form placed within a left banner within one of our portals for some time. We never have had the issue you are describing. All we have are 7 drop downs placed vertically one after the other and a run button. For the left banner properties we have the width set to 165px and Lock Banner and Collapsible checked.

Form properties of note:

Autosize options: Accept any changes

Autosize Children: No

Position: Absolute

Left: 0px
Top: 0px
Width: 98.19%
Height: 97.79%

We're on 8.1.05 as well.

Hope the above helps. Good luck!


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
November 13, 2015, 12:54 PM
MattC
Thanks for the response. I have my banner set with those properties as well. I am not using a form in my html, should I be using a form? I just have events that trigger portal refresh based on controls.


WebFOCUS 8.1.05
November 13, 2015, 01:16 PM
CoolGuy
I would try placing your controls within a form despite your Js events for each control. That way you can apply the above form properties that will affect all its children controls. The biggest properties to set being the width and height as a percentage of container.


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
November 13, 2015, 03:50 PM
MattC
Thanks CoolGuy, that seemed to do the trick. Quite interesting.


WebFOCUS 8.1.05