Container objects behaving differently in WebView than in AJAX
Hello, I have a container object set to contain text objects that act as navigation buttons:
Each of these text objects has a show/hide conditional on them. When that condition is true, I see this in standard view:
However, when I switch to WebView, I see this:
This is what I want to see. If the conditional for the text object is true, I don't want to show that object and I want the other objects in the container to fill the space. However, when I view the document in AJAX through AccessPoint, I see the gap.
Why is it that the container is behaving correctly in WebView but not in AJAX?