diff options
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index db2915d99..a7bef1ff5 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -252,6 +252,14 @@ </fieldset> </td> + [%# Force the layout to be displayed now, before drawing the second column of the table. + # This should prevent bug 370739 when using Firefox 2. %] + <script type="text/javascript"> + <!-- + var v = document.body.offsetHeight; + //--> + </script> + <td valign="top"> [%# *** Reporter, owner and QA contact *** %] <fieldset> |