Problem with hidden fields

Stephen Reindl sreindl at sreindl.de
Wed Feb 25 08:02:07 UTC 2009


Hi all,

 

after applying bugzilla trunk to our test installation the following problem
pops up:

 

You cannot see or edit the bugs summary and assigned to value.

 

The reason seems to be the change of global.css related to bug
https://bugzilla.mozilla.org/show_bug.cgi?id=479197:

 

.bz_default_hidden, .bz_tui_hidden {


    /* We have !important because we want elements with these classes to
always 

     * be hidden, even if there is some CSS that overrides it (we use these


     * classes inside JavaScript to hide things). */


    display: none !important;


}


 

This prevents the summary being displayed "!important"  does not allow to
overwrite a style of an element being modified (i.e. the "display" argument
in the style="" area.)

 

Should this bug be reopened?

 

Regards

Stephen Reindl

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bugzilla.org/pipermail/developers/attachments/20090225/0e88e453/attachment.html>


More information about the developers mailing list