Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.4-milestone-2
-
None
-
Unknown
-
N/A
-
N/A
-
Description
See attached screen shot.
Attachments
Issue Links
- relates to
-
XWIKI-11737 Very long values and pretty names don't wrap inside the livetable on small screens on IE9
-
- Closed
-
With the CSS limitations, I am able to propose 3 possible fixes:
1. Overflow: hidden

The text is truncated.
2. Scrolling

Not very friendly
3. Wrap

But because of the CSS positioning, it does not make the row bigger.
4. Other
An other alternative is to rewrite the responsiveness mechanism with JavaScript, which has much more power, but it would be far more complicated.
Conclusion
My preference goes to the first one. Hidden with ellipsis.