-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.0
-
None
-
Security Level: Jimmy
-
None
-
None
Steps to Reproduce
1. run the attached zul
Current Result
the text in the last column is cut by the vertical scrollbar
Expected Result
display the text completely
Debug Information
grid doesn't take the vertical scrollbar into account when rendering the last column.
Workaround
- increase the last column width
<grid width="250px" height="80px"> <columns> <column width="50px">A</column> <column width="250px">B</column> </columns> ...