We have a Pager control which displays correctly right-justified “Previous 1 | 2 | 3 | 4 … Next” on one server, but as left-justified “Previous1234…Next” on another. The theme is set to OneUI on both versions, and the CSS file listings and sizes are the same. Any ideas please what could cause this?
Subject: Re: XPages Display Problem
The panelPosition property defines the alignment. The alignment may be getting inherited from a parent in the HTML DOM instead. Try setting it on both to explicitly force it to be “right”.
If you’ve had any experience of themes, that may be a good way to force it to be right-justified across the whole application. I know David Leedy and Declan Lynch were doing a session at Lotusphere this week about css and themes in XPages, not sure if the materials are available yet.