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)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: reed, Assigned: guy.pyrzak)
Details
(Keywords: polish)
Attachments
(1 file, 2 obsolete files)
|
261 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | 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)
| Reporter | ||
Updated•15 years ago
|
Target Milestone: --- → Bugzilla 4.0
Comment 1•15 years ago
|
||
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-
Comment 2•15 years ago
|
||
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.
| Reporter | ||
Comment 3•15 years ago
|
||
(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.
Comment 4•15 years ago
|
||
(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.
| Assignee | ||
Comment 5•15 years ago
|
||
Assignee: reed → guy.pyrzak
Attachment #456997 -
Attachment is obsolete: true
Attachment #473737 -
Flags: review?(mkanat)
Comment 6•15 years ago
|
||
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-
| Assignee | ||
Comment 7•15 years ago
|
||
Attachment #473737 -
Attachment is obsolete: true
Attachment #480332 -
Flags: review?(mkanat)
Attachment #480332 -
Flags: review?(LpSolit)
Updated•15 years ago
|
Attachment #480332 -
Flags: review?(mkanat)
Attachment #480332 -
Flags: review?(LpSolit)
Attachment #480332 -
Flags: review+
Updated•15 years ago
|
Flags: approval4.0+
Flags: approval+
| Assignee | ||
Comment 8•15 years ago
|
||
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.
Description
•