KullDox Bugzilla Enchancements

By KullDox Last update Oct 1, 2009 — Installed 232 times.

Three (Bugzilla@Mozilla) bugs

in
Subscribe to Three (Bugzilla@Mozilla) bugs 7 posts, 2 voices



RNiK Scriptwright

Sorry to keep bothering you but I think I found 3 other bugs, always on https://bugzilla.mozilla.org/.

1 - Can see "bug description" no more.
Clicking on "Description" OR clicking on "(-)" expand comment do nothing. The only way to display description is "Show all" command.
The problem is only on bug description since all comments work fine.
Example page ==> http://img22.imageshack.us/my.php?image=bugzill...

2 - Horizontal scrollbar
Using this script I keep getting an horizontal scrollbar. I've tried using both 1024x768 and 1280x800 browser windows.
The problem do not appear on "My Votes" page, on Bugzilla Home Page, on Hot Bugs page, etc...
Example page ==> http://img241.imageshack.us/my.php?image=bugzil...

3 - "Search for bugs" page doesn't work
Clicking on "Search for bugs" link display an (quite) empty page.
Example page ==> http://img10.imageshack.us/my.php?image=bugzill...

Thanks for the attention.

 
KullDox Script's Author

Hi, RNiK. I've fixed some of your bugs:
1 - Can see "bug description" no more. => Fixed
2 - Horizontal scrollbar. => Can't reproduce actually. I'll try more later.
3 - "Search for bugs" page doesn't work. => Can't reproduce. It's working ok for me. I've made some additional small fixings, may be this got fixed too :)

 
RNiK Scriptwright

1. Bug fixed! Thanks!
2. I still can reproduce the bug, at least with Firefox 3.0.10 on Windows XP (clean profile, no themes, no extensions other than Greasemonkey). As example this bug page appears like this:
Firefox ==> http://img13.imageshack.us/img13/4794/bugzillah...
Chrome ==> http://img168.imageshack.us/img168/4794/bugzill...
3. With Firefox 3.0.10 on Windows XP (clean profile, no themes, no extensions other than Greasemonkey) I cannot reproduce anymore but the problem is still present on my main profile (??). I'll investigate more carefully.

 
KullDox Script's Author

1. Good :)
2. On 'Firefox ==> http://img13.imageshack.us/img13/4794/bugzillah... ' screenshot you are logged in but on 'Chrome ==> http://img168.imageshack.us/img168/4794/bugzill...' you aren't logged in.
Here is my screenshot ' http://img5.imageshack.us/img5/6968/horscrollbu... '.
3. Ok, anyway I've tested on my pc again and it's ok.

 
RNiK Scriptwright

2. Loggin in doesn't change the problem. Looking at your screenshot I noticed you are using a very high screen resolution (1600x1050); have you tried to resize browser window, at 1024x768 for example??
3. I've disabled numerous extensions in my main profile but I've been unable to find out where the problem comes from... Search page appear correct while loading the page but when load is complete all the forms disappear.

 
KullDox Script's Author

2. Ok, I've found it. It is because I've made the comments block wider ('width':'1300px') and summary input too ('width':'810px'). It was made for me because the form is build with tables and I really disliked that blank space at the right on my wide screen. I don't know, if this annoys you, you can manually edit the code and change the width values for:
$('#comment').css({'width':'1300px'});//make comments block wider
$('#short_desc').css({'width':'810px'});//make summary input wider
Later maybe I'll implement the auto-width depending on browser window size. This requires some more tweaks which should calculate the width.

 
RNiK Scriptwright

2. I've commented out those two lines of code and horizontal scrollbar disappeared. Thanks!
3. I don't know what you've changed in the last version of the script (v0.5.5) but now "Search for bugs" page is working again. Great!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel