Created attachment 585764 [details] screenshot1 Description of problem: in current bugzilla version, seems the layout has some prolem in firefox and chrome. the right up side feilds box are bigger out of the nomal browser frame. And when there is a long link in comments, it is also out of the box. for example: bug 735878 Version-Release number of selected component (if applicable): 4.2.1-1 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 585765 [details] screenshot2
Another UI issue that we can fix for the new version. I suspect the resolution is to make it wider. After all, we cannot make the text smaller :)
I've fixed this by adding some CSS that tells the browser to word wrap really long lines. These links should now fit within the div or span they are declared in.
verified version 4.4-1 on test server --> FAIL Verify steps: 1.Log in bugzilla and open bug 735878 details page. Actual results: The long link in comment is not word wrap within the div. Expected results: The long link in comment is word wrap within the div.
Bugzilla has CSS to prevent line wrapping on quoted text. Taking into account the line wrapping CSS introduced in comment 3: Firefox will not line wrap quoted text. Chrome will line wrap quoted text. What I am seeing is that URLs are being wrapped when they are not quoted. EG bug 735878 comment 0. (Both Firefox and Chrome) Comment 1 of bug 735878 is wrapped in Chrome and not wrapped in Firefox.
*** Bug 918722 has been marked as a duplicate of this bug. ***
*** Bug 919408 has been marked as a duplicate of this bug. ***
I forgot to cherry pick this change into the release4.4-2 branch. I have now done so. -- simon