Closed Bug 578267 Opened 15 years ago Closed 15 years ago

Fix a few minor UI issues with the new keyword autocomplete changes

Categories

(Bugzilla :: User Interface, defect)

3.7.2
defect
Not set
minor

Tracking

()

RESOLVED FIXED
Bugzilla 4.0

People

(Reporter: reed, Assigned: guy.pyrzak)

Details

(Keywords: polish)

Attachments

(1 file, 2 obsolete files)

Attached patch patch - v1 (obsolete) — Splinter Review
This patch fixes two issues: 1) Too much extra space below and above the keywords <input>. This space isn't needed. Just get rid of it. 2) Keywords <input> on show_bug is too small compared to the other <input> fields.
Attachment #456997 - Flags: review?(mkanat)
Target Milestone: --- → Bugzilla 4.0
Comment on attachment 456997 [details] [diff] [review] patch - v1 Hmm. No, don't use !important in production, shipping CSS. There are better ways to override the cascade, like #bugzilla-body. Is this still an issue even though I updated the text-input CSS on 4.0 and trunk?
Attachment #456997 - Flags: review?(mkanat) → review-
I do agree that the padding should go away, though, and that's definitely not handled by the other bug even if the textbox size is.
(In reply to comment #1) > Hmm. No, don't use !important in production, shipping CSS. There are better > ways to override the cascade, like #bugzilla-body. We're already using it elsewhere in order to override the YUI code. What makes this one different? (In reply to comment #1) > Is this still an issue even though I updated the text-input CSS on 4.0 and > trunk? Issue #2 looks fixed, but issue #1 is still there.
(In reply to comment #3) > We're already using it elsewhere in order to override the YUI code. What makes > this one different? Oh wow, you're right. We should not be doing that. It's valid for us to be using !important in a few, rare places (like bz_default_hidden, which needs to always override everything, because it's a programmatic thing and not really a style thing), but most of those places should not be using it. > Issue #2 looks fixed, but issue #1 is still there. Okay.
Flags: blocking4.0+
Keywords: polish
Attached patch v2 (obsolete) — Splinter Review
Assignee: reed → guy.pyrzak
Attachment #456997 - Attachment is obsolete: true
Attachment #473737 - Flags: review?(mkanat)
Comment on attachment 473737 [details] [diff] [review] v2 It looks like all of this has already been done in other patches, now, other than removing padding-bottom on #keyword_container.
Attachment #473737 - Flags: review?(mkanat) → review-
Attached patch v3Splinter Review
Attachment #473737 - Attachment is obsolete: true
Attachment #480332 - Flags: review?(mkanat)
Attachment #480332 - Flags: review?(LpSolit)
Attachment #480332 - Flags: review?(mkanat)
Attachment #480332 - Flags: review?(LpSolit)
Attachment #480332 - Flags: review+
Flags: approval4.0+
Flags: approval+
Committing to: bzr+ssh://guy.pyrzak%40gmail.com@bzr.mozilla.org/bugzilla/trunk/ modified skins/standard/global.css Committed revision 7509. Committing to: bzr+ssh://guy.pyrzak%40gmail.com@bzr.mozilla.org/bugzilla/4.0/ modified skins/standard/global.css Committed revision 7426.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: