2125: Page elements overlap when review request summary is too long

ben.*****@gmai***** (Google Code) (Is this you? Claim this profile.)
david
david
Feb. 4, 2014
2715
What version are you running?
1.6beta2

What's the URL of the page containing the problem?
reviews.<oursite>.com/admin/db/reviews/review/

What steps will reproduce the problem?
1. Create a review request with a really long name (ours was ~150 characters)
2. Visit the admin page at /admin/db/reviews/review/

What is the expected output? What do you see instead?
The "Filter" box on the right-hand side of the page is floating on top of the last column of the table (see attached screenshot).  If you zoom the page out far enough, the table will display correctly.

The problem seems to be that the CSS for the <td> elements in the table is specifying "white-space:nowrap;".  Either the text should be allowed to wrap, or the page should truncate the summary after a certain point (like the /admin/db/reviews/comment/ page does for comments).


What operating system are you using? What browser?
Windows 7 64-bit with Firefox 4.0.1, also confirmed in IE9


Please provide any additional information below.
See attached screenshot
david
#1 david
  • +Component-Admin
david
#3 david
  • +EasyFix
david
#4 david
  • +PendingReview
  • +david
david
#5 david
Fixed in master (f24d424). Thanks!
  • -PendingReview
    +Fixed