Support Article
Paginated numbers are not right aligned in Firefox
SA-23293
Summary
Paginated numbers are not right aligned in Firefox.
How paginated numbers appear on Internet Explorer (right aligned):

How paginated numbers appear on Firefox (not right aligned):

Error Messages
Not Applicable
Steps to Reproduce
1. Create a grid with multiple columns.
2. Configure pagination on grid.
3. Run the use case in Firefox.
Root Cause
The issue here is specific to browser and not PRPC. Basically, Firefox does not understand text-align: right; and therefore, the text is rendered with the default alignment that is left. Firefox, though understands text-align: -moz-right;
Resolution
Perform the following local-change:
If only Firefox is used, change the Inline Style attribute of pyGridPaginator section from text-align:right, to text-align:-moz-right
It must appear as shown in the image below:

Note: This local-change works only for Firefox.
Published May 18, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.