diff options
author | lpsolit%gmail.com <> | 2007-07-28 20:49:44 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-28 20:49:44 +0200 |
commit | 3818e8f7b38f72d423a6422c90a4ff10974c537a (patch) | |
tree | d6d2e63155a4d823a710f5ffebf1379115516174 /template | |
parent | 5f030a6f4394c45fdf58029d2d4a509d8289424b (diff) | |
download | bugzilla-3818e8f7b38f72d423a6422c90a4ff10974c537a.tar.gz bugzilla-3818e8f7b38f72d423a6422c90a4ff10974c537a.tar.xz |
Bug 370739: Bugzilla UI broken with Firefox 2.0.0.x - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template')
-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> |