Closed Bug 474747 Opened 16 years ago Closed 13 years ago

Change columns: empty buttons when images turned off

Categories

(Bugzilla :: Query/Bug List, defect)

3.3.1
defect
Not set
minor

Tracking

()

RESOLVED FIXED
Bugzilla 4.2

People

(Reporter: vitaly.fedrushkov, Assigned: Wurblzap)

References

Details

Attachments

(1 file, 1 obsolete file)

http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/webtools/bugzilla/template/en/default/list/change-columns.html.tmpl&rev=1.19#59 <input class="image_button" type="button" id="select_button" name="select" onclick="move_select()"> <br><br> displays nothing when there are no images. Otherwise Bugzilla is still pretty usable without images :-)
Yeah, we should put &rarr; and &larr; as the alt="" probably, for them.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [Good Intro Bug]
Target Milestone: --- → Bugzilla 3.4
and invent something visual or resize for 'Up' and 'Down' l12y note: don't rely on 'Up' or 'Down' being short words :-)
(In reply to comment #1) > Yeah, we should put &rarr; and &larr; as the alt="" probably, for them. Sounds good to me, assuming you can indeed pass alt="" with type="button". Not sure about that.
Depends on: 216557
What browser was this seen with? I'm seeing similar (same?) issue with IE8 where the background-image being specified in global.css is not showing up. I was able to make them show up by explicitly setting the border properties: border: 1px solid #6D7B8D; /* used a grey color to soften it */ However this has the effect of turning the button into ugly square boxes. At least for FireFox adding the following will round the corners again: -moz-border-radius: 5px;
Missed the note comment on no images ( comment 0 ), but none the less my comment may be useful to someone.
Bugzilla 3.4 is now restricted to security bugs. We will retarget this bug (to 3.6 or later) when it's fixed.
Target Milestone: Bugzilla 3.4 → ---
Attached patch Patch (obsolete) — Splinter Review
Assignee: query-and-buglist → wurblzap
Status: NEW → ASSIGNED
Attachment #612131 - Flags: review?(LpSolit)
Target Milestone: --- → Bugzilla 4.2
Comment on attachment 612131 [details] [diff] [review] Patch >+ <input class="bz_default_hidden" type="button" id="select_button" >+ name="select" onclick="move_select()" value="&rarr;"> This looks good, but could it be possible to make the arrows a bit bigger? They look very thin. Either that, or do the same as we do to reclassify classifications, i.e. using text in buttons, something like "Add >>", "<< Remove", "Move Up", "Move Down".
Attached patch Patch 1.1Splinter Review
Sized 'em up. I think it works out a lot better now. I played around with ▲▶▼◀ a little, but there seem to be no HTML entities for them so I wasn't sure whether we'd depend too much on a client's installed fonts with them.
Attachment #612131 - Attachment is obsolete: true
Attachment #615046 - Flags: review?(LpSolit)
Attachment #612131 - Flags: review?(LpSolit)
Comment on attachment 615046 [details] [diff] [review] Patch 1.1 r=LpSolit
Attachment #615046 - Flags: review?(LpSolit) → review+
Flags: approval4.2+
Flags: approval+
Whiteboard: [Good Intro Bug]
Great, thanks. Committing to: bzr+ssh://wurblzap%40gmail.com@bzr.mozilla.org/bugzilla/4.2/ modified skins/standard/global.css deleted skins/standard/global/down.png deleted skins/standard/global/left.png deleted skins/standard/global/right.png deleted skins/standard/global/up.png modified template/en/default/list/change-columns.html.tmpl Committed revision 8073. Committing to: bzr+ssh://wurblzap%40gmail.com@bzr.mozilla.org/bugzilla/trunk/ modified skins/standard/global.css deleted skins/standard/global/down.png deleted skins/standard/global/left.png deleted skins/standard/global/right.png deleted skins/standard/global/up.png modified template/en/default/list/change-columns.html.tmpl Committed revision 8193.
Status: ASSIGNED → RESOLVED
Closed: 13 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: