Activity log for bug #129173

Date Who What changed Old value New value Message
2007-07-30 04:19:45 Richard Eames bug added bug
2007-07-30 04:20:25 Richard Eames bug added attachment 'forms.css.diff' (forms.css patch to make hidden inputs not display)
2007-07-30 11:42:52 John Vivirito description Binary package hint: mozilla-firefox I'm using FF 2.0.0.5 (gutsy) If the following is in css, hidden inputs are displayed. This should not be the case since it is against the w3c standard. input { display: block; } They become visible if padding or a border is set. A fix would be to add "display: none !important;" to forms.css. I've tried this on my machine and results are what is expected. I will include a diff report. Bug was originally reported: https://bugzilla.mozilla.org/show_bug.cgi?id=332841 But given their earlier response I'm not sure they'll do anything about it. Binary package hint: mozilla-firefox I'm using FF 2.0.0.5 (gutsy) If the following is in css, hidden inputs are displayed. This should not be the case since it is against the w3c standard. input { display: block; } They become visible if padding or a border is set. A fix would be to add "display: none !important;" to forms.css. I've tried this on my machine and results are what is expected. I will include a diff report. Bug was originally reported: https://bugzilla.mozilla.org/show_bug.cgi?id=332841 But given their earlier response I'm not sure they'll do anything about it. Steps to Reproduce: 1. Create a form with hidden inputs (a bunch makes them more visible) 2. Add a CSS containing: input {display: block; border: thin solid red;} 3. Make sure the border color in #2 is not the same as you background color
2007-07-30 11:45:12 John Vivirito mozilla-firefox: assignee mozilla-bugs
2007-07-30 11:45:12 John Vivirito mozilla-firefox: statusexplanation Assigned to mozilla-bugs, tag added: mt-needtester, added steps to reproduce from upstream bug.
2007-07-30 11:48:19 John Vivirito bug assigned to firefox (upstream)
2007-07-30 12:15:08 John Vivirito mozilla-firefox: status New Invalid
2007-07-30 12:15:08 John Vivirito mozilla-firefox: statusexplanation Assigned to mozilla-bugs, tag added: mt-needtester, added steps to reproduce from upstream bug. Marking invalid due to it being a feature not a bug. We will not change this for that reason unless upstream changes this.
2007-07-31 08:38:11 Bug Watch Updater firefox: status Unknown Invalid
2010-09-18 10:39:50 Bug Watch Updater firefox: importance Unknown Medium